Search found 1031 matches

by jcfp
April 9th, 2026, 1:24 am
Forum: General Help
Topic: Unpacking failed, see logfile -- 7zip
Replies: 7
Views: 10285

Re: Unpacking failed, see logfile -- 7zip

So configure it not to, config -> switches -> (advanced) -> recursive unpacking
by jcfp
November 25th, 2025, 2:26 am
Forum: General Help
Topic: Saving failed NZB file to a directory to refresh them with nzbrefresh
Replies: 1
Views: 4809

Re: Saving failed NZB file to a directory to refresh them with nzbrefresh

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 ver...
by jcfp
November 7th, 2025, 6:49 am
Forum: General Help
Topic: Saving ./incomplete/<filename>/__ADMIN__/SABnzbd_<???>_<????????> failed ... OSError: [Errno 116] Stale file handle
Replies: 3
Views: 7925

Re: Saving ./incomplete/<filename>/__ADMIN__/SABnzbd_<???>_<????????> failed ... OSError: [Errno 116] Stale file handle

Looks like the warning was designed to be persistent for a reason, see this issue on github. In short: sab itself can limit the chars, but some of the tools it calls (par2, unrar) don't have an option for that.
by jcfp
November 5th, 2025, 8:10 am
Forum: General Help
Topic: Saving ./incomplete/<filename>/__ADMIN__/SABnzbd_<???>_<????????> failed ... OSError: [Errno 116] Stale file handle
Replies: 3
Views: 7925

Re: Saving ./incomplete/<filename>/__ADMIN__/SABnzbd_<???>_<????????> failed ... OSError: [Errno 116] Stale file handle

WARNING::[misc:96] /mnt/SABnzbd/Downloads is not writable with special character filenames. This can cause problems. This check and the resulting warning were added in a recent release; the warning may be new, the underlying issue isn't. In your setup, sab is installed on a unix-style operating sys...
by jcfp
September 13th, 2025, 4:41 am
Forum: General Help
Topic: Post-processing Movies no longer working (stable for literally years)...
Replies: 2
Views: 5269

Re: Post-processing Movies no longer working (stable for literally years)...

For starters, update to the latest sabnzbd release (4.5.3).
by jcfp
September 13th, 2025, 4:39 am
Forum: Bug Reports
Topic: Duplicate detection not working properly in 4.5.2+
Replies: 24
Views: 61302

Re: Duplicate detection not working properly in 4.5.2+

No hard feelings. As for guessit, if this scheme is indeed very common for anime (which I'm completely unfamiliar with myself), you could open an issue there and nicely ask them to add support for it.
by jcfp
September 12th, 2025, 12:06 pm
Forum: Bug Reports
Topic: Duplicate detection not working properly in 4.5.2+
Replies: 24
Views: 61302

Re: Duplicate detection not working properly in 4.5.2+

Guessit is pretty accurate with anything that even remotely resembles "scene naming". The naming scheme for these jobs is just weird enough to throw a wrench into the works. If this particular scheme is common for anime, you could also opt for a pre-queue script to make a minor edit to the...
by jcfp
September 12th, 2025, 5:24 am
Forum: Bug Reports
Topic: Duplicate detection not working properly in 4.5.2+
Replies: 24
Views: 61302

Re: Duplicate detection not working properly in 4.5.2+

The nonstandard way of denoting the season/episode combo isn't helping: >>> import guessit >>> guessit.guessit("[SubsPlease] Kakkou no Iinazuke S2 - 10 (1080p) [6A7D01C9]") MatchesDict([('release_group', 'SubsPlease'), ('title', 'Kakkou no Iinazuke'), ('season', 2), ('episode_title', '10')...
by jcfp
August 9th, 2025, 12:34 am
Forum: General Help
Topic: [SNAP, LMDE 6] sabnzbd don't allow commandline parameters
Replies: 5
Views: 9648

Re: [SNAP, LMDE 6] sabnzbd don't allow commandline parameters

LMDE6 is based on debian bookworm, which had issues with a recent update of openssl/libssl3 from 3.0.16 to 3.0.17; see https://github.com/sabnzbd/sabnzbd/issues/3122#issuecomment-3153907759 for details. Should be fixed in bookworm by the new openssl/libssl3 update to 3.0.17-1~deb12u2. (Noticed you a...
by jcfp
May 24th, 2025, 8:01 am
Forum: General Help
Topic: Sorting with minor deletions or additions of text
Replies: 6
Views: 17803

Re: Sorting with minor deletions or additions of text

I don't think sabnzbd's sorting allows for modifying variables via regular expressions or similar. The sorting does however primarily source its info from the job name, that in turn can be modified from a pre-queue script (where you do have access to all kinds of scripting and regexp powers). Altern...
by jcfp
April 5th, 2025, 1:24 am
Forum: General Help
Topic: SabNzb creating its own directories
Replies: 1
Views: 9382

Re: SabNzb creating its own directories

In contrast to third-party apps that gather information from outside sources and databases, sabnzbd is blissfully unaware of what the nzb it's downloading is supposed to be, beyond what limited info it can gather from the job title (itself based on the nzb file name) and nzb metadata (if present). A...
by jcfp
April 3rd, 2025, 11:25 pm
Forum: General Help
Topic: Increasing number of errors keep file from being completed after download + can't add similiar files
Replies: 4
Views: 21052

Re: Increasing number of errors keep file from being completed after download + can't add similiar files

There's isn't much to say about the sabnzbd end with only that very limited piece of logging to go by. But that error comes directly from the OS in response to an attempts to create a directory, and given that your troubles started with moving the hard drives to a usb enclosure, that's where to star...
by jcfp
March 17th, 2025, 7:08 am
Forum: Debian/Ubuntu Package
Topic: Another thread titled "cannot get Sabnzbd to run as service"
Replies: 3
Views: 137753

Re: Another thread titled "cannot get Sabnzbd to run as service"

If the service tells you to edit its config file, that means it didn't find a username in the config. Note that there's no "s" in /etc/default, and also systemd requires that you to run sudo systemctl daemon-reload every time you edit the config or it keeps using a cached copy. As for the ...
by jcfp
March 17th, 2025, 7:06 am
Forum: General Help
Topic: Most "efficient", "appropriate" place to run SAB & the Arr's? M4 Mac Mini *and* Synology DS920+ available
Replies: 2
Views: 11826

Re: Most "efficient", "appropriate" place to run SAB & the Arr's? M4 Mac Mini *and* Synology DS920+ available

Better hardware equals smoother operation, but once you get decent enough performance anything more might be good for bragging rights but won't make much of a practical difference. I wouldn't worry too much about destroying your hardware though: even for an entry-level consumer market SSD you´d have...