Having trouble getting subtitles to work correctly. I only want one thing to work. When watching a movie, I want to see forced subtitles, for instance in Sicario when Spanish is being spoken I want to see english subs. Just like when watching the disc. I do not ever want to see subtitles any other time. Is there a way to make this work?
Go to your account settings and edit the audio & subtitle preferences:
Enable Automatically select audio and subtitle tracks
Select the audio and subtitle language preferences
Set AUTO-SELECT SUBTITLE MODE to Show with Foreign Audio
Assuming your file has a corresponding forced subtitle track for this language, Plex will automatically enable that.
Keep in mind that Plex prioritizes manually set tracks, so the auto-selection will only apply to movies where you didnât manually set a track.
THat does not seem to work. Only way I can get subtitles to work is to explicitly select them. Rather annoying to have to repeatedly enable/disable subtitlesâŠ
Set the language selection for both subtitles and audio to English.
Your forced subtitle must be tagged as âforcedâ, and its language must be tagged with English.
If either your audio stream or your subtitle stream, or both appear as âunknownâ, then it wonât work.
⊠and as for explaining âmanually setting a trackâ:
When you select/change the audio or subtitle track in one of the apps, this will set it for good. So, you repeatedly enabling/disabling subtitles will do just that.
You canât undo this in the user interface. Plex considers youâre overruling any automatic assignment by manually selecting a subtitle.
Technically itâs possible to edit the related information in the Plex Media Serverâs database, but thatâs advanced stuff.
Uninstalling the server executable wonât touch the server data directory which contains the serverâs database etc.
if you want to scrap all previous configuration incl. previous subtitle/audio track selection, youâll need to remove that (while the server is stopped).
The problem was with MakeMKV. It identifies subtitles as âforcedâ, but does not actually write them to the output file that way. I had to use MKTool to mark the required sub as forced.
Makemkv is notorious for not setting the âforcedâ flag properly.
I recommend you to always remux any mkv file coming out of ffmpeg, handbrake, and other apps using e.g. mkvtoolnix. Check and adjust any flags and track titles while doing so.