Greetings all! In order to avoid buffering issues, I have been (successfully) downloading movies and/or TV shows to view offline later. (I use VLC Media Player to view them.) But they do not download with subtitles. Is there some way I can either download subtitles along with the movie/TV show, or download subtitles separately that will sync with the movie. Thanks for any help you can provide.
↧
Downloading Subtitles for Later Use
↧
[Subscene] Addon install shows MD5 mismatch
I'm unable the Subscene addon in Linux on Kodi 17.3 GIT:20170525-NOGITFOUND
The specific log lines are:
The specific log lines are:
Code:
03:01:18.415 T:140143258483072 DEBUG: ParentPath = [addons://all/]
03:01:18.418 T:140142182373120 DEBUG: CAddonDatabase: SELECT repo.id FROM repo .. took 0 ms
03:01:18.445 T:140142182373120 DEBUG: CAddonDatabase: query SELECT * FROM addons JOIN addonlinkrepo ON addons.id=addonlinkrepo.idAddon WHERE addonlinkrepo.idRepo IN (3,10,11) ORDER BY addons.addonID returned 4352 rows in 26 ms
03:01:18.621 T:140142182373120 DEBUG: CAddonDatabase::GetAddons took 202 ms
03:01:18.637 T:140142182373120 DEBUG: CAddonMgr::GetAvailableUpdates took 11 ms
03:01:18.640 T:140140102219520 DEBUG: Thread BackgroundLoader start, auto delete: false
03:01:18.645 T:140139923441408 DEBUG: Thread JobWorker start, auto delete: true
03:01:18.646 T:140143258483072 DEBUG: ------ Window Deinit (Pointer.xml) ------
03:01:18.660 T:140140102219520 DEBUG: Thread BackgroundLoader 140140102219520 terminating
03:01:19.235 T:140143258483072 DEBUG: ------ Window Init (Pointer.xml) ------
03:01:20.653 T:140143258483072 DEBUG: ProcessMouse: trying mouse action leftclick
03:01:20.653 T:140143258483072 DEBUG: ------ Window Init (DialogAddonInfo.xml) ------
03:01:20.659 T:140143258483072 DEBUG: ------ Window Deinit (Pointer.xml) ------
03:01:21.176 T:140143258483072 DEBUG: ------ Window Init (Pointer.xml) ------
03:01:22.094 T:140143258483072 DEBUG: ProcessMouse: trying mouse action leftclick
03:01:22.095 T:140143258483072 DEBUG: CAddonInstaller: installing 'service.subtitles.subscene' version '1.7.1' from repository 'repository.xbmc.org'
03:01:22.096 T:140143258483072 DEBUG: CFileCache::Open - opening <addons/krypton/service.subtitles.subscene/service.subtitles.subscene-1.7.1.zip.md5> using cache
03:01:22.096 T:140143258483072 DEBUG: CurlFile::Open(0x99b9c90) http://mirrors.kodi.tv/addons/krypton/service.subtitles.subscene/service.subtitles.subscene-1.7.1.zip.md5
03:01:22.096 T:140143258483072 INFO: easy_aquire - Created session to http://mirrors.kodi.tv
03:01:25.816 T:140141593605888 DEBUG: Thread FileCache start, auto delete: false
03:01:25.817 T:140141593605888 INFO: CFileCache::Process - Source read didn't return any data! Hit eof(?)
03:01:25.867 T:140141593605888 DEBUG: Thread FileCache 140141593605888 terminating
03:01:25.897 T:140143258483072 DEBUG: ------ Window Deinit (DialogAddonInfo.xml) ------
03:01:26.315 T:140139923441408 DEBUG: CurlFile::Open(0x7f7525a0ca10) http://mirrors.kodi.tv/addons/krypton/service.subtitles.subscene/service.subtitles.subscene-1.7.1.zip
03:01:27.953 T:140139923441408 ERROR: CCurlFile::FillBuffer - Failed: SSL connect error(35)
03:01:27.953 T:140139923441408 DEBUG: CCurlFile::Open - effective URL: <https://ftp.halifax.rwth-aachen.de/xbmc/addons/krypton/service.subtitles.subscene/service.subtitles.subscene-1.7.1.zip>
03:01:27.955 T:140139923441408 ERROR: CAddonInstallJob[service.subtitles.subscene]: MD5 mismatch after download. Expected a50b6e00011575fc825cbaf4c466bef7, was D41D8CD98F00B204E9800998ECF8427E
03:01:27.963 T:140143258483072 DEBUG: CGUIMediaWindow::GetDirectory (addons://all/xbmc.subtitle.module)
03:01:27.963 T:140143258483072 DEBUG: ParentPath = [addons://all/xbmc.subtitle.module]
03:01:27.964 T:140142424917760 DEBUG: CAddonDatabase: SELECT repo.id FROM repo .. took 0 ms
03:01:27.985 T:140142424917760 DEBUG: CAddonDatabase: query SELECT * FROM addons JOIN addonlinkrepo ON addons.id=addonlinkrepo.idAddon WHERE addonlinkrepo.idRepo IN (3,10,11) ORDER BY addons.addonID returned 4352 rows in 20 ms
03:01:28.154 T:140142424917760 DEBUG: CAddonDatabase::GetAddons took 190 ms
03:01:28.170 T:140142424917760 DEBUG: CAddonMgr::GetAvailableUpdates took 11 ms
↧
↧
Storage folder location for OpenSubtitles.org add-on?
Does anyone know where this add-on stores the SRT files?
Add-on:OpenSubtitles.org (wiki)
Is there any way to force subtitles to be saved in the same folder as the video file it's being downloaded for?
Add-on:OpenSubtitles.org (wiki)
Is there any way to force subtitles to be saved in the same folder as the video file it's being downloaded for?
↧
Need Subtitles
Does anyone know where I can request English subtitles for a movie that's in Italian. I tried OpenSubtitles.org but got no response. Thanks.
↧
Next subtitle button
hi.
i am trying to build a subtitle addon that is also a service that will automaticly downloads the first subtitle.
so far everything works great, but i want to add a keyboard button to set the next and previous button but i cannot manage that getch() does not work it returns \xff all the time.
and if i create keyboard.xml i cannot run the addon not with runaddon and not with runscript, it only works with playmedia and not smothly.
1. is there any way to detect keypress with a running service?
2. playmedia popup the other menus in the screen is there any way to avoid that?
thank you very much for your help
i am trying to build a subtitle addon that is also a service that will automaticly downloads the first subtitle.
so far everything works great, but i want to add a keyboard button to set the next and previous button but i cannot manage that getch() does not work it returns \xff all the time.
and if i create keyboard.xml i cannot run the addon not with runaddon and not with runscript, it only works with playmedia and not smothly.
1. is there any way to detect keypress with a running service?
2. playmedia popup the other menus in the screen is there any way to avoid that?
thank you very much for your help
↧
↧
Cannot persist subtitles
I know that this issue has been discussed many times but I couldn't find out why it's not working for me. I'm trying to have subtitles persist once I download them (so I don't have to download them again when I want to watch another time).
In Settings I've got it set to save subtitles next to the video. The video folder is owned by 'kodi' user and when I download them I can see them appear correctly in the video folder but after a second or so the file disappears again.
When I set Custom subtitle folder in the Settings I'm getting "Cannot download subtitles" error every time I try to download any subtitles. It's not a problem with privileges - again the custom folder is owned and writable by 'kodi' user.
I'm using Raspbian and repo Kodi 17.1.
Any ideas?
In Settings I've got it set to save subtitles next to the video. The video folder is owned by 'kodi' user and when I download them I can see them appear correctly in the video folder but after a second or so the file disappears again.
When I set Custom subtitle folder in the Settings I'm getting "Cannot download subtitles" error every time I try to download any subtitles. It's not a problem with privileges - again the custom folder is owned and writable by 'kodi' user.
I'm using Raspbian and repo Kodi 17.1.
Any ideas?
↧
Subtitle for 3D Side-by-Side Movies
Hi,
how can I see the subtitle also for 3D side-by-side Movies?
how can I see the subtitle also for 3D side-by-side Movies?
↧
Subtitle set up
Hi Guys,
New to the media box stuff, so need some help.
I'd like to set up subtitles and have entered the system settings in XBMC and set default language and default provider, even downloading the specific provider.
I started a movie and attempted to download subtitles but I receive the message 'no subtitle service installed.'
What have I missed?
Also, I assume most settings are changed via the XBMC app?
New to the media box stuff, so need some help.
I'd like to set up subtitles and have entered the system settings in XBMC and set default language and default provider, even downloading the specific provider.
I started a movie and attempted to download subtitles but I receive the message 'no subtitle service installed.'
What have I missed?
Also, I assume most settings are changed via the XBMC app?
↧
Need to update for Divxplanet Subtitle
Hello,
https://kodi.tv/addon/subtitles/divxplanet
This addon is updated (v 0.2.0) at github (source), need to update kodi too...
https://kodi.tv/addon/subtitles/divxplanet
This addon is updated (v 0.2.0) at github (source), need to update kodi too...
↧
↧
Error download subtitle (Open Subtitles)
Hi everyone!
So I have been having troubles the last few days with downloading my subtitles. Every time when I try to download them, it gives me an “Error Subtitle Failed Download”. It does this with every episode/movie. Now I have been a registered user at Open Subtitles and they do show up when I search for them. They just don’t download. Does anyone knows what I’m doing wrong?
So I have been having troubles the last few days with downloading my subtitles. Every time when I try to download them, it gives me an “Error Subtitle Failed Download”. It does this with every episode/movie. Now I have been a registered user at Open Subtitles and they do show up when I search for them. They just don’t download. Does anyone knows what I’m doing wrong?
↧
local
I saw a post on how to get local channels on kodi , any help?
↧
Failed to download subtitle (bug!)
Kodi refuses to download the subtitle, no matter who is the sub provider, because of the videostream file name is maybe too long or invalid, so, the sub cannot be renamed and saved localy as an .srt
Please check the end of my kodi.log, it is obvious there:
19:17:43.268 T:4388 ERROR: CGUIDialogSubtitles::OnDownloadComplete - Saving of subtitle C:\Users\Gerasimos\AppData\Roaming\Kodi\userdata\addon_data\service.subtitles.subtitles.gr\temp\the.handmaids.tale.s01e07.720p.webrip.x264-morose.srt.srt to special://temp/cpW-90YeYf2ke0lfFuOwDdJu9v_Gm1c0dJfGh3OmrajNKDVCQMs89JqULO51TlrRx_T35S8Ly7pZCBgrExV8vt5DIsJB4FryJcG248ix8iUki8_qVhwkWYYLWpY6VcPy0_kMMgdQn4t3NG8MIXQlmd80Rsc11hdiY-0LBKRXKHJtvIT0sAwCxxE7lENi-reprG_l9ZNghftExzt917R2E_U6KFbYTNtHkA5IVGBHpSfTattb45EwBoVThcSucWe2VgqLzW1B7l1qowNIYUSZ4gtDIkUoUg4hBL-yc-cFTledMWwAbgFwB67wd0M79KZD6ZVZKGPouWZAv_5i1t_N4Wq5tRex3bjmI1KOPb9OJb9xHk_KKQH9faBrLHbCHCC0fbnIrL47f9fkc-1OTVldyNr-tz2yPmx7N66EVqpECNG6Q6u2Qqw25Rt75NydnD2TU6pyZOEjOBlY98Un-tkzTZY4rd3U7Jz8lY61CK_QessyehJz_76YHWZ1DwlZ6D--ULlR2oui-BaOA9ze2TG7Jac1rJxf3M3LHenTTGnr0lBjnrWtHnKrFCL12sYyiOpgrR3FOHCf9H_56y5qB8bBXYgnlkx9KL6il9GOAyT3Hy8=m59.el.srt failed
Please check the end of my kodi.log, it is obvious there:
19:17:43.268 T:4388 ERROR: CGUIDialogSubtitles::OnDownloadComplete - Saving of subtitle C:\Users\Gerasimos\AppData\Roaming\Kodi\userdata\addon_data\service.subtitles.subtitles.gr\temp\the.handmaids.tale.s01e07.720p.webrip.x264-morose.srt.srt to special://temp/cpW-90YeYf2ke0lfFuOwDdJu9v_Gm1c0dJfGh3OmrajNKDVCQMs89JqULO51TlrRx_T35S8Ly7pZCBgrExV8vt5DIsJB4FryJcG248ix8iUki8_qVhwkWYYLWpY6VcPy0_kMMgdQn4t3NG8MIXQlmd80Rsc11hdiY-0LBKRXKHJtvIT0sAwCxxE7lENi-reprG_l9ZNghftExzt917R2E_U6KFbYTNtHkA5IVGBHpSfTattb45EwBoVThcSucWe2VgqLzW1B7l1qowNIYUSZ4gtDIkUoUg4hBL-yc-cFTledMWwAbgFwB67wd0M79KZD6ZVZKGPouWZAv_5i1t_N4Wq5tRex3bjmI1KOPb9OJb9xHk_KKQH9faBrLHbCHCC0fbnIrL47f9fkc-1OTVldyNr-tz2yPmx7N66EVqpECNG6Q6u2Qqw25Rt75NydnD2TU6pyZOEjOBlY98Un-tkzTZY4rd3U7Jz8lY61CK_QessyehJz_76YHWZ1DwlZ6D--ULlR2oui-BaOA9ze2TG7Jac1rJxf3M3LHenTTGnr0lBjnrWtHnKrFCL12sYyiOpgrR3FOHCf9H_56y5qB8bBXYgnlkx9KL6il9GOAyT3Hy8=m59.el.srt failed
↧
Saving subtitles WITHOUT language-code
Since a few versions ago Kodi has changed the way updates work, and has removed the option to save subtitles without a language code (afaik).
Because of this, subtitles downloaded through Kodi's subtitle addon can no longer be found by my DVR (which only opens subtitles if the file names match exactly).
My question therefore is:
Is there a way for me to setup Kodi to NOT include language codes in the subtitles when renaming them?
I hardly ever download any other subtitles but english ones, so I don't really need the language code or the language-meta in Kodi.
Because of this, subtitles downloaded through Kodi's subtitle addon can no longer be found by my DVR (which only opens subtitles if the file names match exactly).
My question therefore is:
Is there a way for me to setup Kodi to NOT include language codes in the subtitles when renaming them?
I hardly ever download any other subtitles but english ones, so I don't really need the language code or the language-meta in Kodi.
↧
↧
Enable/Disable Addon in ssh
Where is the file in which are the states of the addons to be able to deactivate / activate them manually in ssh or samba?
like this @Karellen-Log removed but in SSH
like this @Karellen-Log removed but in SSH
↧
Add-on problem
This is my first post as I’m brand new to Kodi. I’m trying to create my first add-on but with no success. I’ve tried it in both macOS and windows. I’m using a very helpful YouTube video and following it step by step. Everything goes well until I get to the step where you unzip the file and then go back to the box icon at the main menu. When I hit the icon, my named file does not appear so I can’t proceed. Would appreciate any help anyone can provide.
Thank You
Thank You
↧
Only SRT subtitles use the style that I set
Why is it that SRT is the only subtitle format that follow the style that I have defined? For example, I have set the subtitles to be a certain color, certain size, and under the video. SRT follows these settings and displays how I want it to. But other subtitle formats such as SUB/IDX or SSA don't follow my settings? It seems like SUB/IDX already has their own defined style and it overrides the style I have set in Kodi. Is there a way to change this?
Thanks.
Thanks.
↧
Legendas.tv Not working
The legendas.tv addon is not working, the search got results but can't download.
Code:
10:45:34.200 T:13668 DEBUG: ### [Legendas.TV] - Version: 2.3.2
10:45:34.200 T:13668 DEBUG: ### [Legendas.TV] - Action 'download' called
10:45:34.351 T:14596 WARNING: CRenderManager::WaitForBuffer - timeout waiting for buffer
10:45:37.120 T:13668 WARNING: Previous line repeats 5 times.
10:45:37.120 T:13668 DEBUG: ### [Legendas.TV] - Opening URL: (http://legendas.tv/download/5a16ef989da12/Lethal_Weapon/Lethal_Weapon_S02E07_HDTV_x264_SVA)
10:45:37.435 T:14596 WARNING: CRenderManager::WaitForBuffer - timeout waiting for buffer
10:45:38.219 T:16788 WARNING: Previous line repeats 1 times.
10:45:38.219 T:16788 DEBUG: ------ Window Deinit (DialogNotification.xml) ------
10:45:38.468 T:14596 WARNING: CRenderManager::WaitForBuffer - timeout waiting for buffer
10:45:38.872 T:13668 DEBUG: ### [Legendas.TV] - Opening URL: (http://legendas.tv/downloadarquivo/5a16ef989da12)
10:45:38.985 T:14596 WARNING: CRenderManager::WaitForBuffer - timeout waiting for buffer
10:45:41.568 T:16788 WARNING: Previous line repeats 4 times.
10:45:41.568 T:16788 ERROR: Extract, No archive given
10:45:41.568 T:14596 WARNING: CRenderManager::WaitForBuffer - timeout waiting for buffer
10:45:42.566 T:13668 WARNING: Previous line repeats 1 times.
10:45:42.566 T:13668 INFO: CPythonInvoker(5, C:\Users\break\AppData\Roaming\Kodi\addons\service.subtitles.legendastv\service.py): script successfully run
10:45:42.568 T:16788 DEBUG: ------ Window Init (DialogNotification.xml) ------
↧
↧
Problem with mpl subtitle format (KODI 17.6)
I'm using 17.6 version on my android smart TV. I've got an issue with mpl format subtitles downloaded via opensubtitles.org. When I download them while playing a movie then it is shown, but when I stop and start the movie again it doesn't open a subtitle file. The file is saved in the same folder as movie and I've checked - it's there. I keep movies on my Synology NAS, and folders are connected as SMB source. It works with subtitles downloaded via napiprojekt. I download the subtitles once and it works all the time. It seems that kodi does recognize subtitles with txt extension file, but not with the mpl(
?).
I also have Kodi (17.3) on my raspberry Pi and there everything is OK. It works no mater what kind of subtitle format I download.

I also have Kodi (17.3) on my raspberry Pi and there everything is OK. It works no mater what kind of subtitle format I download.
↧
service.subtitles.titlovi-com-official Official titlovi.com subtitle plugin
Hello,
I am developing new subtitle addon for Titlovi.com website in cooperation with the site owner.
This addon is using new Titlovi.com API instead scraping website data.
In order to use addon users need to be registered on Titlovi.com and input their login data in addon settings.
Here is source repository and here is download link.
Feel free to test it and report bugs and submit pull requests![Smile Smile]()
I am planning to submit this addon for adding to official repository, but I'm not 100% sure how to do that.
Do I need just to follow instructions from this repository https://github.com/xbmc/repo-scripts/ or is there anything else to it?
I am developing new subtitle addon for Titlovi.com website in cooperation with the site owner.
This addon is using new Titlovi.com API instead scraping website data.
In order to use addon users need to be registered on Titlovi.com and input their login data in addon settings.
Here is source repository and here is download link.
Feel free to test it and report bugs and submit pull requests

I am planning to submit this addon for adding to official repository, but I'm not 100% sure how to do that.
Do I need just to follow instructions from this repository https://github.com/xbmc/repo-scripts/ or is there anything else to it?
↧
service.autoSRT
If a subtitile file is not found next to the movie/episode, opens automatically the subtitle selection window.
If the subtitle already exists, just plays the movie, without any popup.
On the settings you say which extensions/languages to look for.
You may have downloaded a greek subtitle with an extension of xxx.gr.srt, but if you are not from Greece, you'll still want to get a subtitle on your own language.
If you are then put on the settings gr.srt and if the addons finds it, it will not get a new subtitle.
Github page: https://github.com/5-star/service.autoSRT
Installation
- Download the 5star repo
https://github.com/5-star/repository.5st...-1.0.7.zip
Short Url: http://bit.ly/2BrTutg
- Open Kodi
- Go to `System -> Settings -> Add-ons
- Select Install from zip file` -> Select the downloaded zip file
- Then select -> Install from repository -> Service.autoSRT
- Enjoy
If the subtitle already exists, just plays the movie, without any popup.
On the settings you say which extensions/languages to look for.
You may have downloaded a greek subtitle with an extension of xxx.gr.srt, but if you are not from Greece, you'll still want to get a subtitle on your own language.
If you are then put on the settings gr.srt and if the addons finds it, it will not get a new subtitle.
Github page: https://github.com/5-star/service.autoSRT
Installation
- Download the 5star repo
https://github.com/5-star/repository.5st...-1.0.7.zip
Short Url: http://bit.ly/2BrTutg
- Open Kodi
- Go to `System -> Settings -> Add-ons
- Select Install from zip file` -> Select the downloaded zip file
- Then select -> Install from repository -> Service.autoSRT
- Enjoy

↧