Page 1 of 1

Cleaning up completed downloads

Posted: June 24th, 2011, 4:38 am
by defcon1972
I am having a problem when I try to Sabnzb to clean up the downloads. It only cleans the root folder but not the sub directories.
Is there a sollution for this?

Re: Cleaning up completed downloads

Posted: June 24th, 2011, 5:37 am
by shypike
Currently only a user script will help you here ( http://wiki.sabnzbd.org/user-scripts ).
Assuming Windows it would be something like this:

@echo off
del /s/q %1\*.nzb
del /s/q %1\*.nfo

This might be fixed in a later release.