Kodi Community Forum
Release service.subtitles.subscene - 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.subscene (/showthread.php?tid=184854)

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


RE: service.subtitles.subscene - CrowleyAJ - 2015-09-08

@amortin: Thanks, your patch looks good to me. I will put it in the next release.

@bukdiah: I'll look into it, thanks for the log.


RE: service.subtitles.subscene - bukdiah - 2015-10-18

Hey, CrowleyAJ

Any updates? Using subscene on my desktop Kodi is still giving me script errors. The weird thing is, when I use SubScene on my Amazon FireStick, the search results yield subtitles for random shows instead of the one I'm watching.


RE: service.subtitles.subscene - CrowleyAJ - 2015-10-19

Hi bukdiah,

according to your log you didn't choose any language for subtitle downloads. Check "Languages to download subtitles for" under Settings -> Video -> Subtitles.

I just submitted an updated version which should handle this case more gracefully, and also incorporates amortins file handling patch.


RE: service.subtitles.subscene - bukdiah - 2015-10-22

(2015-10-19, 21:08)CrowleyAJ Wrote: Hi bukdiah,

according to your log you didn't choose any language for subtitle downloads. Check "Languages to download subtitles for" under Settings -> Video -> Subtitles.

I just submitted an updated version which should handle this case more gracefully, and also incorporates amortins file handling patch.

Wow, thanks for your response. I never had that problem before. After choosing a default language, I was able to get results, but the subtitles seem to be a random selection and isn't for the TV show/Movie I'm watching. I get around this by searching for subtitles manually, but I have to be pretty specific like Name.SeasonEpisode


RE: service.subtitles.subscene - CrowleyAJ - 2015-10-22

Is this for every show, or only for some? If you can provide another debug log, I'll look into it.


RE: service.subtitles.subscene - fatadxb - 2015-10-22

I got the same problem


RE: service.subtitles.subscene - CrowleyAJ - 2015-10-23

@fatadxb: Can you provide a debug log (wiki) please, otherwise there is nothing I can do.


RE: service.subtitles.subscene - bukdiah - 2015-10-23

I wasn't able to try it with all shows, but I found that this happens with iZombie and Blindspot. I tried it on other shows (Flash and Arrow) and the results were good though.

http://xbmclogs.com/puz7felug


RE: service.subtitles.subscene - CrowleyAJ - 2015-10-23

Hi bukdiah,

Thanks for the log. As far as I can see the shows you mentioned didn't got a proper library entry for whatever reason and don't provide season and epsiode number to the subtitle addon. Thusly the addon can not look for the right episode numbers in the search results. In fact those cases are handled like searching for a filename, which in your case is a meaningless streaming URL.
I'll look into how I can handle these cases better, but this might take a while.
For now you can help yourself by providing proper library entries. Unfortunatley I can't help you with how to do that, since I don't use streaming services myself.


RE: service.subtitles.subscene - bukdiah - 2015-10-24

Thanks for the response. Now that I know the problem lies with the streaming service (Genisis in my case), I am relieved that it isn't Subscene's fault. I'll continue to manually enter strings if I have to. Thanks for the add on. It's definitely way better than most out there for Kodi.


RE: service.subtitles.subscene - tomtomclub - 2015-10-25

works fine on movie, but not on tv series


RE: service.subtitles.subscene - CrowleyAJ - 2015-10-25

@bukdiah: I just submitted a new version which should handle your cases better. In my tests it worked fine with iZombie and Blindspot. The new version should become available within the next days.

@tomtomclub: Sorry, I can only repeat myself: Reports without a debug log (wiki) are useless to me. I have no idea what you are talking about.


RE: service.subtitles.subscene - shiggity - 2015-10-29

I'm getting a 403 when SubsceneUtilities.py tries to call a subtitle URL, e.g. http://subscene.com/subtitles/title?q=Dawn+of+the+Planet+of+the+Apes&r=true


RE: service.subtitles.subscene - shiggity - 2015-10-29

I changed line 86 of version 1.5.1 to request = urllib2.Request(url, headers={'User-Agent' : "Magic Browser"}) and it worked


RE: service.subtitles.subscene - CrowleyAJ - 2015-10-29

Thanks for your hint, shiggity. I just sent a fixed version to the repository.