using AMC with filter, but just for series not movies
Posted: 01 Jul 2016, 20:36
I am currently calling filebot from uTorrent in the Run this program when a torrent changes state with the following command line:
and I control AMC via a parameters file:
However at the moment the Filter gets applied for both my series and movies.
Is there a way I can tell AMC that the filter should only be used for series ?
Code: Select all
"C:\Program Files\FileBot\filebot.launcher.exe" -script fn:amc --action move -non-strict -no-xattr --log-file "d:/tv/amc.log" --filter "age < 92|| !model.any{ it.age < 92}" --def "@d:/TV/amc_args.txt" "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D"
Code: Select all
ut_state_allow=11
unsorted=n
music=n
artwork=n
extras=n
skipExtract=y
clean=y
seriesFormat=D:/TV/{n.sortName('$2, $1').replaceTrailingBrackets()}/s{s}e{e.pad(2)} {t.replaceAll(/[!?.]+$/).replaceAll(/[`´‘’?]/, "'").lowerTrail()}
movieFormat=X:/AVI/{n.sortName('$2, $1').lowerTrail()} ({y}) {vf} {ac}{af}
Is there a way I can tell AMC that the filter should only be used for series ?