Hi!
When using the {plex} binding.
How to prevent filebot from changing the entire path?
Or how to configure filebot to rename only the parent folder and the movie file?
e.g.
/media/movies/some_dirs/Movie_folder/movie.mkv
How to make filebot only proceed the bold part?
Thanks!
Only rename parent directory
Re: Only rename parent directory
You can customize your format so that your format produces the absolute file paths you want.
e.g.
e.g.
Code: Select all
{f.dir.dir}/{plex.tail}
Re: Only rename parent directory
Thank you very much.
Works great!
Works great!