Package Details: sabnzbd 4.3.3-1

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: 270
Popularity: 0.61
First Submitted: 2007-11-09 16:21 (UTC)
Last Updated: 2024-08-21 15:57 (UTC)

Latest Comments

« First ‹ Previous 1 .. 56 57 58 59 60 61 62 63 64 Next › Last »

Revelation60 commented on 2010-09-03 17:54 (UTC)

Okay, I have made some changes. The first is a better way to shut down sabnzbd using the API and the other is file association with nzb files. So from now on you can just click on .nzb files (or use xdg-open) and the nzb will automatically be loaded into sabnzbd.

Revelation60 commented on 2010-08-27 16:10 (UTC)

As you may have noticed, I am the new package maintainer. I have updated sabnzbd to version 0.5.4 and I have implemented some of your suggestions, such as UlyssesNL's fix to support proper shutdowns on password protected sabnzbd instances. I also added a protocol variable to the configuration file, so if you use https you are able to shutdown correctly.

<deleted-account> commented on 2010-08-26 02:50 (UTC)

SABnzbd 0.5.4 has been released.

<deleted-account> commented on 2010-08-01 01:02 (UTC)

I have a few comments on this package, first off all the /opt thing is a bad one. PKGBUILDS should never acces the actual file system. Secondly, the conf.d and rc.d script overwrite the config file for server address. I think this is very bad and sabnzbd should be closed down hard anyways because when you have a password protected sab it doesnt work... please fix this. I have flagged this out-of-date to notify you, I hope you dont mind.

<deleted-account> commented on 2010-08-01 01:02 (UTC)

I have a few comments on this package, first off all the /opt thing is a bad one. PKGBUILDS should never acces the actual file system. Secondly, the conf.d and rc.d script overwrite the config file for server address. I think this is very bad and sabnzbd should be closed down hard anyways because when you have a password protected sab it doesnt work... please fix this.

amkan13 commented on 2010-07-12 14:48 (UTC)

on a fresh install i get the error "find: `/opt/sabnzbd': No such file or directory" but /opt/sabnzbd shouldn't exist because i have not installed it before

<deleted-account> commented on 2010-07-09 13:26 (UTC)

"find /opt/sabnzbd -name "*" -type f -not \( -name sabnzbd.ini \) -exec rm -rf {} \;" -> this seems wrong. There should be no need to manually delete previous installed files.

hyness commented on 2010-07-09 12:50 (UTC)

To fix the problem with the PKGBUILD trying to remove files, I commented out that line and created a sabnzbd.install file with these contents... pre_install() { find /opt/sabnzbd -name "*" -type f -not \( -name sabnzbd.ini \) -exec rm -rf {} \; } You can also use the --asroot option, but really this PKGBUILD should be fixed with an install file because the build shouldn't modify any files

Revelation60 commented on 2010-07-03 08:34 (UTC)

It fails here because I don't have the rights to remove files from /opt/sabnzbd.