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

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27)
+---- Forum: Subtitle Add-ons (/forumdisplay.php?fid=143)
+---- Thread: [DEPRECIATED] XBMC Subtitles - Addon Script (previously OpenSubtitles OSD) (/showthread.php?tid=75437)



- deraaij - 2010-11-03 09:02

Amet Wrote:both issues fixed in 2.0.8

Code:
2.0.8
- fix: Arabic had incorrect two letter code(would crash podnapisi search)
- added: "# -*- coding: utf-8 -*-" for Python 2.5+ compatibility

thanks for the report.
Zeljko

Thanks!


- mobious - 2010-11-03 13:42

Amet Wrote:both issues fixed in 2.0.8

Code:
2.0.8
- fix: Arabic had incorrect two letter code(would crash podnapisi search)
- added: "# -*- coding: utf-8 -*-" for Python 2.5+ compatibility

thanks for the report.
Zeljko

Thank you!


error:u'Chinese(Traditional)' - rvrutten - 2010-11-03 19:55

Tried to search with my default service Addi7ed for Burn.Notice episode. The scipt gives me an error, which is not shown in the log, but says: error:u'Chinese(Traditional)' where i expect the search result e.g. "found subtitles". Here's my log. Other services are fine.

http://pastebin.com/iuQJxGjA


- amet - 2010-11-03 20:30

rvrutten Wrote:Tried to search with my default service Addi7ed for Burn.Notice episode. The scipt gives me an error, which is not shown in the log, but says: error:u'Chinese(Traditional)' where i expect the search result e.g. "found subtitles". Here's my log. Other services are fine.

http://pastebin.com/iuQJxGjA

feel like testing this one -v 2.0.9?

thx for letting me know
Zeljko


- rvrutten - 2010-11-03 20:44

Amet Wrote:feel like testing this one -v 2.0.9?

thx for letting me know
Zeljko

Works like a charm!

Do you know why this happend? I wasn't using any Chinese characters?

Thanks!


- amet - 2010-11-03 20:48

rvrutten Wrote:Works like a charm!

Do you know why this happend? I wasn't using any Chinese characters?

Thanks!

I know you didnt Smile

website returns all the subs that exist for Burn Notice S04E04 and we filter the desired languages, there was Chinese result and script didnt know what to translate it to, look here.


- rvrutten - 2010-11-03 20:55

Amet Wrote:I know you didnt Smile

website returns all the subs that exist for Burn Notice S04E04 and we filter the desired languages, there was Chinese result and script didnt know what to translate it to, look here.

That makes sense. Thanks for the quick follow up! Smile


- MindTooth - 2010-11-03 21:03

Not sure which movie it was, but it were a parted one. Experienced a problem that the CD2 sub where downloaded and it gave no text for the CD1 part.

Has this been an issue before, or were I just unlucky when it came to that single movie? Will try some more movies which are CD1/CD2.


- amet - 2010-11-03 21:12

MindTooth Wrote:Not sure which movie it was, but it were a parted one. Experienced a problem that the CD2 sub where downloaded and it gave no text for the CD1 part.

Has this been an issue before, or were I just unlucky when it came to that single movie? Will try some more movies which are CD1/CD2.

there is no support for 2cd movies


- jamesonmula - 2010-11-04 09:56

Amet Wrote:there is no support for 2cd movies

Really? I have been struggling with this for a while on subdivx.com script, but it won't work. I have seen the # of files field on the subtitles_list tuple (ie on Undertexter script) but, you are right, the rename files is not working.

Do you know if there's any script that supports 2 CDs? any chance to make it work soon? There is still a number of movies distributed in this format.

Thanks for the recent updates!