Page 1 of 1
Saving failed NZB file to a directory to refresh them with nzbrefresh
Posted: November 24th, 2025, 11:44 pm
by abu3safeer
Hello, as the title says, I use
nzbrefresh to fix missing article on some nzb files, but currently I copy file name and re download that file again manually, I would like to let sabnzbd save those failed files to a folder so I can use nzbrefresh on them, or even report them to the indexer I download them from.
Re: Saving failed NZB file to a directory to refresh them with nzbrefresh
Posted: November 25th, 2025, 2:26 am
by jcfp
You could probably automate the 'save nzb files for failed jobs' using a
post-processing script: the environment variable SAB_ORIG_NZB_GZ points to the (backed-up?) nzb file and the job's result is obviously also available, which should make selecting for failed jobs and storing their nzb files very straightforward. For the reporting part, some indexers may even provide a X-DNZB-Failure link.