Skip to content
Pieter Janssens edited this page Jul 2, 2014 · 19 revisions

NZBGet V11.0+

Set the ScriptDir in NZBGet settings to your nzbToMedia folder or clone nzbToMedia into the default ScriptDir.

All postprocessing scripts are now available to NZBGet and can be configured from the webUI (no need to edit autoProcessMedia.cfg). Just apply the appropriate settings and save all changes before starting a download.

For details on what settings to use look here autoProcessMedia.cfg

Set the scripts to run in this order:

    DeleteSamples, nzbTo*, Email, Logger

Choose which scripts you want for default and for each category. eg Category TV should run :

    DeleteSamples.py, nzbToSickBeard.py, Email.py (if wanted), Logger.py (if wanted).

In order for correct failed download handling with SickBeard and CouchPotato

NZBGet, Settings, PAR CHECK/REPAIR, HealthCheck = Delete 
NZBGet, Settings, DOWNLOAD QUEUE, DeleteCleanupDisk = No

Synology (SynoCommunity NZBGet package)

These steps are necessary to allow nzbToMedia to update itself using git.

SSH into your Synology. Edit the autoProcessMedia.cfg file located in the nzbToMedia folder:

vi /pat/to/nzbToMedia/autoProcessMedia.cfg

Under [General] Set the git_path variable to the git binary from the git package:

git_path = /usr/local/git/bin/git

Make sure the nzbget user is owner of the ppscript folder 'nzbToMedia':

chown -R nzbget:nzbget /path/to/nzbToMedia

Windows

You should try installing python and then run the source version of these scripts following the directions above.

If you want to use the compiled versions from here Compiled Scripts

you need to put the nzbToMedia folder into the scripts folder, and again configure the 2 scripts as per autoProcessMedia.cfg

This does not include email or logger options at this time (although these could be compiled if demand exists)

Set the scripts to run in this order:

    DeleteSamples.bat, nzbToMedia.bat

Set these scripts for all categories to be processed.

    DeleteSamples.bat (for TV and Movies), nzbToMedia.bat
Clone this wiki locally