Page 1 of 1

Cleanup list per category

Posted: January 9th, 2013, 2:04 pm
by crispy78
I would like to have an addon to the categories menu. It would be nice to have a cleanup list per category, that way SABnzbd could cleanup series and movies from .nfo, .txt, .scr, .exe-files and leave them when I download applications, etc.

Re: Cleanup list per category

Posted: January 9th, 2013, 3:07 pm
by shypike
Won't fit in the current user interface.
You can choose to write a very simple end-of-job script per category.
Example for Windows:

Code: Select all

@echo off
cd /d %1
del *.nfo *.srt
Scripts are explained here: http://wiki.sabnzbd.org/user-scripts