• 1
  • 28
  • 29
  • 30(current)
  • 31
  • 32
  • 72
[RELEASE] XBMC Subtitles - Addon Script
Hi, I'm new to XBMC but I'm quickly growing fond of this solution as well as the complementary addons like XBMC Subtitles.

Unfortunately about the latter I'm only being able to read its description from other users as it seems I can't get it to work on my fresh installation and get constantly no subtitles found message.

I tried to download subtitles for several series and from several sources, but I can never find any results.

I'm running XBMC Eden on Mac Os X Lion

Here is the Log

Reading it I can see the following main points:
  • The italiansubs plugin is not able to login properly.
  • OpenSubtitles doesn't show any result URL after the research. It provide search results using the manual search and other 3rd party software
  • The URL from podnapisi is not read properly. Opening the URL from the browser shows results but they are not available on XBMC
  • Subscene renders an unavailable URL. I found a similar post to this problem the fix suggested did not work

Do you have any suggestion on how to fix it?

Thanks in advance for your help
Hi Amet!

I'm having a problem with the LegendasDivx. I only downloads language PORTUGUESE but the site offer BRAZILIAN-PORTUGUESE also.

If you analyse LegendasDivx code you'll see that form_cat=28 is PORTUGUESE and form_cat=29 is BRAZILIAN-PORTUGUESE

Can you update so I can retrieve this second language too please?
Thanks

Service.py:
if languageshort == "pt":
url = main_url + "modules.php?name=Downloads&file=jz&d_op=search_next&order=&form_cat=28&page=" + str(page) + "&query=" + urllib.quote_plus(searchstring)

LegendasDivx.com:
<INPUT TYPE=radio NAME=form_cat VALUE=28><img alt="" src="themes/DeepBlue/images/fPortugal.png" width=18 height=12 border=1 title="Procurar legendas em Português Europeu"> <INPUT TYPE=radio NAME=form_cat VALUE=29><img alt="" src="themes/DeepBlue/images/fBrasil.png" width=18 height=12 border=1 title="Procurar legendas em Português Brasileiro">


Reading your code:
"# KNOWN BUGS (TODO for next versions):
# Regex isn't perfect so a few results might have html tags still, not many but ...
# Filtering languages, shows only European Portuguese flag"

I took the liberty to update the code on my XBMC from form_cat=28 to form_cat=29 and it worked!
I could not find a way to change the Portugal flag to Brazilian flag... =(
is there a way for the website "www.nlondertitels.com" can be added?
Or can someone tell me how to make a service file to make it work? I have tried but no succes, when it is searching for a subtitle i get : no subtitles found.

Fix the search function: now i get that it found subtitles, but it is not downloading the subtitles

correction on the fix.
in the debug file it says:

*** use pastebin or read Debug Log howto***

what am i doing wrong?
(2012-09-06, 14:37)SimFre Wrote:
(2012-08-26, 22:42)amet Wrote: Looks like you are playing rar file , we do have some issues with rar files and hash... Hence opensubtitles failing to find stuff. Do not clip the debug log , there is info in there that is needed sometimes( like now to know if you are playing the rar file )

Undertexter will need to be looked at by the service author, wasn't me

Who's the developer for Undertexter? I'm writing a fix for it... again. Did it once, kept it to myself, upgraded, lost it. This time I intend to submit the change somewhere. The fixes I'm doing are added RAR-support and updated Regexes.

Any news?
I'm really interested in getting a fix for undertexter.se
(2012-09-28, 16:52)benito2313 Wrote: correction on the fix.
in the debug file it says:

*** use pastebin or read debug log howto***

what am i doing wrong?

you have a python syntax error on line 40 in service.py
(2012-09-28, 22:52)lovebone Wrote:
(2012-09-06, 14:37)SimFre Wrote:
(2012-08-26, 22:42)amet Wrote: Looks like you are playing rar file , we do have some issues with rar files and hash... Hence opensubtitles failing to find stuff. Do not clip the debug log , there is info in there that is needed sometimes( like now to know if you are playing the rar file )

Undertexter will need to be looked at by the service author, wasn't me

Who's the developer for Undertexter? I'm writing a fix for it... again. Did it once, kept it to myself, upgraded, lost it. This time I intend to submit the change somewhere. The fixes I'm doing are added RAR-support and updated Regexes.

Any news?
I'm really interested in getting a fix for undertexter.se

https://github.com/amet/script.xbmc.subt...g.txt#L489
Amet, sorry for a late reply... Just wanted to say thannks for helping out with settings to save subtitles and getting it to work Laugh it's a really nice addon for XBMC!!!
OS: Windows 7 Ultimate 64-bit
XBMC: v11.0, Git 20120321-14feb09

I'm having an issue with XBMC Subtitles where it failed with a script error every time I attempt to search for subs for any Season 0 (specials) episode. The TV Show doesn't matter - it happens to all of the ones in my library. Otherwise, subtitle searching works fine for any normal seasons as well as for Movies.

Associated error log entry:

**log removed **

Please let me know if there is anything else I can post, test, etc. Thank you for an awesome product!

- Espi
bash, batch, and perl scripter
Running XBMC 11.x on W7U64 (previously 10.x on ATV1)
(2012-09-29, 00:19)amet Wrote:
(2012-09-28, 16:52)benito2313 Wrote: correction on the fix.
in the debug file it says:

*** use pastebin or read debug log howto***

what am i doing wrong?

you have a python syntax error on line 40 in service.py

Thank you for your response i now know what i did wrong, but then stumbeld on another problem:

I want to have the next bit only in lowercase: urllib.quote_plus(title)
How do i do this?
(2012-09-30, 10:29)benito2313 Wrote:
(2012-09-29, 00:19)amet Wrote:
(2012-09-28, 16:52)benito2313 Wrote: correction on the fix.
in the debug file it says:

*** use pastebin or read debug log howto***

what am i doing wrong?

you have a python syntax error on line 40 in service.py

Thank you for your response i now know what i did wrong, but then stumbeld on another problem:

I want to have the next bit only in lowercase: urllib.quote_plus(title)
How do i do this?

urllib.quote_plus(title.lower())

please note that this is not a general Python help and support forum, basic knowledge or Python(or google usage) is needed
(2012-09-30, 10:14)mespinola Wrote: OS: Windows 7 Ultimate 64-bit
XBMC: v11.0, Git 20120321-14feb09

I'm having an issue with XBMC Subtitles where it failed with a script error every time I attempt to search for subs for any Season 0 (specials) episode. The TV Show doesn't matter - it happens to all of the ones in my library. Otherwise, subtitle searching works fine for any normal seasons as well as for Movies.

Associated error log entry:

**log removed **

Please let me know if there is anything else I can post, test, etc. Thank you for an awesome product!

- Espi

works for me ... http://pastebin.com/2c8xXHSu

do not clip and copy/paste logs into a forum please, make sure you read the Debug Log guide to submit a proper log and get a help you need
Gotcha on the inappropriate log clip - My apologies for not following protocol. I will pastebin a debug log shortly.
bash, batch, and perl scripter
Running XBMC 11.x on W7U64 (previously 10.x on ATV1)
(2012-09-30, 10:44)amet Wrote: please, make sure you read the debug log guide to submit a proper log and get a help you need

I have enabled debug logging, recreated the failure, and uploaded my truncated log file here: http://pastebin.com/1gfAq5d7

Thanks!
bash, batch, and perl scripter
Running XBMC 11.x on W7U64 (previously 10.x on ATV1)
(2012-09-30, 12:15)mespinola Wrote:
(2012-09-30, 10:44)amet Wrote: please, make sure you read the debug log guide to submit a proper log and get a help you need

I have enabled debug logging, recreated the failure, and uploaded my truncated log file here: http://pastebin.com/1gfAq5d7

Thanks!

I still haven't been able to reproduce it on my side Sad

try going to addon settings and enable "Display file name in results page" ... that would bypass the problematic line of code and maybe we get some more output from the log
  • 1
  • 28
  • 29
  • 30(current)
  • 31
  • 32
  • 72

Logout Mark Read Team Forum Stats Members Help
[RELEASE] XBMC Subtitles - Addon Script6