AMC TV episode naming scheme

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
DF2002
Posts: 4
Joined: 19 Feb 2013, 21:51

AMC TV episode naming scheme

Post by DF2002 »

Hi, I have a scripting question regarding the following snippet and the AMC script.

Using the FileBot GUI, I used the following script
filebot -rename f:/incoming/ --format "{n.space('.')}.{'S'+s.pad(2)}E{E.pad(2)}.{vf}.{vc}" --db thetvdb -non-strict

And get specifically this naming scheme:
Homeland.S02E12.720p.HDTV.x264.mkv

Is it possible to change settings in the AMC script to match this preferred naming scheme?

Thanks!
User avatar
rednoah
The Source
Posts: 22986
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: AMC TV episode naming scheme

Post by rednoah »

Yes.
Fully Automated Media Center wrote:Customize Paths:
You can override the default naming schemes via --def seriesFormat, animeFormat or movieFormat but make sure you understand how cmdline arguments work since you must escape double quotes via \", ampersands, etc otherwise the cmdline arguments will not be passed to FileBot as you may think. Relative paths will be resolved against --output and you can use absolute paths if you want to use multiple drives.
:idea: Please read the FAQ and How to Request Help.
Post Reply