Page 1 of 1

exclude files

Posted: 20 Jun 2023, 21:48
by Punt
Hello,

I think that since a recent update, there is a small bug in the .excludes files on the synology application.

Sometimes there is no line break between 2 files, and if you run the script again, the 2 files are not excluded.

A question, not a bug, but is there a way to exclude all files starting with a word?
I'd like to ignore all files starting with "MotoGP"... I've tried "MotoGP*"

Thank you for your answer and your tool.

Re: exclude files

Posted: 21 Jun 2023, 05:10
by rednoah
:?: Are you using the amc script by any chance? The --def excludeList option from the amc script expects full file paths and does not accept glob patterns. You can however use the --def ignore option to ignore files that match the given regex pattern.

Code: Select all

--def ignore="MotoGP"

:?: What is your filebot command? Can multiple filebot processes run at the same time?


:idea: Please read How to Request Help.