Code Monkey home page Code Monkey logo

arch-nzbget's Introduction

Application

NZBGet

Description

NZBGet is a cross-platform binary newsgrabber for nzb files, written in C++. It supports client/server mode, automatic par-check/-repair, web-interface, command-line interface, etc. NZBGet requires low system resources and runs great on routers, NAS-devices and media players.

Build notes

Latest stable release from Arch Linux repo.

Usage

docker run -d \
    -p 6789:6789 \
    --name=<container name> \
    -v <path for media files>:/media \
    -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-nzbget

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

Access application

http://<host ip>:6789

username:- nzbget password:- tegbzn6789

Example

docker run -d \
    -p 6789:6789 \
    --name=nzbget \
    -v /media/movies:/media \
    -v /apps/docker/sabnzbd/watched:/data \
    -v /apps/docker/nzbget:/config \
    -v /etc/localtime:/etc/localtime:ro \
    -e UMASK=000 \
    -e PUID=0 \
    -e PGID=0 \
    binhex/arch-nzbget

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-nzbget's People

Contributors

binhex avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

arch-nzbget's Issues

7z binary

More and more archives are being packed with 7z rather than the formats unrar handles...can the 7z binary be included (either here or in arch-base)?

Connection to Sonarr dropping out

I have both your version of sonarr and nzbget running in docker containers on unraid. Both on a private network. I have tried referencing the docker name, IP address internal to the private network and also the external network but sonarr just keeps losing its connection to nzbget with the message:

"Unable to communicate with nzbget. Unable to connect to NzbGet. Error getting response stream (GetResponse): ServerProtocolViolation: 'http://192.168.1.105:6789/jsonrpc'"

two nzbget processes are run on startup

after the container starts there are two nzbget processes running:

ps aux | grep nzbget

nobody 20 0.0 0.0 315140 4048 ? Ssl 22:56 0:00 /usr/bin/nzbget -D -c /config/nzbget.conf
nobody 41 0.0 0.0 179964 3540 ? Ssl 22:56 0:00 /usr/bin/nzbget -D -c /config/nzbget.conf

this causes an error to endlessly repeat in the nzbget logs:

ERROR Binding socket failed for 0.0.0.0: ErrNo 98, Address already in use

it appears to be happening because start.sh is calling nzbget in daemon mode, resulting in supervisor thinking the process is dead and eventually giving up with two processing still running:

2016-10-05 22:42:55,838 INFO exited: nzbget (exit status 0; not expected)
2016-10-05 22:42:55,838 DEBG received SIGCLD indicating a child quit
2016-10-05 22:42:55,839 INFO gave up: nzbget entered FATAL state, too many start retries too quickly

running nzbget in console mode results in only one process starting, however the interactive nature of the console pollutes supervisord.log.

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.