Kodi Community Forum
[DEPRECIATED] XBMC Subtitles - Addon Script (previously OpenSubtitles OSD) - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Subtitle Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=143)
+---- Thread: [DEPRECIATED] XBMC Subtitles - Addon Script (previously OpenSubtitles OSD) (/showthread.php?tid=75437)



- NorDemoniac - 2010-11-23

NorDemoniac Wrote:Thanks! I'll get straight to it =)

Hah, this is way over my head...

If someone could help with this, I would be very greatful!


- PasiZ - 2010-11-23

Talked on OS admin, there is a bug on xml code, should be fixed.

Why xbmc subtitles is not using OS api XML-RPC, it's simple and (IMHO) more robust solution?

Like this:

http://trac.opensubtitles.org/projects/opensubtitles/wiki/XMLRPC


- amet - 2010-11-23

PasiZ Wrote:Talked on OS admin, there is a bug on xml code, should be fixed.

Why xbmc subtitles is not using OS api XML-RPC, it's simple and (IMHO) more robust solution?

Like this:

http://trac.opensubtitles.org/projects/opensubtitles/wiki/XMLRPC

Becouse 9 out of 10 times server is overloaded. It was used before and was changed to the current solution due to the server overload issues

Look at the history of XBMC subtitles and you will see when it was pulled out


- PasiZ - 2010-11-23

Amet Wrote:Becouse 9 out of 10 times server is overloaded. It was used before and was changed to the current solution due to the server overload issues

Look at the history of XBMC subtitles and you will see when it was pulled out

Sorry, my bad, should look changelog before posting Smile. Hope that this "Not MySQL resource while getting results" prob gets fixed soon by OS side.

-P


- logictester - 2010-11-23

after the last addon update through xbmc - the addon always say local subtitle present, even though there are no subs for the specific episode, what could be the issue?
thanks


- rvrutten - 2010-11-23

logictester Wrote:after the last addon update through xbmc - the addon always say local subtitle present, even though there are no subs for the specific episode, what could be the issue?
thanks

I've had that issue as well at some point. Uninstalling the addon, and deleting the addon data in the profile resolved the issue. Maybe this works for you too.


- logictester - 2010-11-23

rvrutten Wrote:I've had that issue as well at some point. Uninstalling the addon, and deleting the addon data in the profile resolved the issue. Maybe this works for you too.

thanks a lot - will try


- stekre - 2010-11-23

Is there a way to make this add-on automatically download the best match, or ask for choice of subtitle at startup? Would make it more wife friendly Tongue


- amet - 2010-11-23

stekre Wrote:Is there a way to make this add-on automatically download the best match, or ask for choice of subtitle at startup? Would make it more wife friendly Tongue

Not ATM , it's only 2 clicks away, doesn't get friendlier than that ... Smile


- baroumas - 2010-11-23

Amet Wrote:right... Smile

and this?
Code:
if (movieFullPath.find("rar://") > -1 ):
            rar = True
            movieFullPath  = movieFullPath.replace("rar://","")
            if path:
              sub_folder = os.path.dirname(os.path.dirname( movieFullPath ))

Sorry, I went away for a week..
Yes that works great.

Edit: Oh you've already implemented it in the latest update. Thank you.


- amet - 2010-11-23

baroumas Wrote:Sorry, I went away for a week..
Yes that works great.

Yeah, it's in already ... I think Smile


- stekre - 2010-11-24

Amet Wrote:Not ATM , it's only 2 clicks away, doesn't get friendlier than that ... Smile

Don't underestimate a womans ability to complain Laugh


- ppic - 2010-11-24

i'm gonna try to add http://www.betaseries.com api as service to provide more french subtitles.


- lumiden - 2010-11-28

SubDivX says "Nothing to repeat" searching "Avatar" (or anything), other engines works fine. But I need Spanish subtitles Sad

Thanks for all the work, any chance you correct the subdivx issue?


- jamesonmula - 2010-11-28

lumiden Wrote:SubDivX says "Nothing to repeat" searching "Avatar" (or anything), other engines works fine. But I need Spanish subtitles Sad

Thanks for all the work, any chance you correct the subdivx issue?

Are you sure about this? It works totally fine for anything I search for (including Avatar, 395 matches I can send you a screenshot if you need it).

Could you provide some additional info? looking from the library or from files? what is the filename? have you tried "manual search"? are any other subtitle scripts working fine (ie, have you tried the same on opensubtitles?). I can use a log...

Thanks,

Enric