I would like to move files and clean up instead of copy

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
arl1984
Posts: 2
Joined: 11 Dec 2015, 21:38

I would like to move files and clean up instead of copy

Post by arl1984 »

I use the script from the AMC guide on my raspberry pi. My problem is that I'd like it to move and clean up rather than just copy. What changes do I need to make to this line in order to accomplish this?

Code: Select all

filebot -script fn:amc --output "/path/to/output" --log-file amc.log --action copy -non-strict "/path/to/input" --def excludeList=amc.txt
User avatar
rednoah
The Source
Posts: 23934
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: I would like to move files and clean up instead of copy

Post by rednoah »

Code: Select all

--action move
Duh.
:idea: Please read the FAQ and How to Request Help.
Post Reply