I am using this preset for renaming movie files:
Files: Use Original Files selection
Format: {plex.name}/{plex.name}
However, when I run this preset it moves files up the folder tree. For example, I have a file in:
D:\Movies\To Watch\Movie to be renamed.mp4
when I run the preset it moves to
D:\Movies\Movie Name\Movie Renamed.mp4
Am I using the wrong syntax?
Thanks.
My custom format moves files up in the folder tree
Re: Help with a rename preset


Code: Select all
D:\Movies\Avatar (2009)\Avatar (2009).mp4

https://www.filebot.net/manual.html
Format: Select all
{ drive }/Media/{ plex.id }

Format: Select all
Avatar (2009).eng/Avatar (2009).eng.srt
Re: My custom format moves files up in the folder tree
Thanks for the detailed explanation!
Ideally I would like the movie folder to be created relative to the location where the file is opened.
So in the case of:
I would like it to be located in:
Is there a way to set that?
Ideally I would like the movie folder to be created relative to the location where the file is opened.
So in the case of:
Code: Select all
D:\Movies\To Watch\Movie to be renamed.mp4
Code: Select all
D:\Movies\To Watch\[Name of Movie]\Movie Renamed.mp4
Re: My custom format moves files up in the folder tree
You can generate an absolute path to move / rename files exactly as specified by that absolute path:
Format: Select all
{ folder }/{ ~plex }