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

Latest Comments

« First ‹ Previous 1 .. 48 49 50 51 52 53 54 55 56 57 58 .. 64 Next › Last »

LeCrayonVert commented on 2011-09-24 08:14 (UTC)

Lucky > thx, it works ;)

Lucky commented on 2011-09-22 06:48 (UTC)

@LeCrayonVert Hi, did you add the correkt SABNZBD_KEY= in /etc/conf.d/sabnzbd, then the rc.d script will work. I know "this problem" so i add a kill command in sabnzbd.install (for remove)..

LeCrayonVert commented on 2011-09-21 18:49 (UTC)

It seems that the SABNzbd.py process isn't killed when you stop the daemon with /etc/rc.d/sabnzbd stop You might want to review the stop) section in the rc.d script (especially, the curl call).

Revelation60 commented on 2011-09-14 07:16 (UTC)

I've updated the package. The transition won't be smooth, because python-yenc en python2-yenc are currently the same package. I've requested the maintainer of python2-yenc to add a conflict for now. I'm also going to try and write a systemd service file with the same features as the current initv script.

Lucky commented on 2011-09-10 19:11 (UTC)

INFO: If anyone want a separate datadir like kylef yet, use https://aur.archlinux.org/packages.php?ID=51772 (sabnzbd-git) by dryes. Maybe with the next release i will change this, too. CHANGES: update the dependency "python-yenc" to "python2-yenc" update to version 0.6.9 PACKAGE: http://hydra.lky.cc/lucky/pkgbuild/builds/sabnzbd/sabnzbd-0.6.9-1-any.pkg.tar.xz SOURCE: http://hydra.lky.cc/lucky/pkgbuild/sources/sabnzbd/sabnzbd-0.6.9-1.src.tar.gz

cdemoulins commented on 2011-08-29 12:16 (UTC)

Hi, please update the dependency "python-yenc" to "python2-yenc". The package "python-yenc" will be deleted in two weeks.

<deleted-account> commented on 2011-08-15 20:46 (UTC)

@Lucky builds and runs as expected, allows me to pass the --pause parameter for pausing on startup. It is a bit unusual to build the full command line in SABNZBD_ARGS, normally something like SABNZBD_ARGS is just appended to the hard-coded arguments (like setting the config file, etc.) inside of the init.d script, but it certainly works, and I suppose it's more flexible.

mrohnstock commented on 2011-08-15 20:28 (UTC)

@Lucky works as expected. Thanks.

Lucky commented on 2011-08-15 00:21 (UTC)

@kylef I will do this maybe later or Revelation60 does it. I did read your post from Sat, 09 Jul 2011 15:49:20. does the my 0.6.8 package work without problems? I got 6 dls but no feedback.

kylef commented on 2011-08-14 23:09 (UTC)

Instead of making the sabnzbd user/group capable of editing and modifying the sabnzbd source code, it might be advisable to separate the datadir from the package dir in the next release. Start sabnzbd with "-f /var/lib/sabnzbd/sabnzbd.ini" and make /var/lib/sabnzbd the homedir for sabnzbd user. /opt/sabnzbd then can be root:root while /var/lib/sabnzbd is sabnzbd:sabnzbd. The sabnzbd user really shouldn't be able to modify the static package data.