Page 1 of 1

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

Posted: May 6th, 2011, 4:06 pm
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.

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

Posted: May 7th, 2011, 2:10 am
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

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

Posted: May 7th, 2011, 3:09 am
by Solja
Thank you!

Worked like a charm :)