[DEPRECIATED] XBMC Subtitles - Addon Script (previously OpenSubtitles OSD)

  Thread Rating:
  • 7 Votes - 4.86 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Closed
gabrielsturmer Offline
Junior Member
Posts: 6
Joined: Feb 2011
Reputation: 0
Post: #781
gabrielsturmer Wrote:Now in version 3.0 it keeps hanging after te download of the subtitle in Legendas.tv and Sublight.si, and looks like it can't find any subtitles in OpenSubtitles.

http://www.pastebin.com/dRnK0Pva

I take that back, it's working even with Legendas.tv and OpenSubtitles.

Thank you very much, Amet. Your work and quick response is apreciatedBig Grin
find
timmeh604 Offline
Junior Member
Posts: 3
Joined: Feb 2011
Reputation: 0
Post: #782
timmeh604 Wrote:i hope i got it right....took me a while figuring out i had to go to programs and start the debugger not only just install it...
sorry but i'm new to xbmc... still got to figure out a lot.
hxxp://pastebin.com/xVMiFCZ8

edit: i just read your post above...
should I also enable debug logging in the System>System>Debugging menu? I left it disabled now

does anybody know what i'm doing wrong?
i can not download subs from bierdopje.nl
even if i my vid files have the exact same name as the srt files on the website...

EDIT: i got it working now...i dont know what the problem was
(This post was last modified: 2011-02-09 03:57 by timmeh604.)
find
deraaij Offline
Member+
Posts: 54
Joined: Sep 2010
Reputation: 0
Location: Netherlands
Post: #783
Hi Amet,

After 2.3.0 i have a problem using the Bierdopje subtitle service. (using Openelec)

I get an error:

Error no susch file or directory:
'Special://profile/addon_data/script.xbmc.subtitles/bierdopje_show_ids.txt'

I have looked at the debugging and there is no useful info rather than:

NOTICE: special://masterprofile/ is mapped to: /storage/.xbmc/userdata
NOTICE: special://profile/ is mapped to: special://masterprofile/

I looked at the service.py and made the following change and it worked:

#showids_filename = os.path.join( __settings__.getAddonInfo('profile') ,"bierdopje_show_ids.txt" )
showids_filename = "/storage/.xbmc/userdata/addon_data/script.xbmc.subtitles/bierdopje_show_ids.txt"

As far as i can see it refers to the same location but if i harcode it it works?

Any idea?

Thanx in advance!
find
mr_blobby Offline
Skilled Python Coder
Posts: 111
Joined: Mar 2010
Reputation: 0
Post: #784
deraaij Wrote:Hi Amet,

After 2.3.0 i have a problem using the Bierdopje subtitle service. (using Openelec)

I get an error:

Error no susch file or directory:
'Special://profile/addon_data/script.xbmc.subtitles/bierdopje_show_ids.txt'

I have looked at the debugging and there is no useful info rather than:

NOTICE: special://masterprofile/ is mapped to: /storage/.xbmc/userdata
NOTICE: special://profile/ is mapped to: special://masterprofile/

I looked at the service.py and made the following change and it worked:

#showids_filename = os.path.join( __settings__.getAddonInfo('profile') ,"bierdopje_show_ids.txt" )
showids_filename = "/storage/.xbmc/userdata/addon_data/script.xbmc.subtitles/bierdopje_show_ids.txt"

As far as i can see it refers to the same location but if i harcode it it works?

Any idea?

Thanx in advance!
The line probably needs to be changed to:
showids_filename = os.path.join(xbmc.translatePath( __settings__.getAddonInfo('profile')),"bierdopje_show_ids.txt" )

I'll check it when I'm at home and will create a patch for Amet to include in a new version.
find
deraaij Offline
Member+
Posts: 54
Joined: Sep 2010
Reputation: 0
Location: Netherlands
Post: #785
mr_blobby Wrote:The line probably needs to be changed to:
showids_filename = os.path.join(xbmc.translatePath( __settings__.getAddonInfo('profile')),"bierdopje_show_ids.txt" )

I'll check it when I'm at home and will create a patch for Amet to include in a new version.

Merci!
find
amet Offline
I wave my private parts at your aunties!
Posts: 3,487
Joined: Jul 2009
Reputation: 18
Location: Novi Sad / Dubai
Post: #786
deraaij Wrote:Merci!

mind trying 2.3.1? Thanks Smile


Always read the XBMC_Online_Manual,Frequently_Asked_Questions and search the forum before posting.
For troubleshooting and bug reporting use -> Log_file.
find
tikkiew Offline
Fan
Posts: 347
Joined: Jun 2008
Reputation: 127
Post: #787
Oops I just read your first post never mind
(This post was last modified: 2011-02-10 19:14 by tikkiew.)
find
deraaij Offline
Member+
Posts: 54
Joined: Sep 2010
Reputation: 0
Location: Netherlands
Post: #788
amet Wrote:mind trying 2.3.1? Thanks Smile

Works! Thnx à 1000 times!
find
amet Offline
I wave my private parts at your aunties!
Posts: 3,487
Joined: Jul 2009
Reputation: 18
Location: Novi Sad / Dubai
Post: #789
deraaij Wrote:Works! Thnx à 1000 times!

\o/

Thx for testing it


Always read the XBMC_Online_Manual,Frequently_Asked_Questions and search the forum before posting.
For troubleshooting and bug reporting use -> Log_file.
find
dicki767 Offline
Junior Member
Posts: 7
Joined: Jun 2010
Reputation: 0
Post: #790
I'm using XBMC Dharma, XBMC Subtitles 2.3.1, I don't get any results from titlovi.com and podnapisi.net. I tried almost everything, automatic search, manual search, I tried every option but there were no results. My languages are serbian, croatian and bosnian.

What am I doing wrong?
find
Thread Closed