As topic title describes.
I tried several ways to get rid of those NZB files in download dir's.
- Added it to clean up list
- Created a NZB backup location so i could remove them after a while (as long they aren't in download dir)
But for some reason every time a file is completed i have that NZB file in download dir.
Any suggestions on how to get rid of them?
NZB File removal after download
Forum rules
Help us help you:
Help us help you:
- Are you using the latest stable version of SABnzbd? Downloads page.
- Tell us what system you run SABnzbd on.
- Adhere to the forum rules.
- Do you experience problems during downloading?
Check your connection in Status and Interface settings window.
Use Test Server in Config > Servers.
We will probably ask you to do a test using only basic settings. - Do you experience problems during repair or unpacking?
Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
-
blade-runner
- Newbie

- Posts: 46
- Joined: August 17th, 2010, 10:44 am
Re: NZB File removal after download
The cleanup list should work, unless the NZB are created by the unpacking.
I'll check again.
In the mean time you could create a simple user script to get rid of them.
@echo off
del %1\*.nzb
I'll check again.
In the mean time you could create a simple user script to get rid of them.
@echo off
del %1\*.nzb
Re: NZB File removal after download
There is indeed an omission in the code, causing NZB files to be left behind.
It will be fixed in release 0.5.5.
It will be fixed in release 0.5.5.
