Use original filename

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
barbz127
Posts: 4
Joined: 14 Feb 2015, 08:14

Use original filename

Post by barbz127 »

Hi all,

I am looking to run AMC but tweak the formats to have everything dump into one folder and with the original file name (but extracted, with subtitles etc).

What agrument would I use for the original file/folder name?

seriesFormat=X:/TV/{n}/{'S'+s}/{fn}" "movieFormat=Z:/Movies/{n} {y}/{fn}"

Thankyou

PS: if there is a better way to do this let me know.
User avatar
rednoah
The Source
Posts: 23953
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Use original filename

Post by rednoah »

{fn} is the current filename. This is what you want if you want to keep the current filename.

{original} is the original filename. This binding is only available once the files have been processed with FileBot before.
:idea: Please read the FAQ and How to Request Help.
Post Reply