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)



- amet - 2011-04-18 14:26

-FAK- Wrote:On my ATV2 I've tryed to choose a folder for downloading the subs of streaming video but I still don't see subs during playback... any idea?
thx
P.S. I already enabled subtitles visualization from player menu

not without the log

I like your avatar RolleyesNo


- Naughty - 2011-04-20 09:27

PLZ Adde THe http://www.divxplanet.com Subtitle site . TURKISH USER THANX REGARDS


- Jair - 2011-04-25 03:08

Hi, I'd like to thank all the coders that work on this amazing script! And well, I bring a problem Big Grin

When trying to download the subtitle for The Simpsons, from legendas.tv, the script freezes after selecting the subtitle to download.

Here it's the debug log:

Code:
**** do not c/p logs on the forum, use pastebin****

EDIT by amet: http://pastebin.com/hNbWJuzP



Looking at the script's temp folder, the files are downloaded and extracted fine, but for some reason it stops there.

The subtitle author likes to include a text file with random facts about the episode. That file is usually named "Comentário e notas de Simpsons...." and looks like that file is breaking the script. Could it be a accentuation problem?


Thanks for any help!


- amet - 2011-04-25 07:25

Jair Wrote:Hi, I'd like to thank all the coders that work on this amazing script! And well, I bring a problem Big Grin

When trying to download the subtitle for The Simpsons, from legendas.tv, the script freezes after selecting the subtitle to download.

Here it's the debug log:

Code:
**** do not c/p logs on the forum, use pastebin****

Looking at the script's temp folder, the files are downloaded and extracted fine, but for some reason it stops there.

The subtitle author likes to include a text file with random facts about the episode. That file is usually named "Comentário e notas de Simpsons...." and looks like that file is breaking the script. Could it be a accentuation problem?


Thanks for any help!


you can try by deleting

Code:
elif os.path.isfile(dirfile):
    os.remove(dirfile)

in line 65/66 in /services/LegendasTV/service.py


- macollin - 2011-04-25 15:03

Hello - I too am having an issue with running this via ATV2. I am using the 4/17/2011 nightly build with iOS 4.3.1 (seas0npass jailbreak). I am able to find the subtitle I want and click on it. The screen reads "dowloading subtitles" and just hangs there. It doesn't lock up, but if I leave it for 5-10 minutes it doesn't download anything.

I have changed the location of the download of the subtitle to a local directory (/private/var/mobile/Library/Preferences/XBMC/), as I thought the problem was that it wouldn't save to my SMB share because I was using ATV2. But I still have the same issue.

Debug log can be found here: http://pastebin.ca/2050440

Please let me know if you need any further info.

Thanks!


- amet - 2011-04-25 15:48

macollin Wrote:Hello - I too am having an issue with running this via ATV2. I am using the 4/17/2011 nightly build with iOS 4.3.1 (seas0npass jailbreak). I am able to find the subtitle I want and click on it. The screen reads "dowloading subtitles" and just hangs there. It doesn't lock up, but if I leave it for 5-10 minutes it doesn't download anything.

I have changed the location of the download of the subtitle to a local directory (/private/var/mobile/Library/Preferences/XBMC/), as I thought the problem was that it wouldn't save to my SMB share because I was using ATV2. But I still have the same issue.

Debug log can be found here: http://pastebin.ca/2050440

Please let me know if you need any further info.

Thanks!

did you copy user folder from a previous xbmc install? looks like you dont have write permissions on it


- macollin - 2011-04-25 16:05

Yes, I copied over most of the files in Userdata folder when I upgraded to 4.3.1. Any thoughts as to how to remedy the situation?

Thanks for the quick response.


- amet - 2011-04-25 16:10

macollin Wrote:Yes, I copied over most of the files in Userdata folder when I upgraded to 4.3.1. Any thoughts as to how to remedy the situation?

Thanks for the quick response.

1. Delete userfolder Smile
Or
2. Look on a ios forum for a chown command to change ownership of the files (I don't have it on me now)


- macollin - 2011-04-25 16:44

That did it! It also fixed a couple of other unexplained issues I was having (i.e., not being able to add favourites). So, thank you!!!

Here is the command: chown -R mobile:mobile /private/var/mobile/Library/Preferences/XBMC/userdata


- lumiden - 2011-04-26 02:45

Is this addon supossed to work with streamed videos?
Because I'm having different errors with a couple of channels, specially Subdivx and Argenteam.
I would strongly suggest to do Subdivx channel all over, because argenteam subs are also in subdivx.
I posted a log few months ago, subdivx channel creator didn't fix it. I looked into the code and have an idea of the error, but no idea how to fix.