Page 1 of 1

Profile

Posted: Tue Mar 04, 2014 3:58 pm
by Colonial
Hi :) Is there a profile that automatically selects the DTS-HD MA Audio Stream - so you don't need to tick this box when ripping ?

Re: Profile

Posted: Tue Mar 04, 2014 10:11 pm
by Romansh
You don't need a profile, just a default selection string (Expert Mode has to be enabled in Options).

http://www.makemkv.com/forum2/viewtopic ... 386#p17399

Re: Profile

Posted: Tue Mar 04, 2014 10:29 pm
by Colonial
Thanks. Sounds cool. How would I go about setting these parameters on a linux computer using the terminal (I mean which files would I edit is there a sample config file to look at) ?

Re: Profile

Posted: Wed Mar 05, 2014 5:06 pm
by Romansh
settings.conf in MakeMKV data directory.

Code: Select all

app_DefaultSelectionString = "-sel:all,+sel:video,-sel:mvcvideo,+sel:(eng*audio),-sel:core,+sel:((eng|fra)*subtitle),-sel:forced"
(note, the above is my selection string and probably doesn't achieve what you want to do - replace it with whatever works for you)

Re: Profile

Posted: Thu Mar 06, 2014 1:00 am
by Colonial
Thanks, thanks and thank you. This is so cool!