SABnzbd



Download SABnzbdPlus for free. The automatic usenet download tool. SABnzbd is a cross-platform binary newsreader. It makes downloading from Usenet easy by automating the whole thing. An Updated version of this guide for 11.3-U3.2 can be found here. This guide was created using freenas 11.1-U5 A few notes and assumptions This guide assumes that you already have a windows share with your media, and that the permissions are already configured properly on that.

SABnzbd is an open-source binary newsreader written in Python.

From sabnzbd.org:

It's totally free, incredibly easy to use, and works practically everywhere. SABnzbd makes Usenet as simple and streamlined as possible by automating everything we can. All you have to do is add an .nzb. SABnzbd takes over from there, where it will be automatically downloaded, verified, repaired, extracted and filed away with zero human interaction.

Installation

InstallsabnzbdAUR or sabnzbd-gitAUR.

Sabnzbd

SSL Support

Installpython-pyopenssl to enable SSL support for news servers:

  • Transmission of data from the server to the NNTP client is encrypted, protecting your privacy
  • Decreasing the chances of throttling NNTP traffic done by the ISP.

Archive unpacking

  • Installp7zip and unzip to allow unpacking of archives.

Usage

SABnzbd is able to run globally (settings apply to all users) and locally (per user settings). The way of setting up SABnzbd depends on the way it is intended to be used. A local configuration may prove more useful on a desktop system when used by several people simultaneously.

Note: Both sabnzbdAUR and sabnzbd-gitAUR provide the sabnzbd.servicesystemd unit, create the user and user groupsabnzbd, and use /var/lib/sabnzbd/sabnzbd.ini for configuration.

If SABnzbd is started for the first time, the webinterface will present a setup wizard for configuring UI language and a single news server.

Further configuration can be done from within the UI (adding additional servers, setting folder paths etc.) or by editing sabnzbd.ini.

Global usage

Start/enablesabnzbd.service.

Add users to the sabnzbduser group to allow read/write access to SABnzbd files.

Running SABnzbd as a user w/ systemd

Sabnzbd History Length

Alternatively, enable and start the sabnzbd@myuser.service to run SABnzbd under the preferred user.

Stopping SABnzbd

SABnzbd can be easily shutdown in the web-interface or the systemdsabnzbd.service unit.

Canon canoscan lide 110 scanner driver free download for mac. It is also possible to shutdown a running (remote) SABnzbd client using the provided API:

Accessing the web-interface

Sabnzbd Password

After starting SABnzbd, access the web-interface by browsing to http://127.0.0.1:8080.

Tip:

Sabnzbd Default Port

  • SABnzbd can only be accessed on the running computer. Change host = 127.0.0.1 in /var/lib/sabnzbd/sabnzbd.ini to host = 0.0.0.0 (or the host IP-address) to allow access from another computer.
  • SABnzbd listens on port 8080. Change port = 8080 in /var/lib/sabnzbd/sabnzbd.ini to the preferred port.

See also

DOGnzb

Retrieved from 'https://wiki.archlinux.org/index.php?title=SABnzbd&oldid=630404'