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
OnlineVideos
subtitledownloader
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="te3hpurp" data-source="post: 1198317" data-attributes="member: 82806"><p>Hi.</p><p></p><p></p><p>Yes I saw that it wont find any subtitles. I had to builld my own onlinevideos in order to make it work, because</p><p></p><p>EpisodeSearchQuery qu = new EpisodeSearchQuery(it.Title, (int)it.Season, (int)it.Episode, null);</p><p>qu.LanguageCodes = languagePrios.Keys.ToArray();</p><p>results = sd.SearchSubtitles(qu);</p><p></p><p>won't find any results. I quess subtitledownloader.dll source is not available anywhere. I mean EpisodeSearchQuery and SearchQuery</p><p>are interfaces to query classes for subtitledownloader, or am I wrong here.</p><p></p><p>Instead I use</p><p></p><p>SearchQuery qu = new SearchQuery(it.Title);</p><p>qu.LanguageCodes = languagePrios.Keys.ToArray();</p><p>results = sd.SearchSubtitles(qu);</p><p></p><p>It will find any subtile for series.</p><p>Later when looping results I use regex to to match season and episode.</p><p></p><p>Br,</p></blockquote><p></p>
[QUOTE="te3hpurp, post: 1198317, member: 82806"] Hi. Yes I saw that it wont find any subtitles. I had to builld my own onlinevideos in order to make it work, because EpisodeSearchQuery qu = new EpisodeSearchQuery(it.Title, (int)it.Season, (int)it.Episode, null); qu.LanguageCodes = languagePrios.Keys.ToArray(); results = sd.SearchSubtitles(qu); won't find any results. I quess subtitledownloader.dll source is not available anywhere. I mean EpisodeSearchQuery and SearchQuery are interfaces to query classes for subtitledownloader, or am I wrong here. Instead I use SearchQuery qu = new SearchQuery(it.Title); qu.LanguageCodes = languagePrios.Keys.ToArray(); results = sd.SearchSubtitles(qu); It will find any subtile for series. Later when looping results I use regex to to match season and episode. Br, [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
OnlineVideos
subtitledownloader
Contact us
RSS
Top
Bottom