Search found 2 matches

by Spamixxus
October 26th, 2016, 12:13 am
Forum: Post-Processing Scripts
Topic: [BASH] How to create your own postprocessingscript
Replies: 30
Views: 82402

Re: [BASH] How to create your own postprocessingscript

#!/usr/bin/sh echo $1 $2 $3 $4 $5 $6 $7 $8 python /var/db/sabnzbd/scripts/nzbToMedia/nzbToSickBeard.py $1 $2 $3 $4 $5 $6 $7 $8 python /var/db/sabnzbd/scripts/nzbToMedia/sabtowizznab.py $1 $2 $3 $4 $5 $6 $7 $8 With my sh script, the String is not one line, because the "" are missing. Prope...
by Spamixxus
October 20th, 2016, 7:54 pm
Forum: Post-Processing Scripts
Topic: [BASH] How to create your own postprocessingscript
Replies: 30
Views: 82402

Re: [BASH] How to create your own postprocessingscript

Hello :) for about three days, I try to create a scriptwrapper of sabnzbd to nzbToMedia and an second script with the same start parameters. Steps to do: 1. Download an episode in a series 2. Import with "nzbToMedia" in Sick Rage 3. Start the second script My environment: root@sabnzbd_1:/v...