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)



- Wulian - 2011-01-22

But either way the addon won't download anything. I just get the message "No subtitles found".

Amet Wrote:I have said this many times, this Addon works best if you use library mode in XBMC

I use library mode with season folders (e.g. .../TV shows/The Big C/Season 1).


- czorny - 2011-01-22

Amet Wrote:thats cos you watch your files from folder called Torrents,
Yes, I guessed that. I just thought this could be the problem somehow.

Amet Wrote:I have said this many times, this Addon works best if you use library mode in XBMC
I DO use it in Library mode.


- amet - 2011-01-22

czorny Wrote:Yes, I guessed that. I just thought this could be the problem somehow.

no, not at all

czorny Wrote:I DO use it in Library mode.

I'll take your word for it as there was no debug log to look at


- amet - 2011-01-22

Wulian Wrote:But either way the addon won't download anything. I just get the message "No subtitles found".

not even on podnapisi?

Wulian Wrote:I use library mode with season folders (e.g. .../TV shows/The Big C/Season 1).

I know you do, I never said you didnt Smile


- czorny - 2011-01-22

Amet Wrote:I'll take your word for it as there was no debug log to look at
I already gave you the link to my log: http://pastebin.com/Sa0bvGiZ


- amet - 2011-01-22

czorny Wrote:I already gave you the link to my log: http://pastebin.com/Sa0bvGiZ

right, sorry that was few days back. still need to get to a Win box to try and reproduce. it works like a charm on OSX and iOS

Image
Image
Image

note: I know that the movie is not Black Death but I had to test somehow Smile


- czorny - 2011-01-22

Amet Wrote:right, sorry that was few days back. still need to get to a Win box to try and reproduce. it works like a charm on OSX and iOS
I do believe you, that it should work, but I really don't get, why it doesn't work for me. Could this be network settings or timeout stuff?

I keep testing it and getting no results for any movie.


- amet - 2011-01-22

czorny Wrote:I do believe you, that it should work, but I really don't get, why it doesn't work for me. Could this be network settings or timeout stuff?

I keep testing it and getting no results for any movie.

unless its a win issue I have no other explanation. let me see if I can get win box to test and will let you know


- czorny - 2011-01-22

Amet Wrote:unless its a win issue I have no other explanation. let me see if I can get win box to test and will let you know
These lines confuse me:

20:39:21 T:1228 M:1353244672 DEBUG: ### [XBMC Subtitles-gui] - Socket timeout: None
20:39:21 T:1228 M:1353244672 DEBUG: ### [XBMC Subtitles-gui] - Timeout Setting: 25
20:39:21 T:1228 M:1353240576 DEBUG: ### [XBMC Subtitles-gui] - Socket timeout: 25.0

Especially the last one.


- amet - 2011-01-22

czorny Wrote:These lines confuse me:

20:39:21 T:1228 M:1353244672 DEBUG: ### [XBMC Subtitles-gui] - Socket timeout: None
20:39:21 T:1228 M:1353244672 DEBUG: ### [XBMC Subtitles-gui] - Timeout Setting: 25
20:39:21 T:1228 M:1353240576 DEBUG: ### [XBMC Subtitles-gui] - Socket timeout: 25.0

Especially the last one.

not sure whats confusing??

if the service doesnt respond in 25 seconds the script will assume that its down and return 0 results


- czorny - 2011-01-22

Amet Wrote:not sure whats confusing??

if the service doesnt respond in 25 seconds the script will assume that its down and return 0 results
That was the quote from my log. I'm having these lines for all services.
Could this be a problem?


- amet - 2011-01-22

czorny Wrote:That was the quote from my log. I'm having these lines for all services.
Could this be a problem?

no, that is there for a reason.

here is mine, we all have it Smile

Code:
15:55:20 T:2963836928 M:2140979200   DEBUG: ### [XBMC Subtitles-gui] - Socket timeout: None
15:55:20 T:2963836928 M:2140979200   DEBUG: ### [XBMC Subtitles-gui] - Timeout Setting: 20
15:55:20 T:2963836928 M:2140979200   DEBUG: ### [XBMC Subtitles-gui] - Socket timeout: 20.0



- Wulian - 2011-01-22

Amet Wrote:not even on podnapisi?

No. Nothing. I have to wait 5 seconds an then "No subtitles found".


- amet - 2011-01-22

Wulian Wrote:No. Nothing. I have to wait 5 seconds an then "No subtitles found".


try increasing the timeout in Addon settings to 20 seconds, its at 6 atm


- czorny - 2011-01-22

OK, I must confess, that I'm an idiot. I accidentally enabled HTTP proxy in settings, and that's why I wasn't able to download any subtitles. Turning off the stoopid proxy did the trick and everything works fine now. Sorry :-)