Hello,
I would like to know how to use the rename function to keep original file name and add attibutes like resolution or size without fetching TMDB datas. For example, i have tried this and of course, FB ask me to fetch informations :
{original} - {resolution} - {gigabytes}
Thanks
Just file renaming
Re: Just file renaming
You need to select Plain File Mode and not Movie / Episode Mode.
You can use the Presets › Append Media Properties example and the following custom format to get started:
Note that {fn} refers to the current file name. {original} refers to the original file name (not the current file name) that predates previous rename operations - as per xattr metadata - and is generally undefined for files that have never been renamed with FileBot.

Format: Select all
{fn} - {resolution} - {gigabytes}

Re: Just file renaming
Thank you so much dear rednoah, you make my day !