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

Any questions? Need some help?
Post Reply
Gawwad
Posts: 1
Joined: 17 May 2014, 13:24

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

Post 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.
User avatar
rednoah
The Source
Posts: 23933
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

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

Post 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.
:idea: Please read the FAQ and How to Request Help.
Post Reply