Issue with AMC script not moving files to final destination
Posted: 14 May 2025, 07:43
I’m using the AMC script via a scheduled task on Windows, and everything works fine except that files are not being moved to the final folder I specified. They're being renamed correctly and processed, but just stay in the input folder.
Here's the basic command I'm using:
Any idea what might be going wrong?
Here's the basic command I'm using:
Code: Select all
filebot -script fn:amc --output "D:/Media" --action move --conflict auto -non-strict --log-file amc.log --def "seriesFormat=TV/{n} - {s00e00} - {t}" "animeFormat=Anime/{n} - {s00e00} - {t}" "movieFormat=Movies/{n} ({y})" "music=y" "unsorted=n" "skipExtract=y" "deleteAfterExtract=y"