Hellanzb: Difference between revisions

From ArchWiki
(Update Interlanguage link)
(Archive page: flagged for a week, package was dropped from AUR)
Tag: Replaced
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[Category:Usenet clients]]
[[zh-hans:Hellanzb]]
[https://github.com/pjenvey/hellanzb Hellanzb] is a console based Usenet binary downloader written in Python. It can be run in daemon mode and several GUI or PHP frontends are available.


{{Note|hellanzb is no longer under active development, although the last release (0.13) is considered stable by the developers and testing team.}}
#redirect [[ArchWiki:Archive]]
 
[[Category:Archive]]
== Main Features ==
 
* Automatically downloads nzb files placed in a user-specified watch directory.
* Par1/2 verification and repair of damaged files.
* Unrars completed downloads.
* Deletes unneeded files after a download has been completed.
 
== Installing ==
 
Hellanzb is available in the [[AUR]] package {{AUR|hellanzb-git}}.
 
== Configuration ==
 
Hellanzb can be run in two modes:
 
* From CLI
* As daemon
 
===== hellanzb.conf =====
 
A configuration file named {{ic|hellanzb.conf}} must be present in the users {{ic|.config}} directory for hellanzb to function properly. A sample configuration file is available.
 
mkdir -p ~/.config
cp /etc/hellanzb.conf.sample ~/.config/hellanzb.conf
 
===== /etc/conf.d/hellanzb =====
 
When run in daemon mode, the {{ic|/etc/conf.d/hellanzb}} file needs to be modified to configure the user that will be running hellanzb
 
HELLANZB_USER="username"
HELLANZB_CONF="/home/${HELLANZB_USER}/.config/hellanzb.conf"

Latest revision as of 16:44, 25 June 2022

Redirect to: