My execute on completion line is currently:
Code: Select all
filebot -script fn:amc --output "f:/torrents" --action duplicate --conflict skip -non-strict --log-file f:/amc.log --def excludeList=f:/amc.excludes unsorted=y music=n artwork=n "ut_dir=%F" "ut_kind=multi" "ut_title=%N" "ut_label=%L" --def "seriesFormat=F:/TV/{n}/Season {s.pad(2)}/{n} - {s00e00} - {t}" "animeFormat=F:/Anime/Season {s.pad(2)}/{n} - {s00e00} - {t}" "movieFormat=F:/Movies/{n}/{n}" "musicFormat=N:/Music/{n}/{n}" --def deleteAfterExtract=y
Code: Select all
C:\Program Files\FileBot\filebot.launcher
Code: Select all
C:\Program Files\FileBot\filebot.launcher.exe
I've tried using
Code: Select all
cmd /c filebot
None of the above worked.
Any tips? I'm guessing it's something VERY obvious but I've got no clue