Select Multiple (But not 'All' Titles)
Posted: Fri Nov 08, 2013 5:36 pm
Hi,
I was wondering what the syntax is to select multiple specific titles, eg 1,3 and 4?!
Im happy with
selects all titles... And
Selects title 1. But I was wondering if there is something like:
.
Obviously I've tried that and a couple other permutations with no joy!
Manys thanks!
I was wondering what the syntax is to select multiple specific titles, eg 1,3 and 4?!
Im happy with
Code: Select all
makemkvcon mkv disc:0 all ../../..
selects all titles... And
Code: Select all
makemkvcon mkv disc:0 1 ../../..
Code: Select all
makemkvcon mkv disc:0 1,3,4 ../../..
Obviously I've tried that and a couple other permutations with no joy!
Manys thanks!