You are not logged in.

#1 2009-09-08 22:34:51

pablored
Member
Registered: 2004-06-26
Posts: 25

[solved] nzbget - postprocess - unrar

Does anyone have the unrar working with the nzbget version in community?

The post processing script I have quickly taken from the web seems to be using an environmental variable (<configfile>) that came in with 0.7.0-r308 and we are on an earlier version at 0.6.0.  I basically need an older style script. 

# Check if the script is called from nzbget
if [ "$NZBPP_DIRECTORY" = "" -o "$NZBOP_CONFIGFILE" = "" ]; then
    echo "*** NZBGet post-process script ***"
    echo "This script is supposed to be called from nzbget."
    
    exit $POSTPROCESS_ERROR
fi

Cheers

Last edited by pablored (2009-09-09 08:50:01)

Offline

#2 2009-09-09 00:42:19

pablored
Member
Registered: 2004-06-26
Posts: 25

Re: [solved] nzbget - postprocess - unrar

I found a postprocess-example.sh in an older sourceforge download, just have to wait some hours to test it now.

Offline

#3 2009-09-09 08:49:47

pablored
Member
Registered: 2004-06-26
Posts: 25

Re: [solved] nzbget - postprocess - unrar

Works... just had to set Delete nzb files to true (1).  This file should really be setup in the initial install by pacman.

Offline

#4 2009-11-07 01:41:41

litemotiv
Forum Fellow
Registered: 2008-08-01
Posts: 5,026

Re: [solved] nzbget - postprocess - unrar


ᶘ ᵒᴥᵒᶅ

Offline

Board footer

Powered by FluxBB