AMC Script for Synology NAS

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
Achandab
Donor
Posts: 109
Joined: 04 Nov 2013, 21:20

AMC Script for Synology NAS

Post by Achandab »

Hi Guys


Red has helped writing up a script on a Synology NAS, use the command below

Code: Select all

filebot -script fn:amc "directory/of/files/to/be/organised/here" -non-strict --output "directory/of/completed/files" --def subtitles=en music=n clean=n --action move --conflict override
You can set it via Task Scheduler so it runs X number of times throughout the day/week/month
goyon2000
Posts: 19
Joined: 12 Nov 2013, 12:53

Re: AMC Script for Synology NAS

Post by goyon2000 »

Hello

Thank you for the script. Quick question : How does the script behave with file already being "processed"

Redo the work or nothing ?

Again thank you for the work
User avatar
rednoah
The Source
Posts: 23063
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: AMC Script for Synology NAS

Post by rednoah »

Simple answer: redo

But since input folder and output folder is different and files are moved this is not a major issue. Only files that can't be identified are left behind (not remain unidentified) over and over.

So in that case it's highly recommended to use into the --def excludeList option so we remember processed files to be ignored later.
:idea: Please read the FAQ and How to Request Help.
goyon2000
Posts: 19
Joined: 12 Nov 2013, 12:53

Re: AMC Script for Synology NAS

Post by goyon2000 »

thank you for the fast answer. have a good day (night?)
Post Reply