Synopsis: After a rename and move of a movie, if I try to rename the movie again with a different format string I seem to be missing some info - i.e. source, vc, ac (possibly others) - and the movie doesn't rename correctly.
Scenario:
* Select movie folder I wish to rename
* Rename and move the movie using the following format string:
Code: Select all
M:/VIDEO/MOVIES/{n.replaceAll(/[.]/).replaceAll(/:/," -")} ({y}) {[vc, ac]}/{n.replaceAll(/[.]/).replaceAll(/:/," -")} ({y}){" - CD$pi"}
Code: Select all
M:/VIDEO/MOVIES/{n.replaceAll(/[.]/).replaceAll(/:/," -")} ({y}) {[source, vc, ac]}/{n.replaceAll(/[.]/).replaceAll(/:/," -")} ({y}){" - CD$pi"}
Strangely if I move the renamed movie files back to their original folder and try to do the rename again it works perfectly.
I've tried this with both v3.80 and v4.0 of FileBot and the issue is the same. I'm using Windows 8.1 x64 and the filesystem is FAT32. It also occurs on Apple Mac.
Hope someone can help me with this as I don't want to rename the files I have only to be unable to rename the files again.
Many thanks