Giter Club home page Giter Club logo

arch-sabnzbd's Introduction

Application

SABnzbd

Description

SABnzbd is an Open Source Binary Newsreader written in Python. 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.

Build notes

Latest stable SABnzbd release from Arch Linux AUR.

Usage

docker run -d \
    -p 8080:8080 \
    -p 8090:8090 \
    --name=<container name> \
    -v <path for data files>:/data \
    -v <path for config files>:/config \
    -v /etc/localtime:/etc/localtime:ro \
    -e UMASK=<umask for created files> \
    -e PUID=<uid for user> \
    -e PGID=<gid for user> \
    binhex/arch-sabnzbd

Please replace all user variables in the above command defined by <> with the correct values.

Access application

http://<host ip>:8080

Example

docker run -d \
    -p 8080:8080 \
    -p 8090:8090 \
    --name=SABnzbd \
    -v /root/docker/data:/data \
    -v /apps/docker/sabnzbd:/config \
    -v /etc/localtime:/etc/localtime:ro \
    -e UMASK=000 \
    -e PUID=0 \
    -e PGID=0 \
    binhex/arch-sabnzbd

Notes

User ID (PUID) and Group ID (PGID) can be found by issuing the following command for the user you want to run the container as:-

id <username>

If you appreciate my work, then please consider buying me a beer :D

PayPal donation

Documentation | Support forum

arch-sabnzbd's People

Contributors

binhex avatar mikepruett3 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

mikepruett3

arch-sabnzbd's Issues

Temporary Download Folders

I can not seem to choose a mounted drive for my download folder when running this program. You can select /mnt but then nothing is shown there (e.g. no /cache no /user/movies).

Not sure why sabnzbd can't see the mounted drives. The plugin doesn't have this problem.

Also, why are you forcing the SSL to be open? I for one don't particularly need this enabled.

Support for nzb-notify

sabnzbd announced that they will drop their implementation for pushnotification with 3.6.0
and that we should use https://github.com/caronc/nzb-notify in the future.

After manually adding the script and also installing the depenencies it sill did not work over the sabnzbd-web UI:
Notification script returned exit code 1 and output "Traceback (most recent call last): File "/config/scripts/Notify.py", line 174, in <module> from nzbget import SCRIPT_MODE ModuleNotFoundError: No module named 'nzbget' "

A manual test was sucessfully:
python sabnzbd-notify.py complete 'Hello' 'World' xbmc://192.168.0.2

Could you please try to get this supported out of the box with your image (also in the vpn version)?

ModuleNotFoundError: No module named 'tmdbsimple'

I'm getting this error:

Traceback (most recent call last):
File "/scripts/SABPostProcess.py", line 8, in
from resources.mediaprocessor import MediaProcessor
File "/scripts/resources/mediaprocessor.py", line 12, in
from resources.metadata import Metadata, MediaType
File "/scripts/resources/metadata.py", line 8, in
import tmdbsimple as tmdb
ModuleNotFoundError: No module named 'tmdbsimple'

I'm running this on unraid, which comes without the sickbeard_mp4_automator script. I've added a path for the script like this:

Gyazo link
And it is accessible within inside the docker. As I can select the folder and "SABPostProcess.py".

I opened the console for the docker, and installed the requierments with pip install -r setup/requirements.txt

This is what happens if I try to install the "tmdbsimple" module by itself

Gyazo link

When I run python --version it comes back as 3.10.6

Anything I'm missing ???

No Update in quite a while

hello @binhex my Sabnzbd has been bugging me with a warning for 2.3.9 for a while I havent seen an update available yet....one of my other servers is using the linuxserver version of the docker and it updated yesterday..can we expect yours to update soon?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.