Page 1 of 1

RippingProfile

Posted: Sat Mar 08, 2014 3:51 pm
by Colonial
Every track (audio) on the BD is getting ripped. I'm using the below settings.

Code: Select all

app_DefaultSelectionString = "-sel:all,+sel:video,-sel:mvcvideo,+sel:((eng|ger)*audio),-sel:core,-sel:(havemulti|havecore),+sel:((eng|swe)*subtitle),-sel:forced,-sel:special"
However I'd like to restrict the ripping to only include the English (DTSHDMA) and German audio tracks.


Code: Select all

app_DefaultSelectionString = "-sel:all,+sel:(eng*audio),+sel:(ger*audio),-sel:core,-sel:mvcvideo,-sel:special,-sel:forced,=100:all,-10:eng,+sel:subtitle"
Putting this string of code in settings.conf results in dtshdma rips with english and german audio tracks as well as all the subtitles.