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.
Keep Current Filename But Add A New Tag
Re: Keep Current Filename But Add A New Tag
You can use Plain File Mode and use {fn} current file name as the first part of your format:
Code: Select all
{fn} {vf}
-
- Posts: 2
- Joined: 30 Apr 2023, 22:42
Re: Keep Current Filename But Add A New Tag
Thank you!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}