From Subtitles add-on to subtitles service. The no-trouble How-to.
#8
@jurrabi, I have two subtitle services (Opensubtitles is one of them) and both show "5.115707e-310 subitle found"

Should the services return the number of subtitle founds or this is somethig that XBMC does?

UPDATE: found na error in translation. Missed %d string

XBMC alpha 11 (Dec-09 build)

Another question. I have a service that used to call XBMC Subtitles whenever the video has no external subtitles. How can I call it now?

def onPlayBackStarted( self ):
if not xbmc.getCondVisibility("VideoPlayer.HasSubtitles"):
print "no subs"
xbmc.executebuiltin('XBMC.RunScript(script.XBMC.subtitles)')


Dont know if is still possible but it would be a nice feature inside XBMC if user choose to always download subtitles.

Thanks and thanks amet for this small script.
Dont know if you still remember of it.


Messages In This Thread
RE: From Subtitles add-on to subtitles service. The no-trouble How-to. - by fernandovg - 2013-12-15, 18:30
Logout Mark Read Team Forum Stats Members Help
From Subtitles add-on to subtitles service. The no-trouble How-to.1