--format adds extra zero infront of {s} (season)
Posted: 17 May 2014, 13:42
Here is my script which is set up to run after a download finishes:
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.
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
Any ideas what could be wrong? I've read through the guides multiple times already.