![]() |
Release service.subtitles.subclub - 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.subclub (/showthread.php?tid=200478) |
service.subtitles.subclub - jeesus - 2014-07-23 Hi there! This is my first addon for XBMC and experience with Python in general. Addon grabs Estonian subtitles from the site Subclub.eu. Major credit goes to cramm as i've used some parts of his addon for subdivx subtitles. The addon is a work in progress and is being updated constantly. Currently compatible with XBMC 13.1 "Gotham". Available at GitHub: https://github.com/jeesus/xbmc-repo Zip-file: http://www.upload.ee/files/4180169/service.subtitles.subclub.zip.html All comments are welcome. RE: service.subtitles.subclub - jeesus - 2014-08-04 Hey I'm having a problem with the addon on Raspberry PI. Everything is working on Windows though. Code: 17:19:07 T:2857366592 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<-- Is it the backslash or what could be causing this error? I'm on Windows myself and can't test on Raspberry PI. RE: service.subtitles.subclub - yllar21 - 2015-07-23 Hello, I'm using this service on Openelec last stable release (Raspberry Pi 1 B and 2), and both are showing "Script error" once a while and can't get subtitles. Some subtitles seem to get downloaded, if I'd remove temp files directory at "\Userdata\addon_data\service.subtitles.subclub\" Also I could see lastly downloaded subtitles in temp directory (in Openelec menu) while choosing out subtitles for a new movie (as in your code, if there's more subtitles in zip files, then they're unpacked to one directory). Shouldn't these files need to be removed, after choosing out correct subtitle, or when should this folder get removed? But thumbs up for good addon (Y) Kodi.log: Code: 16:41:26 T:1436546112 NOTICE: Thread LanguageInvoker start, auto delete: false RE: service.subtitles.subclub - onueints - 2021-08-10 Any chance to support it on Kodi 19.1? |