Keep Current Filename But Add A New Tag

Any questions? Need some help?
Post Reply
enthusiast01
Posts: 2
Joined: 30 Apr 2023, 22:42

Keep Current Filename But Add A New Tag

Post by enthusiast01 »

Quite a while ago, I put a lot of effort to name my files exactly how I wanted them (with the help of filebot). Now I have a need to add one specific tag to some of the files. How do I use filebot to keep my exact current name but add the one extra tag?

In this particular case, I want to add {vf} to the end, but I would like to be able to add any additional tag while keeping the rest of the filename as the original.
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Keep Current Filename But Add A New Tag

Post by rednoah »

You can use Plain File Mode and use {fn} current file name as the first part of your format:

Code: Select all

{fn} {vf}
:idea: Please read the FAQ and How to Request Help.
enthusiast01
Posts: 2
Joined: 30 Apr 2023, 22:42

Re: Keep Current Filename But Add A New Tag

Post by enthusiast01 »

rednoah wrote: 01 May 2023, 00:34 You can use Plain File Mode and use {fn} current file name as the first part of your format:

Code: Select all

{fn} {vf}
Thank you!
Post Reply