Hello,
There is an error in the addon (libreelec 11.0.4) 1.0.4
When the addon download subtitles, itās trying to saving it from tempory file and name to the subtitle destination, saving the name file with space so itās not working.
Maybe itās not for all version language and condition
onExecutionDone(23, /storage/.kodi/addons/service.subtitles.opensubtitles-com/service.py)
error : OnDownloadComplete - Saving of subtitle storage/.kodi/userdata/addon_data/service.subtitles.opensubtitles-com/temp/<id.srt> /SubtitlesFolder/The Nutcracker And The Four Realms.he.srt failed
ok, thank for reporting. we are also struggling with the naming of certain files depending on their language, for example pt-BR, will try to include a fix for your problem in next release.
Iām still running Kodi 17.6 (Python2) and no intentions to update because it works 100% perferctly fine.
As your new Kodi plugin is for new Kodi (Python3), can you provide a quick patch which change this API thing and keeps plugin working. Upgrading Kodi only because one plugin sounds unreasonable when everything else works super smoothly.
I know for sure, Iām not the only one with this problem.
Or if someone else knows what to change, I would be more than happy to patch my plugin manually.
Hello , I have instaled Kodi 20, I import from old site the pasword, and when I try to download subtitles, I find them, but I cant download them. Faildā¦
I use fire TV. Any solution?
getting the proper extension (opensubtitles.com 1.0.4 from official repository )
finding the settings for the extension
entering the username in the username field
entering the password in the password field
if that still doesnāt work you can open a ticket https://www.opensubtitles.com/en/contact keep in mind we donāt have physical access to your device, so rely on the informations you provide
Hi, I have a question about Spanish subtitles. I see that on the website there are three types of spanish: Spanish, Spanish (LA), and Spanish (EU). Since Kodi only has āSpanishā as an option under the āLanguages to download subtitles forā settings, the addon is only pulling subtitles from the regular āSpanishā section and ignoring results from Spanish (LA) or Spanish (EU).
I managed to find a way to add more options to the āLanguages to download subtitles forā list using advancedsettings.xml (https://kodi.wiki/view/Advancedsettings.xml#languagecodes), but Iām not sure what to put for the short name or long name so that the addon can recognize it and pull subtitles from the Spanish (LA) and Spanish (EU) sections as well.
After that I just have to select Spanish (LA) and Spanish (EU) in the āLanguages to download subtitles forā list and now Iām getting subtitles from those sections too. All good.