Search Criteria
Package Details: sabnzbd 4.5.5-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: | 0.020464 |
| First Submitted: | 2007-11-09 16:21 (UTC) |
| Last Updated: | 2025-10-24 16:05 (UTC) |
Dependencies (42)
- apprise
- curl (curl-gitAUR, curl-c-aresAUR)
- par2cmdline (par2cmdline-turbo-gitAUR, par2cmdline-turboAUR, par2cmdline-gitAUR)
- python
- 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
- Show 22 more dependencies...
Required by (31)
- 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)
- lidarr-plugins (optional)
- lidarr-plugins-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)
- Show 11 more...
Latest Comments
1 2 3 4 5 6 .. 65 Next › Last »
francoism90 commented on 2025-05-26 10:26 (UTC) (edited on 2025-05-26 10:26 (UTC) by francoism90)
Could you please add par2cmdline-turbo to optdepends?
I don't know if it was voted as the default nowadays, but it would be great to at least mention suggest it. :)
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
<deleted-account> commented on 2025-04-16 13:49 (UTC)
I had the following log problem:
WARNING::[SABnzbd:472] 7za binary... NOT found!
sudo pacman -S p7zipsudo systemctl edit --full sabnzbd.service#User=sabnzbdUser=<enter your user>sudo systemctl daemon-reloadsudo systemctl restart sabnzbd.servicesudo systemctl status sabnzbd.servicethe 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-sabctoolsandpython-sabyenc3and 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
sabctoolsmanually?exaveal commented on 2025-02-14 19:38 (UTC)
Not working anymore: Feb 14 19:40:07 wolf-desktop sabnzbd[36573]: Missing module: sabctools
<deleted-account> 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
1 2 3 4 5 6 .. 65 Next › Last »