Page 1 of 1

Only rename parent directory

Posted: 03 Jun 2020, 10:26
by shm0
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!

Re: Only rename parent directory

Posted: 03 Jun 2020, 10:30
by rednoah
You can customize your format so that your format produces the absolute file paths you want.

e.g.

Code: Select all

{f.dir.dir}/{plex.tail}

Re: Only rename parent directory

Posted: 03 Jun 2020, 10:42
by shm0
Thank you very much.

Works great!