Posts: 112
Joined: Mar 2010
Reputation:
0
2010-08-22, 13:27
(This post was last modified: 2010-08-22, 16:09 by mr_blobby.)
I've got the same problem and I'm also on Win7 64bit.
Ok, I know what the problem is and it is not platform-related.
Podnapisi has become aware of the location the api-requests are coming from and is using the language of that location.
That means that the language names that are returned are translated and not standard English.
So for example I'm from the Netherlands and that causes the xml returned from Podnapisi to translate 'English' to 'Engels' and 'Slovenian' to 'Sloveens'.
In the script this causes a mistake in the lookup table to find the appropriate flag to be displayed.
Future bugfix is to use the 'languageId' and not the 'languageName' for looking up the flag to be displayed (unfortunately the id's from Podnapisi are not the same as for Opensubtitles.org).
Posts: 55
Joined: Apr 2010
Reputation:
0
I just love this script for finding a single subtitle for an episode. Is it also possible to download subtitles for a whole season?
Posts: 394
Joined: Jul 2010
Reputation:
7
snyft
XBMC Fan
Posts: 394
Crash when downloading from either subscene or undertexter. Opensub dosent even load...
Posts: 7
Joined: Aug 2010
Reputation:
0
Debug is already on, I'm quite fluent in Python, but debugging this script is pain. Any tips?