Kodi Community Forum
downlad all subs - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Supplementary Tools for Kodi (https://forum.kodi.tv/forumdisplay.php?fid=116)
+--- Thread: downlad all subs (/showthread.php?tid=141214)



downlad all subs - spyvingen - 2012-09-24

Is there an addon that can dl all subs to all my shows at once? And i would prefere if you can set prefered lang so it takes swedish subs first and if that does not exist take english subs.


RE: downlad all subs - spyvingen - 2012-09-26

Is´nt there anything like this out there?


RE: downlad all subs - Tomkun - 2012-09-29

I think the issue would be with syncing. Downloading subs requires not only the correct name, but also for the subs to be synced to the audio correctly. Considering that different rips may be different lengths, or directors cuts may have different scenes or whatever.

I guess that a bulk sub scraper would be possible, but would throw up an awful lot of false positives and would probably not be worth it as you'd probably have to re-download a lot of them anyway.


RE: downlad all subs - spyvingen - 2012-09-29

That is true my friend thank you for clearing it up för me Smile


Ynt: downlad all subs - queeup - 2012-09-29

There is no addon but there is a python module you can do it that. Search subliminal on web.


RE: downlad all subs - spyvingen - 2012-09-29

Guess that require me to do an addon or py script to make it work?

Anyone intrested in making this to an addon for xbmc? Since it uses hash it would get the right one every time?


RE: downlad all subs - paavoris - 2012-09-29

There might be issues when mass downloading subtitles.

For example OpenSubtitles.org has this kind of limit on the website: "1 IP/max 50 subtitles/12 hours." OpenSubtitles XMLRPC API says "200 subtitles per 24 hour".

Source: http://www.opensubtitles.org/en/faq#antileech and http://trac.opensubtitles.org/projects/opensubtitles/wiki/XMLRPC

(Website download limit is lifthed if you are VIP member. Not sure if same thing happens with API.)