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
Automatically removing sample.avi?
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: Automatically removing sample.avi?
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.
