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)



- amet - 2011-08-09

znavoy Wrote:ok so, how about now? Smile

http://pastebin.com/vt94CkfM

Better...

Looks like the error is related to Missing a name of the movie, is the name on English or Hebrew? If it's on hebrew it would not work as we "ignore" non ASCII characters as we can't use them on a search Sad


- znavoy - 2011-08-09

amet Wrote:Better...

Looks like the error is related to Missing a name of the movie, is the name on English or Hebrew? If it's on hebrew it would not work as we "ignore" non ASCII characters as we can't use them on a search Sad

mmm.. i only gave you this as an example. it does the same on all other movies..
and no. all my folders and files are in english..:\


- mrdominuzq - 2011-08-10

danish translation

http://hotfile.com/dl/126417380/c704b31/strings.xml.html


- rivo92 - 2011-08-10

there is a problem with itasa addon (italiansubs.net), it's a few day that doesnt work
is it possible make an update, amet??
thx


- amet - 2011-08-10

rivo92 Wrote:there is a problem with itasa addon (italiansubs.net), it's a few day that doesnt work
is it possible make an update, amet??
thx

Been reported already .... Patience please, otherwise patches are welcome


- rivo92 - 2011-08-10

amet Wrote:Been reported already .... Patience please, otherwise patches are welcome

ok thanks, take your time Nod


- znavoy - 2011-08-10

Hey amet!

Is there any news for me?

Thanks in advance.


- amet - 2011-08-10

znavoy Wrote:Hey amet!

Is there any news for me?

Thanks in advance.

Do you see anything here?


- znavoy - 2011-08-10

I don't get it.

But guess no help for me then. Oh well. Thanks anyway.


- amet - 2011-08-10

Quote:18:21:37 T:4040 M:2798690304 * DEBUG: ### [XBMC Subtitles-gui] - Movie/Episode Title: [ * ]

Thats your issue, for some reason xbmc doesnt return the name of the movie or is returned in non ascii characters, and as i said, we ignore those

not sure what to tell you or how to fix the issue.... If xbmc dosnt give us the name we cant serch


- Dina - 2011-08-10

Been having troubles with this add-on as of late. Is there a preferred skin to test this add-on with?


- amet - 2011-08-10

Dina Wrote:Been having troubles with this add-on as of late. Is there a preferred skin to test this add-on with?

Confluence is perfect


- amet - 2011-08-14

thx mr_blobby for ITASA fix and darknao for Betaseries fixes

Code:
[script.xbmc.subtitles] -v2.5.6

- fix: ITASA service login
- fix: betaseries minor issue fix

Code:
[script.xbmc.subtitles] -v2.9.18

- fix: if movie is paused before running script, do not unpause after
- fix: handle stack movies with more than 2 CD
- fix: ITASA service login
- fix: betaseries minor issue fix
- use xbmc.getCondVisibility("VideoPlayer.HasSubtitles")
- cosmetics



- mrto - 2011-08-14

Is it possible to invoke "original title" instead from "title" in XBMC Subtitles? I'm writing service.py for http://napisy.me and most of its subs is with original english titles. My database contains translated polish titles for movies.


- amet - 2011-08-15

mrto Wrote:Is it possible to invoke "original title" instead from "title" in XBMC Subtitles? I'm writing service.py for http://napisy.me and most of its subs is with original english titles. My database contains translated polish titles for movies.

Code:
xbmc.getInfoLabel("VideoPlayer.OriginalTitle")


would have the original title