I've been using MakeMKV os a collection of DVDs, copied from rentals, using a commercial product called "1-Click-DVD copy". These are decrypted copies, and in many of them I've applied the option to save "Movie Only". Some others have been saved in their entirety, when I used 8gig disks. So when I do the conversion, the movies that were copied in their entirety have the movie name in the file title. Unfortunately the "movie only" copies do not, and end up with names like "title_t00.mkv". It would be nice to fix that. Whenever such a disk is inserted, MakeMKV always finds the title in what it calls the disk LABEL. Hoever, that name is never applied to the filename, even when no other name can be found. Currently the name template is...
Code: Select all
{NAME1}{-:CMNT1}{-:DT}{title:+DFLT}{_t:N2}
I've tried to add {LABEL} to the stering, but that just results in a name template error, and an even les informative file name. Any way to fix?