Advanced Track Selection syntax

Discussion of advanced MakeMKV functionality, expert mode, conversion profiles
Post Reply
stevenh
Posts: 6
Joined: Tue Apr 07, 2015 7:54 pm

Advanced Track Selection syntax

Post by stevenh »

I've been reading the post which details the advanced track selection and have a few questions.

First an easy one could the attachment syntax [+-]sel:attachment be added in v1.8.8, and any other missing options be added to the Changing default track selection thread so all the info is nicely in one place :)

Now the hard one; selecting the 3d track seems a little odd, possibly broken or a documentation issue, as the following I believe should result in the 3d track being selected:

Code: Select all

-sel:all,+sel:(favlang|nolang),-sel:havemulti,=100:all,-10:favlang
This isn't the case and I ended up with the following, where I have to explicitly include the 3d track.

Code: Select all

-sel:all,+sel:(favlang|nolang),-sel:havemulti,=100:all,-10:favlang,+sel:mvcvideo
It seems like favlang|nolang doesn't match mvcvideo tracks like it does with all standard video tracks?
Post Reply