
OK - I've made my format more complex, incorporating exceptions as I come across them, and then simplified it somewhat as I've learned more...
Thanks to Red for adding the Presets feature recently; that's a major improvement for me (for the way I collect media, it's ideal to have multiple, similar presets - a flat rename, a rename with sort to series folders, a rename with sort to a unique folder... just depends on the media I'm working on at the time).
I'm stumped on one (final???) item, though:
- I use a CSV (as originally asked about in this thread, I got it going) to rename movie collections based on a numeric rename sequence (a sequel numbering format) - example:
First Blood;Rambo 1 -- First Blood
Rambo: First Blood Part II;Rambo 2 -- Rambo- First Blood Part II
Rambo III;Rambo 3 -- Rambo III
Rambo;Rambo 4 -- Rambo
...so that they contain a quick-sort-reference AND keep the original name in the filename.
But now, when I run the files through FB again, many/most of these renamed files are not recognized - which is understandable, as the filenames are modified versions of the movie names, so FB doesn't match them.
So - I've been manually re-naming them back to the original movie name, in order to run them through new formats in FB. I want to try & skip that step...
I'm trying to use the existing filename (which is the renamed-by-CSV name) as the 'name' that FB uses to pull from the dbase.
I extract the original movie name from the filename (dumping the 1st characters up to the '--' characters), but I can't figure how FB might use the result, to compare with the dbase.
An example of the issue:
Harold & Kumar movies... all are good, but I've renamed them to
H&K 1 -- Harold & Kumar Go to White Castle
H&K 2 -- Harold & Kumar Escape From Guantanamo Bay
H&K 3 -- Harold & Kumar Go to Amsterdam
Now, when I re-sort, none of them are recognized, and I even get a false result "Harold" (which has the same year as the 3rd movie).
If I got zero results, I'd be OK to continue my manual rename-back-to-original-then-run-FB-again process.
But the wrong result messes up my habits, so I'd really like to work around it by forcing a valid name through FB, as opposed to it making its own decision from the filename. Any thoughts?