Search Criteria
Package Details: sabnzbd 4.5.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/sabnzbd.git (read-only, click to copy) |
---|---|
Package Base: | sabnzbd |
Description: | A web-interface based binary newsgrabber with NZB file support |
Upstream URL: | http://www.sabnzbd.org |
Keywords: | network usenet |
Licenses: | GPL |
Submitter: | esh |
Maintainer: | fryfrog |
Last Packager: | fryfrog |
Votes: | 273 |
Popularity: | 1.84 |
First Submitted: | 2007-11-09 16:21 (UTC) |
Last Updated: | 2025-04-16 14:49 (UTC) |
Dependencies (40)
- apprise
- curl (curl-gitAUR, curl-c-aresAUR)
- par2cmdline (par2cmdline-turbo-gitAUR, par2cmdline-turboAUR, par2cmdline-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-babelfish
- python-cffi
- python-chardet
- python-cheetah3
- python-cheroot
- python-cherrypy
- python-configobj
- python-cryptography
- python-dateutil (python-dateutil-gitAUR)
- python-feedparser
- python-guessit
- python-jaraco.classes
- python-jaraco.collections
- python-jaraco.context
- python-jaraco.functools
- python-jaraco.text
- python-more-itertools
- python-notify2
- python-portend
- python-puremagic
- python-pycparser (python-pycparser-gitAUR)
- python-pysocks
- python-pytz
- python-rebulk
- python-sabctoolsAUR
- python-sabyenc3AUR
- python-sgmllib3k
- python-six
- python-tempora
- python-zc.lockfile
- sqlite (sqlite-fossilAUR)
- unrar (rarAUR)
- unzip (unzip-natspecAUR, unzip-zstdAUR, unzip-bsdunzip-symlinkAUR)
- dbus-python (python-dbus) (optional) – for system power management
- p7zip (p7zip-natspecAUR, p7zip-full-binAUR, 7zip) (optional) – for .7z support
- python-orjson (python-orjson-gitAUR) (optional) – ~2x faster than ujson, requires rust
Required by (29)
- autobrr (optional)
- headphones (optional)
- headphones-git (optional)
- lidarr (optional)
- lidarr-bin (optional)
- lidarr-develop (optional)
- lidarr-develop-bin (optional)
- lidarr-git (optional)
- lidarr-nightly-bin (optional)
- lunasea-bin (optional)
- mylar3 (optional)
- prowlarr (optional)
- prowlarr-bin (optional)
- prowlarr-develop (optional)
- prowlarr-develop-bin (optional)
- prowlarr-nightly-bin (optional)
- radarr (optional)
- radarr-bin (optional)
- radarr-develop (optional)
- radarr-develop-bin (optional)
- radarr-nightly-bin (optional)
- readarr-develop (optional)
- readarr-develop-bin (optional)
- readarr-nightly-bin (optional)
- sonarr (optional)
- sonarr-bin (optional)
- sonarr-develop (optional)
- sonarr-develop-bin (optional)
- whisparr-nightly-bin (optional)
Latest Comments
1 2 3 4 5 6 .. 65 Next › Last »
fryfrog commented on 2025-04-16 14:42 (UTC) (edited on 2025-04-16 14:47 (UTC) by fryfrog)
@baumeimo, you don't need to run the service as your user in order to use binaries installed on the system. And there's a reason the override warning is at the top of the service file.
Edit: hahaha, it says "radarr" :P
baumeimo commented on 2025-04-16 13:49 (UTC) (edited on 2025-04-16 14:03 (UTC) by baumeimo)
I had the following log problem:
WARNING::[SABnzbd:472] 7za binary... NOT found!
sudo pacman -S p7zip
sudo systemctl edit --full sabnzbd.service
#User=sabnzbd
User=<enter your user>
sudo systemctl daemon-reload
sudo systemctl restart sabnzbd.service
sudo systemctl status sabnzbd.service
the error message has disappeared for me, sab is now also running under the user where 7za is to be expected.
Tip: create an override file for ‘sabnzbd.service’
So that not everything is shot during the update and you have to search for errors.
LoopBack commented on 2025-02-25 01:40 (UTC)
Using yay to reinstall sabctools and selecting cleanbuild did it for me.
lems111 commented on 2025-02-17 11:27 (UTC) (edited on 2025-02-17 11:37 (UTC) by lems111)
I did as you suggested and it resolved that error. I am a noob and didn’t know what you meant at first.
Here’s the command I ran to rebuild the library (I only rebuilt this one):
After 20 minutes of waiting and the page still not loading, I remembered to do the following:
Once I updated that and restarted the service, the page finally loaded.
By the way, all my configs are missing. I’ll need to work on this next👍🏼
fryfrog commented on 2025-02-17 00:45 (UTC)
I would not be surprised if you just need to rebuild
python-sabctools
andpython-sabyenc3
and any other aur python packages.lems111 commented on 2025-02-17 00:40 (UTC) (edited on 2025-02-17 00:40 (UTC) by lems111)
I tried updating today and got the same error: Missing module: sabctools
I ran the find command: sudo find / | grep -i sabctools
It returned the following path: /usr/lib/python3.12/site-packages/sabctools
I don’t know what to do now 🤷♂️
andy_0 commented on 2025-02-14 19:57 (UTC)
I just updated to v4.4.1 this week. It works fine. Did you try to install
sabctools
manually?exaveal commented on 2025-02-14 19:38 (UTC)
Not working anymore: Feb 14 19:40:07 wolf-desktop sabnzbd[36573]: Missing module: sabctools
baumeimo commented on 2025-01-25 10:04 (UTC)
It took me a while to find out why I can't access :8080... the host is set to 127.0.0.1.
sudo systemctl daemon-reload sudo systemctl enable --now sabnzbd sudo sed -i 's/^host = 127.0.0.1/host = 0.0.0.0/' /var/lib/sabnzbd/sabnzbd.ini
fryfrog commented on 2024-10-26 23:10 (UTC)
@UbiquitousPhoton: I don't know why it works, but I can
git clone https://aur.archlinux.org/sabnzbd-desktop.git
even though there is no aur package. I had it local still and zipped it up, then thought... why not push it, but it wouldn't push. So I tried cloning it w/ ssh and it worked. Then w/ https and it also worked.1 2 3 4 5 6 .. 65 Next › Last »