x:/movies/movie 1 title (year)
Movie 1 *garbage info*.avi
Poster.jpg
Banner.jpg
Picture of my dog who loved this movie.jpg
x:/movies/movie 2 title (year)
Movie 2 *garbage info*.avi
Poster.jpg
Banner.jpg
Picture of my cat who loved this movie.jpg
x:/movies/movie 3 title (year)
Movie 3 *garbage info*.avi
Poster.jpg
Banner.jpg
A random vacation pic that reminds me of this movie.jpg
I only don't want to rename any of my extra folder stuff. I'm renaming for Plex. I'm using the following naming convention:
{ ~plex.id ** { " {edition-$edition}" } % { " [$vf, $vc, $ac]" } }
(I stole this from viewtopic.php?t=4116#operators but it doesn't appear to work as {tvdb} is not getting added to the video file name regardless of the plex.id XX operator being %, * or ** - all result in the same renaming)
By default, FileBot will "rename" the folder with {tvdb} and leave the {tvdb} off the video filename. What I've found in practice is that Filebot does NOT rename the folder but instead creates a new folder with the Plex naming scheme, moves the video file to this new folder, and leaves all of the other files in the original folder which has the pre-FileBot name. The result being:
x:/movies/movie 1 title (year) {tvdb}
Movie 1 (year) [movie info].avi
x:/movies/movie 1 title (year)
Poster.jpg
Banner.jpg
Picture of my dog who loved this movie.jpg
...etc
This creates a massive headache as I now have to copy-paste all of the old files from the original folder to the newly created (not renamed) folder with the video and then delete the obsolete folder.
Based on this page from Plex - https://support.plex.tv/articles/naming ... dia-files/ - Plex would like (or will accept) the TVDB number on both/either the folder and/or filename.
My request is how to avoid this. My preference would be:
Keep the movie file folder the same (don't rename the folder which contains the video file) and have each video file renamed in-place with the (year) {TVDB} [info] in the renamed file. Is that possible? I have 1000 folders to process this way and would really like to not have to do them one by one
Thanks!