Search found 5 matches

by ChrisAcon
07 Nov 2016, 11:53
Forum: Help and Support
Topic: Execute Filebot AMC-Script on Synology triggered by nzbget
Replies: 8
Views: 9354

Re: Execute Filebot AMC-Script on Synology triggered by nzbget

Thanks! I installed the MediaInfo Package from the SynoCommunity. Finished! Thanks!
by ChrisAcon
07 Nov 2016, 09:24
Forum: Help and Support
Topic: Execute Filebot AMC-Script on Synology triggered by nzbget
Replies: 8
Views: 9354

Re: Execute Filebot AMC-Script on Synology triggered by nzbget

Ok, works now! The check in nzbget is buggy. Just make sure that you upload a plan bash-file without filebot commands while configuring nzbget (nzgbet -> Settings -> Extension Scripts). Next, overwrite the uploaded script with your filebot script but do not change the settings in nzbget.

One last ...
by ChrisAcon
04 Nov 2016, 09:16
Forum: Help and Support
Topic: Execute Filebot AMC-Script on Synology triggered by nzbget
Replies: 8
Views: 9354

Re: Execute Filebot AMC-Script on Synology triggered by nzbget

Dear Rednoah,

thanks so far!

When I run the example script
filebot -script fn:amc --output "$CONFIG_OUTPUT" --action duplicate --conflict skip -non-strict --log-file amc.log --def unsorted=y music=y artwork=y excludeList=".excludes" ut_dir="$ARG_PATH" ut_kind="multi" ut_title="$ARG_NAME" ut_label ...
by ChrisAcon
03 Nov 2016, 23:22
Forum: Help and Support
Topic: Execute Filebot AMC-Script on Synology triggered by nzbget
Replies: 8
Views: 9354

Re: Execute Filebot AMC-Script on Synology triggered by nzbget

Hi!

Thank you very much for your quick reply. Writing log.txt works. Executing filebot command alike


filebot -script fn:sysenv > "/volume1/downloads/#NewCompleteDownloads/Movies/logAll.txt" 2>&1


ends with:


test: /usr/local/nzbget/share/nzbget/scripts/test.sh: line 7: 1 : ambiguous ...
by ChrisAcon
03 Nov 2016, 15:45
Forum: Help and Support
Topic: Execute Filebot AMC-Script on Synology triggered by nzbget
Replies: 8
Views: 9354

Execute Filebot AMC-Script on Synology triggered by nzbget

Hi guys!

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:

### NZBGET POST-PROCESSING SCRIPT
#!/bin/bash

filebot ...