Skip to content
Clinton Hall edited this page Jan 29, 2014 · 19 revisions

NZBGet V11.0+

Copy the entire nzbToMedia folder into the NZBGet ppScripts folder. 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).

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