I have also bang my head recently with this, and i have some examples, hope this help
WARN: i don't use the PREFERED LANGUAGE option, i.e prefered language = none in the Preference.
To verify if it suit you, just load a movie and see which subtitles and audio tracks are selected or not, no need to convert to MKV.
Code: Select all
Example 1:
audio:fra, anglais, pol, +others, -comment
sub: fra,fra forced,pol, pol forced, eng, eng forced,+others
-sel:all,+sel:subtitle,-100:(fra),-99:(forced*(fra)),-95:(pol),-94:(forced*(pol)),-90:(eng),-89:(forced*(eng)),+sel:audio,-sel:special,-100:(audio*(fra)),-95:(audio*(pol)),-90:(audio*(eng))
Example 2:
audio:ang,fra,+others,-comment
sub:fra, fra forced,ang, ang forced,+others
-sel:all,+sel:subtitle,-100:(fra),-99:(forced*(fra)),-95:(eng),-94:(forced*(eng)),+sel:audio,-sel:special,-100:(audio*(ang)),-95:(audio*(fra))
Example 3:
audio:fra, anglais, pol, -comment
sub: fra,fra forced, pol, pol forced, eng, eng forced
-sel:all,+sel:(subtitle*(fra|pol|eng|nolang)),-100:(fra),-99:(forced*(fra)),-95:(pol),-94:(forced*(pol)),-90:(eng),-89:(forced*(eng)),+sel:(audio*(fra|pol|eng|nolang)),-sel:special,-100:(audio*(fra)),-95:(audio*(pol)),-90:(audio*(eng))
Example 4:
audio:fra, anglais, pol, und, nolang, +others, -comment
sub: fra,fra forced, pol, pol forced, eng, eng forced, und, nolang, +others
-sel:all,+sel:(subtitle*(fra|pol|eng|und|subtitle|nolang)),-100:(fra),-99:(forced*(fra)),-95:(pol),-94:(forced*(pol)),-90:(eng),-89:(forced*(eng)),+sel:(audio*(fra|pol|eng|und|audio|nolang)),-sel:(havemulti|havecore),-sel:mvcvideo,-sel:special,-100:(audio*(fra)),-95:(audio*(pol)),-90:(audio*(eng))
note: und stand for undetermined.