exclude files

All your suggestions, requests and ideas for future development
Post Reply
Punt
Posts: 6
Joined: 05 Jun 2019, 08:12

exclude files

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

Re: exclude files

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