Page 1 of 1

Automatically removing sample.avi?

Posted: February 21st, 2012, 10:59 am
by ceet12
Hello just wondering when downloading a mobvie tv episode etc, you usually get sample.avi within the nzb, is there a way that sabnzb can delete sample.avi(mkv) etc like it does deleting.sfv etc?

Im a noob so any help would be appreciated!

Thanks

Re: Automatically removing sample.avi?

Posted: February 21st, 2012, 12:02 pm
by sander
You can create a post-processing script, something like "rm $1/sample.avi" (Linux) or "DEL %1\sample.avi" (Windows). See https://forums.sabnzbd.org/viewforum.php?f=9 . Best approach is probably to get an existing post-processing script working on your SAB, and then create a script yourself.