Automatically removing sample.avi?

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
ceet12
Newbie
Newbie
Posts: 9
Joined: February 20th, 2012, 1:02 am

Automatically removing sample.avi?

Post 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
User avatar
sander
Release Testers
Release Testers
Posts: 9429
Joined: January 22nd, 2008, 2:22 pm

Re: Automatically removing sample.avi?

Post 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.
Post Reply