2022-07-03, 22:13
What is the setting of the subtitle stream in the video file itself? Default, forced, disabled?
(2022-07-03, 21:51)HeresJohnny Wrote: I always have to go to settings while playing and switch it on.For what it's worth... I added an entry in my config file that reads:
I added it to ~/.kodi/userdata/keymaps/custom.xml, the full line being:html:<!-- top-right (DVD, under RED key) toggles subtitles on/off -->
<m mod="ctrl,shift">ShowSubtitles</m>
It means I can just flick subtitles on/off with a remote keypress. It won't make your subtitles permanent, but it makes it a lot quicker to enable them.html:
<keymap>
<global>
<keyboard>
<!-- top-right (DVD, under RED key) toggles subtitles on/off -->
<m mod="ctrl,shift">ShowSubtitles</m>
...
(2024-01-31, 02:51)2twisty Wrote: I solved this in Kodi 20 by setting both preferred audio and preferred subtitle languages to match the interface language.
Now, my shows default properly to have subtitles on if they exist in my user interface language (English, in my case)
Hope this helps someone else.
(2024-09-09, 07:05)spoonmanx Wrote: My girlfriend is hard of hearing and this will be a game changer.Don't forget this setting... https://kodi.wiki/view/Settings/Player/S..._subtitles
flag-hearing-impaired
enabled or if the external subtitle track has SDH
in the filename. eg Swordfish (2001).eng.SDH.srt
(2024-01-31, 02:51)2twisty Wrote: I solved this in Kodi 20 by setting both preferred audio and preferred subtitle languages to match the interface language.
Now, my shows default properly to have subtitles on if they exist in my user interface language (English, in my case)
Hope this helps someone else.