AMC script to create/download on output dir only

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
pois
Posts: 8
Joined: 19 Feb 2019, 23:16

AMC script to create/download on output dir only

Post by pois »

Hello,

After running the AMC script I noticed that the AMC script creates/downloads the artwork, subtitles, tvshow.nfo on both the input directory and the output directory.

How can we instruct the AMC script to only create/download all these files on the output directory?

And how can I clean up my input directory, so it's easier cross seed.

Here's the filebot command being used

Code: Select all

filebot -script fn:amc --output /media --action hardlink -non-strict /completed --log-file /filebot/amc.log --conflict auto --def excludeList=/filebot/amc.txt music=y artwork=y extras=y unsorted=y movieFormat='{kodi}' seriesFormat='{kodi}' animeFormat='{kodi}' musicFormat='{kodi}'
Thanks
User avatar
rednoah
The Source
Posts: 22975
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: AMC script to create/download on output dir only

Post by rednoah »

The amc script does not generate artwork in the input folder. However, existing artwork is left untouched.

You can use the clean option to have the amc script clean up left behind clutter files after processing.
:idea: Please read the FAQ and How to Request Help.
Post Reply