Issue with AMC script not moving files to final destination

Support for Windows users
Post Reply
Vill1948
Posts: 1
Joined: 14 May 2025, 07:41
Contact:

Issue with AMC script not moving files to final destination

Post 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?
User avatar
rednoah
The Source
Posts: 23990
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

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

Post 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.
:idea: Please read the FAQ and How to Request Help.
Post Reply