Page 1 of 1

--format adds extra zero infront of {s} (season)

Posted: 17 May 2014, 13:42
by Gawwad
Here is my script which is set up to run after a download finishes:

Code: Select all

filebot -script fn:amc --output "home/<user>/Videos" --log-file amc.log --action move --conflict auto -non-strict "/home/<user>/Downloads/Torrents" --format "{n}/{\"Season {s}\"}/{n} - {s00e00} - {t}" --def artwork=n --def music=n --def xbmc=castiel --def excludeList=amc.txt --def deleteAfterExtract=y --def clean=y
Ther format string --format "{n}/{\"Season {s}\"}/{n} - {s00e00} - {t}" works perfectly otherwise, but the "Season {s}" part gets and extra 0 before the season number.

Any ideas what could be wrong? I've read through the guides multiple times already.

Re: --format adds extra zero infront of {s} (season)

Posted: 17 May 2014, 15:11
by rednoah
--format is ignored in the amc script since the amc script needs multiple formats for multiple types of input movie/series/anime/unsorted.

With that in mind read the amc documentation again, it's there, in bold, with example code.