Page 1 of 1

Keep Current Filename But Add A New Tag

Posted: 30 Apr 2023, 22:57
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.

Re: Keep Current Filename But Add A New Tag

Posted: 01 May 2023, 00:34
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}

Re: Keep Current Filename But Add A New Tag

Posted: 01 May 2023, 01:00
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!