![]() |
|
[RELEASE] XBMC Subtitles - Addon Script - 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: [RELEASE] XBMC Subtitles - Addon Script (/showthread.php?tid=126495) |
RE: [RELEASE] XBMC Subtitles - Addon Script - amet - 2012-04-28 20:30 (2012-04-28 20:27)necronomicon Wrote:(2012-04-28 20:09)necronomicon Wrote:(2012-04-28 20:07)amet Wrote: only ascii? try this -> https://github.com/amet/script.xbmc.subtitles/commit/a0e3b9c527a26b36476681003d73e5a8262aba66 Would be interesting to see tha failure while using those files. It would help narrow down where it fails and fix it RE: [RELEASE] XBMC Subtitles - Addon Script - necronomicon - 2012-04-28 20:39 (2012-04-28 20:30)amet Wrote:(2012-04-28 20:27)necronomicon Wrote:(2012-04-28 20:09)necronomicon Wrote: Yep, 100% ASCII. Let me try this and get back to you. Ok, let me try to see what I can do. The problem now is that I was able to download all of the missing subtitles using either "opensubtitles" or "subdivx" (alternating between both providers depending on whether one or the other was failing with the encoding issue...), so now I can't remember which one was giving me this headache ![]() Let me get back to you as soon as I can catch an example. [quickedit] Something I did notice after applying your fix was that all of the sudden some of the subtitles that I had downloaded but failed to process where successfully processed without having to redownload. [/quickedit] RE: [RELEASE] XBMC Subtitles - Addon Script - Rififi77 - 2012-04-28 21:08 (2012-04-28 20:07)amet Wrote:(2012-04-28 19:57)necronomicon Wrote:(2012-04-28 19:55)amet Wrote: since I cant see, does "smb://xbmc:SMB_PASSWD_REMOVED@HOSTNAME_REMOVED/disk_3/Video/Series/New Girl/01/" have any non ascii characters ? Thank amet, this fix resolve my problem with betaseries @+ RE: [RELEASE] XBMC Subtitles - Addon Script - amet - 2012-04-28 21:13 (2012-04-28 21:08)Rififi77 Wrote:(2012-04-28 20:07)amet Wrote:(2012-04-28 19:57)necronomicon Wrote: Both the password and the hostname have ASCII characters. good to know, thx for letting us know RE: [RELEASE] XBMC Subtitles - Addon Script - ailingcoot - 2012-04-29 03:33 (2012-04-28 18:50)amet Wrote:It is the complete log for the subtitle service since XBMC froze at that step and I had to force it to stop by the win system manager. Maybe you are talking about the previous computer hardware/software information? wait a minute , i would paste that now.(2012-04-28 18:48)ailingcoot Wrote:(2012-04-28 18:22)amet Wrote: [quote='Rififi77' pid='1089232' dateline='1335628027'] UPDATE: It is solved now, might due to the server busy or something. thanks though. RE: [RELEASE] XBMC Subtitles - Addon Script - Wanilton - 2012-04-29 05:01 @Amet, latest translate strings for Portuguese (Brazil), please download here: http://dl.dropbox.com/u/25170804/Subtitles/strings.xml Thanks, Wanilton RE: [RELEASE] XBMC Subtitles - Addon Script - necronomicon - 2012-04-29 05:31 (2012-04-28 21:13)amet Wrote:(2012-04-28 21:08)Rififi77 Wrote:(2012-04-28 20:07)amet Wrote: only ascii? try this -> https://github.com/amet/script.xbmc.subtitles/commit/a0e3b9c527a26b36476681003d73e5a8262aba66 amet, After running some tests with other TV shows, I can confirm the problem still persists in some scenarios. I was able to get the "zipsubs.zip" (provider: OpenSubtitles) and "subdivx.rar" (provider: SubDivx) for subtitles that are failing to be processed by the script (it's downloaded to the "sub_tmp" folder and extracted correctly, but the script fails to move it to the target folder together with the TV show video file) The SRTs inside are "The Mentalist 4x21 - Ruby Slippers (Español (España)).srt" for OpenSubtitles and "The Mentalist 4x21 LOL Espa¤ol.srt" for SubDivx, but I think getting you the ZIP and RAR files will be more accurate since I'm not sure the characters will be conveyed to you correctly when posted here. What is the recommended way for sharing these sort of files in the forum? Thanks. RE: [RELEASE] XBMC Subtitles - Addon Script - amet - 2012-04-29 06:20 (2012-04-29 05:31)necronomicon Wrote:(2012-04-28 21:13)amet Wrote:(2012-04-28 21:08)Rififi77 Wrote: Thank amet, You have pm with my e-mail address, please send it there and I will look into it Thx RE: [RELEASE] XBMC Subtitles - Addon Script - MicaH_Z - 2012-05-01 23:43 Hi guys, i need some help. Since I upgraded to Eden I'm no longer able to download subtitles. Here's my log: http://pastebin.com/mvypur5A Here's what's weird: the log states: failed to get url 'http://api.bierdopje.com/369C2ED4261DE9C3/GetAllSubsFor/9203/5/22/nl' but if I copy/paste that url in my browser I get a nice response with a sweet xml like page containing several subtitles for the episode I want. Hopfully someone here can give me a clue as to what's going on... Life is so much sweeter with a working subtitle addon. Kind regards, MicaH RE: [RELEASE] XBMC Subtitles - Addon Script - ronie - 2012-05-02 00:00 (2012-05-01 23:43)MicaH_Z Wrote: Hi guys, looks like xbmc can't connect to the internet check if the proxy setting in xbmc isn't accidentally enabled. Settings > Network > Internet Access > Use HTTP proxy... |