![]() |
|
[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) Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 |
- 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? not without the log I like your avatar ![]()
- 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 ![]() 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 you can try by deleting Code: elif os.path.isfile(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. 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? 1. Delete userfolder ![]() 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. |