Search Criteria
Package Details: sabnzbd 4.5.0-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: | 272 |
Popularity: | 1.33 |
First Submitted: | 2007-11-09 16:21 (UTC) |
Last Updated: | 2025-03-30 18:30 (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)
- 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)
- Show 9 more...
Latest Comments
« First ‹ Previous 1 .. 7 8 9 10 11 12 13 14 15 16 17 .. 65 Next › Last »
narf commented on 2020-10-04 07:25 (UTC)
For some reason the sabnzbd.service didnt get updated for me when upgrading to 3.x . Tried disabling and re-enabling the service and reinstalling the package but no luck. the service file still points to the old /opt installation. Any suggestions?
[Unit] Description=SABnzbd binary newsreader
[Service] ExecStart=/bin/sh -c "python2 /opt/sabnzbd/SABnzbd.py -l0 -f /opt/sabnzbd/sabnzbd.ini -d --pid /tmp" Type=forking PIDFile=/tmp/sabnzbd-9090.pid User=jamie Group=users [Install] WantedBy=default.target
Kr1ss commented on 2020-10-02 22:29 (UTC) (edited on 2020-10-02 22:30 (UTC) by Kr1ss)
It's now in
[extra]
: https://www.archlinux.org/packages/extra/any/python-notify2/Maybe you just need to refresh your pacman db.
crowther commented on 2020-10-02 22:21 (UTC)
Was unable to build this today, as one of the AUR targets no longer exists.
Error: target not found "python-notify2"
fifthecho commented on 2020-09-15 17:59 (UTC)
Apologies for erroneously flagging this as out of date. In spite of being up to date, the UI was still saying it was out of date. A restart of the service and hard reload of the web UI cleared the notification.
fryfrog commented on 2020-08-28 00:00 (UTC)
@bobpaul: Glad to hear you got it sorted out. Any idea why your
sabnzbd.ini
was also in/opt/sabnzbd/.sabnzbd/sabnzbd.ini
? Your log spew also made me realize I'd missed a "Moved" to "Copied" text fixing.I think maybe I could account for the "[ALPM] warning: /opt/sabnzbd/sabnzbd.ini saved as /opt/sabnzbd/sabnzbd.ini.pacsave" :|
bobpaul commented on 2020-08-27 23:55 (UTC)
@greencopper I had to stop sabnzbd, copy
/opt/sabnzbd/.sabnzbd/sabnzbd.ini
to/var/lib/sabnzbd/
and set the permissions properly. Then everything worked.@fryfrog My
/var/log/pacman.log
shows:tixetsal commented on 2020-08-20 21:53 (UTC)
@fryfrog: Sure thing. No, I haven't noticed any negative impact either. I just wanted to be able to re-enable all of my Pushover notifications, so I took the time to pin python-cheroot.
fryfrog commented on 2020-08-20 21:47 (UTC)
@tixetsal: Thanks for the rollback commands. Have you noticed any actual impact beyond the error? I haven't. :|
tixetsal commented on 2020-08-20 21:37 (UTC)
For those of you who are experiencing the errors caused by python-cheroot you can resolve the issue by:
yay -Rdd python-cheroot
wget https://archive.archlinux.org/packages/p/python-cheroot/python-cheroot-8.4.2-1-any.pkg.tar.zst
sudo pacman -U python-cheroot-8.4.2-1-any.pkg.tar.zst
Then edit /etc/pacman.conf and uncomment the beginning of the "IgnorePkg" line and make it read:
IgnorePkg = python-cheroot
The next time you call yay/pacman for an update, it should notify you that you've pinned the package and it's ignoring the update.
« First ‹ Previous 1 .. 7 8 9 10 11 12 13 14 15 16 17 .. 65 Next › Last »