Page 1 of 1

Issue with AMC script not moving files to final destination

Posted: 14 May 2025, 07:43
by Vill1948
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:

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"
Any idea what might be going wrong?

Re: Issue with AMC script not moving files to final destination

Posted: 14 May 2025, 08:46
by rednoah
:?: What does the console output / log say when you run this command?

:idea: --log-file amc.log means that you will find the logs in the application data folder.