home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
SubCentral
Automatic subtitle downloading
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="seco" data-source="post: 1055450" data-attributes="member: 54595"><p>I made a proof-of-concept about this long time ago but I'm not sure if I have the source, I'll check tonight.</p><p></p><p>Basically there is no need to make things compilicated, meaning a) no process plugin b) no external executable. However I understand that there would be some benefits making auto-downloading "external".</p><p></p><p>The feature in SubCentral would be fairly simple but the major problem is that Retriever class which does all the magic has business logic and UI stuff mixed. The class is also huge. What I did in my PoC was that I</p><p></p><p>a) changed Retriever so that it could be called anywhere from SubCentral (needs refactoring)</p><p>b) modified TVSeries/Moving Pictures plugin providers to listen their media added events</p><p>c) created manager class which calls Retriever when media added events are raised and pick 1st subtitle from (already properly sorted) search results</p><p></p><p>All this was implemented in SubCentral. I'm happy to help you with design of this feature.</p></blockquote><p></p>
[QUOTE="seco, post: 1055450, member: 54595"] I made a proof-of-concept about this long time ago but I'm not sure if I have the source, I'll check tonight. Basically there is no need to make things compilicated, meaning a) no process plugin b) no external executable. However I understand that there would be some benefits making auto-downloading "external". The feature in SubCentral would be fairly simple but the major problem is that Retriever class which does all the magic has business logic and UI stuff mixed. The class is also huge. What I did in my PoC was that I a) changed Retriever so that it could be called anywhere from SubCentral (needs refactoring) b) modified TVSeries/Moving Pictures plugin providers to listen their media added events c) created manager class which calls Retriever when media added events are raised and pick 1st subtitle from (already properly sorted) search results All this was implemented in SubCentral. I'm happy to help you with design of this feature. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
SubCentral
Automatic subtitle downloading
Contact us
RSS
Top
Bottom