Profiles - Set specific language subtitle as default?
Posted: Fri Aug 23, 2013 3:56 pm
Hi Guys
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:
I would like to match Danish as the track to set as default.
----
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:
In order to only select lossless codecs in either eng or dan, but that does not seem to Work. Above string is modified using the one from http://www.makemkv.com/forum2/viewtopic ... 397#p18341
Any suggestions?
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?