Possible to delete .nfo for TV Series but not for Movies?

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
Solja
Newbie
Newbie
Posts: 2
Joined: May 6th, 2011, 4:00 pm

Possible to delete .nfo for TV Series but not for Movies?

Post by Solja »

So I have my categories and download locations set up all fine. My question is:

Is it possible to have a different 'Cleanup list' for movies and Tv Series / different for each custom category.

I would like to keep the .nfo for my movies downloaded, but delete the .nfo for series downloaded.

Any help will be much appreciated.
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: Possible to delete .nfo for TV Series but not for Movies?

Post by shypike »

The cleanup list is general.
However creating a user script per category is quite trivial.
The content is about this (assuming Windows):

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

Create a script file per category and attach that file to the category.

More info:
http://wiki.sabnzbd.org/user-scripts
http://wiki.sabnzbd.org/configure-directories
Solja
Newbie
Newbie
Posts: 2
Joined: May 6th, 2011, 4:00 pm

Re: Possible to delete .nfo for TV Series but not for Movies?

Post by Solja »

Thank you!

Worked like a charm :)
Post Reply