Page 1 of 1

AMC Script for Synology NAS

Posted: 06 Nov 2013, 23:01
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

Re: AMC Script for Synology NAS

Posted: 12 Nov 2013, 12:58
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

Re: AMC Script for Synology NAS

Posted: 12 Nov 2013, 13:05
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.

Re: AMC Script for Synology NAS

Posted: 12 Nov 2013, 13:20
by goyon2000
thank you for the fast answer. have a good day (night?)