I've just started playing around with the profile option and I've created a profile for my specific needs.
I have some questions in regards to profiles. I have not been able to find a comprehensive guide to profiles as of yet - perhaps because everything is still in beta
First of I have a functionality question: Is it possible to have MakeMKV set a subtitle in a specific language as default subtitle track?
All I can find is this:
Code: Select all
setFirstSubtitleTrackAsDefault="true"
setFirstForcedSubtitleTrackAsDefault="true"
----
I am currently using MakeMKV 1.8.4 with a modified default profile. I have not set a default language in MakeMKV as I'd like to always select all subtitles. All I have modified as of yet is:
Code: Select all
<profileSettings
app_DefaultSelectionString="-sel:all,+sel:(favlang|nolang),-sel:(havemulti|havelossless),+sel:(core*(dan|eng)),=100:all,-10:favlang"
/>
Any suggestions?