All Projects → sabnzbd → Sabnzbd

sabnzbd / Sabnzbd

Licence: other
SABnzbd - The automated Usenet download tool

Programming Languages

python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
NSIS
403 projects
HTML
75241 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to Sabnzbd

Nntpit
minimalist reddit2nntp gateway
Stars: ✭ 172 (-89.22%)
Mutual labels:  usenet
Spotweb
Decentralized community
Stars: ✭ 341 (-78.62%)
Mutual labels:  usenet
Nzbhydra2
Usenet meta search
Stars: ✭ 713 (-55.3%)
Mutual labels:  usenet
Docker Compose Usenet
Docker-powered usenet pipeline
Stars: ✭ 240 (-84.95%)
Mutual labels:  usenet
superhighway84
USENET-inspired, uncensorable, decentralized internet discussion system running on IPFS & OrbitDB
Stars: ✭ 437 (-72.6%)
Mutual labels:  usenet
Sickgear
SickGear has proven the most reliable stable TV fork of the great Sick-Beard to fully automate TV enjoyment with innovation.
Stars: ✭ 452 (-71.66%)
Mutual labels:  usenet
Plexguide.com
Welcome to https://PlexGuide.com ~ Rapidly deploy multiple-hasty Docker Containers through Ansible with local or Unlimited Google HD Space!
Stars: ✭ 1,631 (+2.26%)
Mutual labels:  usenet
Newsup
Fully feature high performance binary usenet uploader/poster
Stars: ✭ 65 (-95.92%)
Mutual labels:  usenet
sherpa
a mini-package-manager for QNAP NAS
Stars: ✭ 63 (-96.05%)
Mutual labels:  usenet
Radarr
A fork of Sonarr to work with movies à la Couchpotato.
Stars: ✭ 5,707 (+257.81%)
Mutual labels:  usenet
simply-nzedb
The simplest way to get nZEDb up and running with docker
Stars: ✭ 67 (-95.8%)
Mutual labels:  usenet
WendzelNNTPd
A usable and IPv6-ready Usenet-server (NNTP daemon). It is portable (Linux/*BSD/*nix), supports AUTHINFO authentication, contains ACL as well as role based ACL and provides "invisible" newsgroups. It can run on MySQL and SQLite backends.
Stars: ✭ 43 (-97.3%)
Mutual labels:  usenet
Nzbhydra
Meta search for NZB indexers
Stars: ✭ 547 (-65.71%)
Mutual labels:  usenet
Nntpchan
nntp based decentralized imageboard
Stars: ✭ 179 (-88.78%)
Mutual labels:  usenet
Nzbget
Efficient Usenet Downloader
Stars: ✭ 819 (-48.65%)
Mutual labels:  usenet
Usenet Docker
Docker-compose configuration for Sabnzbd, CouchPotato, Plex, Sonarr, Plexpy, Nzbhydra, Muximux, Radarr, NZBGet and Ombi with a Nginx proxy.
Stars: ✭ 153 (-90.41%)
Mutual labels:  usenet
Lunasea
A self-hosted controller for mobile built using the Flutter framework.
Stars: ✭ 378 (-76.3%)
Mutual labels:  usenet
Cloudbox
Ansible-based solution for rapidly deploying a Docker containerized cloud media server.
Stars: ✭ 1,763 (+10.53%)
Mutual labels:  usenet
Newsreap
Usenet Framework that supports posting, indexing and retrieving
Stars: ✭ 21 (-98.68%)
Mutual labels:  usenet
Nzedb
nZEDb - a fork of nnplus(2011) | NNTP / Usenet / Newsgroup indexer.
Stars: ✭ 556 (-65.14%)
Mutual labels:  usenet

SABnzbd - The automated Usenet download tool

CI tests Build binaries License

SABnzbd is an Open Source Binary Newsreader written in Python.

It's totally free, 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. SABnzbd offers an easy setup wizard and has self-analysis tools to verify your setup.

If you want to know more you can head over to our website: https://sabnzbd.org.

Resolving Dependencies

SABnzbd has a few dependencies you'll need before you can get running. If you've previously run SABnzbd from one of the various Linux packages, then you likely already have all the needed dependencies. If not, here's what you're looking for:

  • python (Python 3.7 and above, often called python3)
  • Python modules listed in requirements.txt. Install with python3 -m pip install -r requirements.txt -U
  • par2 (Multi-threaded par2 installation guide can be found here)
  • unrar (make sure you get the "official" non-free version of unrar)

Optional:

  • See requirements.txt

Your package manager should supply these. If not, we've got links in our installation guide.

Running SABnzbd from source

Once you've sorted out all the dependencies, simply run:

python3 -OO SABnzbd.py

Or, if you want to run in the background:

python3 -OO SABnzbd.py -d -f /path/to/sabnzbd.ini

If you want multi-language support, run:

python3 tools/make_mo.py

Our many other command line options are explained in depth here.

About Our Repo

The workflow we use, is a simplified form of "GitFlow". Basically:

  • master contains only stable releases (which have been merged to master) and is intended for end-users.
  • develop is the target for integration and is not intended for end-users.
  • 1.1.x is a release and maintenance branch for 1.1.x (1.1.0 -> 1.1.1 -> 1.1.2) and is not intended for end-users.
  • feature/my_feature is a temporary feature branch based on develop.
  • bugfix/my_bugfix is an optional temporary branch for bugfix(es) based on develop.

Conditions:

  • Merging of a stable release into master will be simple: the release branch is always right.
  • master is not merged back to develop.
  • develop is not re-based on master.
  • Release branches branch from develop only.
  • Bugfixes created specifically for a release branch are done there (because they are specific, they're not cherry-picked to develop).
  • Bugfixes done on develop may be cherry-picked to a release branch.
  • We will not release a 1.0.2 if a 1.1.0 has already been released.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].