Been using FileBot for a long long time, but never beyond its basic function - renaming movies and TV episodes.
I simply want to append a movie title with the letter "4K" after the title (and of course before the extension), with the click of a button (or a hot key).
I am sure it's possible, but how?
Thank you in advance and I apologize for the (perhaps) most basic of questions.
Simply append the letters "4K" to a filename after renaming
Re: Simply append the letters "4K" to a filename after renaming
You can use a Plain File Mode Preset.
Copy this configuration:

Then change the format:
And you're done. You can then load files and click your "Add 4K" preset to add 4K to each file name. You can also configure a keyboard shortcut.
Copy this configuration:

Then change the format:
Format: Select all
{fn} 4K
Re: Simply append the letters "4K" to a filename after renaming
Got it. Thank you very much!
Re: Simply append the letters "4K" to a filename after renaming
Since I would like to accomplish this while renaming, is there a way to do this same thing without reverting to the original file name?
For example: I add a file, match (which cleans up the file name), then when I apply the preset script, it reverts to the original file name, plus the added "4K".
Thanks again....
For example: I add a file, match (which cleans up the file name), then when I apply the preset script, it reverts to the original file name, plus the added "4K".
Thanks again....
Re: Simply append the letters "4K" to a filename after renaming



Format: Select all
{ plex.id % { if (height > 2000) ' [4K]' } }
Re: Simply append the letters "4K" to a filename after renaming
That worked great, I just added the if statement to my current format. You made things a lot better and I appreciate it. Thank you.