Is it possible just to leave the format alone?

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
CooLTanG
Posts: 21
Joined: 26 Jul 2016, 09:26

Is it possible just to leave the format alone?

Post by CooLTanG »

I'm running filebot mainly to fill the metadata, I'd like to leave the filename alone. I know there's {original}, but that'd involve me running it 2x.

Also I've ran AMC on a few folders now, and idk why but it fails sometimes and leaves the files as just ".avi" (while still leaving a huge amount of files fine), which now the filebot program can't find the file to rename btw.
User avatar
rednoah
The Source
Posts: 23953
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Is it possible just to leave the format alone?

Post by rednoah »

{fn} is the current filename

{original} is the very original filename at the very first time the file was renamed (and has no value if the file has never been renamed before, or if xattr metadata has been lost)

I recommend using the GUI to explore bindings and values:
Image

This might be helpful: viewtopic.php?f=3&t=3228
:idea: Please read the FAQ and How to Request Help.
CooLTanG
Posts: 21
Joined: 26 Jul 2016, 09:26

Re: Is it possible just to leave the format alone?

Post by CooLTanG »

Thanks, I guess I missed that one, but yeah I'll use {file.name}
User avatar
rednoah
The Source
Posts: 23953
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Is it possible just to leave the format alone?

Post by rednoah »

If you use {file.name} you'll probably duplicate the file extension. I'd use {fn}.
:idea: Please read the FAQ and How to Request Help.
Post Reply