I am struggling with getting Filebot executed by nzgbet. Basically I want that a post processing script in nzbget calls the filebot process. If I call the same command via Shell manually it works great.
The Script looks as follows:
Code: Select all
### NZBGET POST-PROCESSING SCRIPT
#!/bin/bash
filebot -script fn:amc "/volume1/downloads/complete/" -non-strict --output "/volume1/downloads/#NewCompleteDownloads" --def reportError=y --log-file "/volume1/downloads/complete/filebotAMC.log" --def artwork=n music=y clean=y --action move --conflict skip
exit 93;
Can s.o. hint me to the solution?filebotAMC: Failure (°_°)
Thanks