Cleanup list per category

Want something added? Ask for it here.
Post Reply
crispy78
Newbie
Newbie
Posts: 1
Joined: January 9th, 2013, 1:44 pm

Cleanup list per category

Post 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.
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: Cleanup list per category

Post 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
Post Reply