Search found 2 matches

by arl1984
02 Jan 2016, 16:20
Forum: Scripting and Automation
Topic: Trying to run AMC script from file instead of github
Replies: 2
Views: 3897

Trying to run AMC script from file instead of github

filebot -script "/home/user/scripts/amc.groovy" --output "/media/shares/disk2/media" --action move --def subtitles=en --def clean=y --def unsorted=y -non-strict "/media/shares/disk2/downloads" --def excludeList=amc.txt returns MultipleCompilationErrorsException: startup failed: Script1.groovy: 5 ...
by arl1984
11 Dec 2015, 21:41
Forum: Scripting and Automation
Topic: I would like to move files and clean up instead of copy
Replies: 1
Views: 3506

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

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? filebot -script fn:amc --output "/path/to/output" --log-file amc.log --action copy -non-strict ...