Woodstock wrote:Just as a hint for the process of copy/paste, you can use the keyboard to navigate.
I use the automatic file naming set to "semi automatic". I then correct the output folder as needed, and set the Properties->Name to something that is common to the files, such as "Kamigami no Asobi HD". I can then hit the down arrow, and put the episode number on the end of each title in sequence. I then copy the "common part" to the clipboard, and switch the Properties box to "File name", and use the up-arrow to move through each title, double-click on the existing file name, then Ctrl-V plus the number gives me exactly what I want.
It goes fairly quickly, unless the "common part" has punctuation in it. Turn around for a 10 episode disk is about one to two minutes.
But yes, it is a pain compared to if MakeMKV just let us transfer the Name to File name without mangling it....
I create a spreadsheet and use formulas to assemble the file names I want. Columns include Season, Disk, ID (E for Episode, X for Xtra, etc.), Episode, Suffix, Title, Track, Result, and Paste. A formula inserts the common components of the names, adds leading zeros and punctuation where needed, and assembles the final name I want to use. This allows for spell-check and I do the entire series at once so if I discover any deviations from the norm I can adjust for them before beginning the ripping process. Saves renaming files after the fact to conform with a naming convention that had to change because something quirky got added on one of the discs.
I also have a formula that concatenates the track numbers into a string with spaces between each track number. Once I've entered all the data and the formulas have compiled what I want, I use Copy>Paste Special>Text to paste the end results into a column that I can copy the assembled text from. The top row of the Results column is the concatenated track numbers, and the individual track titles follow below.
For example, the columns might have this data:
Code: Select all
Season Disc ID Episode Suffix Title Track
3 1 E 1 The Purple Piano Project 2
3 1 VJ E 1 1 We Got the Beat 7
3 1 XD 1 1 Glee Under the Stars No Subs 35
3 1 XD 1 2 Sue Flashback—Deleted Scene No Subs 36
In the Result column, the formulas return:
Code: Select all
2 7 35 36
Glee S03E01 The Purple Piano Project
Glee S03VJ E01.1 We Got the Beat
Glee S03XD1.1 Glee Under the Stars No Subs
Glee S03XD1.2 Sue Flashback—Deleted Scene No Subs
The Paste column is exactly the same as the Result column, but instead of formulas, has the text that the formulas assembled. Once I'm done, I hide all the columns except Season, Disk, Track, and Paste.
I have the spreadsheet open side-by-side with MakeMKV and use the "Open DVD manually" checkbox instead of scanning the entire disc. When the track list comes up, I copy and paste the track numbers, which gives me only the tracks I'm interested in.
Once the Title list appears, I click on the first title and choose
File name, then switch to the spreadsheet and triple-click the cell with that title's name in it and use Ctrl+C to copy it to the clipboard. Punctuation isn't an issue unless somehow you're using curly quotes; even en- and em-dashes transfer without a problem. I switch back to MakeMKV and double-click on "title00.mkv", which selects the "title00" portion and I use Ctrl+V to paste the name there. I then switch to the
Name parameter and use Ctrl+V to paste the name there as well, then select the next title in the list and keep repeating the process until I'm done.
It's fairly quick, but as you said (and the whole point of this post), it would be faster if I could just paste the title in the
Name parameter instead of having to paste it twice.
If you're interested, I can paste the formulas I use here or share the spreadsheet online in Google Drive or something?