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.
Possible to delete .nfo for TV Series but not for Movies?
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.
Re: Possible to delete .nfo for TV Series but not for Movies?
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
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
Re: Possible to delete .nfo for TV Series but not for Movies?
Thank you!
Worked like a charm
Worked like a charm

