Only rename parent directory

Any questions? Need some help?
Post Reply
shm0
Posts: 2
Joined: 03 Jun 2020, 10:17

Only rename parent directory

Post 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!
User avatar
rednoah
The Source
Posts: 22986
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Only rename parent directory

Post 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}
:idea: Please read the FAQ and How to Request Help.
shm0
Posts: 2
Joined: 03 Jun 2020, 10:17

Re: Only rename parent directory

Post by shm0 »

Thank you very much.

Works great!
Post Reply