Page 1 of 1

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

Posted: 11 Dec 2015, 21:41
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

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

Posted: 11 Dec 2015, 22:13
by rednoah

Code: Select all

--action move
Duh.