excludeList & history.xml

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
Reneg
Posts: 36
Joined: 04 Jan 2012, 20:32

excludeList & history.xml

Post by Reneg »

Hello,

Is it possible to use both (excludeList & history.xml) to skip already processed files ?

Thank you
User avatar
rednoah
The Source
Posts: 22999
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: excludeList & history.xml

Post by rednoah »

No, but you can generate the amc excludeList from the history data:

Code: Select all

filebot -script fn:history --format '${to}' --log off > /path/to/excludeList.txt
:idea: Please read the FAQ and How to Request Help.
Post Reply