![]() |
Release [service.subtitles.opensubtitles] - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Subtitle Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=143) +---- Thread: Release [service.subtitles.opensubtitles] (/showthread.php?tid=183114) |
[service.subtitles.opensubtitles] - amet - 2014-01-12 here is a thread for any issues/bugs and improvements for service.subtitles.opensubtitles all other non related issues will be removed. please read http://forum.xbmc.org/showthread.php?tid=180265 and HOW-TO:Setup subtitle services (wiki) for how-to setup new services on Gotham the opensubtitles addon is available in the kodi addon repository. cheers, amet RE: [service.subtitles.opensubtitles] - zambo - 2014-03-14 is subs will be fixed.since when it says it downloading and then it would not show up on the video? gotham13 RE: [service.subtitles.opensubtitles] - amet - 2014-03-14 Debug Log, crystal ball ain't working RE: [service.subtitles.opensubtitles] - limdul - 2014-03-16 Current error on service.subtitles.opensubtitles, been there for a few days: on openelec gotham beta2 build Code: 23:55:50 T:140428045977408 DEBUG: New Service [service.subtitles.opensubtitles] Full log: http://xbmclogs.com/show.php?id=150016 RE: [service.subtitles.opensubtitles] - zambo - 2014-03-18 well gotham 13 beta 2 has fixed all the problems with subtitle finally.using confluence skin. thanks to amet for his hard work in fixing this issue . open subtitle is working very good now.all subtitles is showing up. i have nothing to complain about.but thanks for awonderful job RE: [service.subtitles.opensubtitles] - Novin - 2014-03-30 When you search for subtitles, an abbreviation is used, cc = closed captions. I don't really understand what it means in this context though? IMHO closed captions = captions that you have to enable, as opposed to open captions that is always shown. But, in this scenario, all subtitles has to be enabled to be shown? Since Gotham, I usually have to do the subtitle download several times before it succeeds. A log where it took several attempts before suceeding http://xbmclogs.com/show.php?id=162387 Also, at the end, it shows that it cannot be saved. This is also something new, haven't had this issue before. I can write to that directory in any way w/o problems. RE: [service.subtitles.opensubtitles] - limdul - 2014-03-30 (2014-03-30, 20:47)Novin Wrote: When you search for subtitles, an abbreviation is used, cc = closed captions. I don't really understand what it means in this context though? I find that the CC subtitles normally include audio effects too, like *door slams* or *music plays* Re: RE: [service.subtitles.opensubtitles] - Novin - 2014-03-30 (2014-03-30, 21:15)limdul Wrote:(2014-03-30, 20:47)Novin Wrote: When you search for subtitles, an abbreviation is used, cc = closed captions. I don't really understand what it means in this context though? Aha okey, thanks. Hope you noticed that I added additional stuff to my previous post. Rgds RE: [service.subtitles.opensubtitles] - Novin - 2014-03-31 (2014-01-12, 07:17)amet Wrote: here is a thread for any issues/bugs and improvements for service.subtitles.opensubtitles Hi, please check the second part of this post http://forum.xbmc.org/showthread.php?tid=183114&pid=1667819#pid1667819 for problem description + log. To verify that XBMC can actually write in the directory, I opened up this episode in the File Manager from within XBMC and renamed, deleted etc. without problems. RE: [service.subtitles.opensubtitles] - joorus - 2014-04-03 First of all, thanks amet for your hard work all these years. Most (if not all) xbmc's international users (that is, no-native english speakers) owe you big time. I've never posted any bug for the (i guess) soon to be deprecated XBMC subtitles Add-on. But right now I'm having the following issue with the opensubtitles service on Gotham Beta 3 (OpenElec 3.95.3) Code: 14:44:56 T:2736780368 NOTICE: Thread LanguageInvoker start, auto delete: false Seems to be an issue with my locally installed Python libraries. But I actually didn't have any time at hand to look into the code. So I don't know for sure ![]() Could be the 'languages' string the problem, as it has non-alphabetical characters? I'm willing to do some debugging if needed. Thanks ![]() PS: Sorry if I've posted this in the wrong thread. Re: [service.subtitles.opensubtitles] - Novin - 2014-04-03 Joorus, why soon deprecated? RE: [service.subtitles.opensubtitles] - unbrained - 2014-04-07 Just change line 22 from: __temp__ = xbmc.translatePath( os.path.join( __profile__, 'temp') ).decode("utf-8") to: __temp__ = xbmc.translatePath( os.path.join( __profile__, 'temp') ) Not sure if it's the correct solution, just tried and it worked ![]() RE: [service.subtitles.opensubtitles] - joorus - 2014-04-07 Thanks. I'll give it a try RE: [service.subtitles.opensubtitles] - unbrained - 2014-04-10 and line 68: subtitle = os.path.join(__temp__,filename.decode("utf-8")) to: subtitle = os.path.join(__temp__,filename) It was failing when the name of the subtitle file had special characters RE: [service.subtitles.opensubtitles] - zambo - 2014-04-15 I am getting error message on open subtitle on frodo 12.3.is there anyghing wrong eith the subtitle for opdn subtile on frodo 12.3 |