NZB File removal after download

Get help with all aspects of SABnzbd
Forum rules
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.
Post Reply
blade-runner
Newbie
Newbie
Posts: 46
Joined: August 17th, 2010, 10:44 am

NZB File removal after download

Post by blade-runner »

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

Re: NZB File removal after download

Post by shypike »

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

Re: NZB File removal after download

Post by shypike »

There is indeed an omission in the code, causing NZB files to be left behind.
It will be fixed in release 0.5.5.
Post Reply