Giter VIP home page Giter VIP logo

watcher3's Introduction

Watcher

Watcher3

Watcher is an automated movie NZB & Torrent searcher and snatcher. You can add a list of wanted movies and Watcher will automatically send the NZB or Torrent to your download client. Watcher also has basic post-processing capabilities such as renaming and moving.

Gitter IRC Discord

Codacy Docker Pull Count Docker Build Docker Build

Watcher is a work in progress and plans to add more features in the future, but we will always prioritize speed and stability over features.

Note that as the owner of the original project seems to be inactive, this repository has been established in an attempt to move the project forward, taking in both pending PRs from the original project and PRs applied to other forks.

Watcher may change frequently, so we strongly suggest that you come by and say hello on Freenode (#watcher3) or via Gitter. We also have Discord

Note that Python 3 is required, although latest builds (3.8.x) are not fully functional yet.

Refer to the wiki for more information about post-processing, start scripts, and other features. https://github.com/barbequesauce/Watcher3/wiki

Latest

Added ARM 32 and 64 bit docker images.

Installation

We have several options to choose from:

If you are not using Docker, Watcher requires Python 3. It is also recommended that you install GIT. This will allow you to update much more easily.

Installation using GIT

Obtaining the files:

git clone https://github.com/barbequesauce/Watcher3.git

Start Watcher using:

python3 /watcher/watcher.py

Open a browser and navigate to localhost:9090

Installation by downloading the ZIP:

If you do not wish to use Git, follow these steps.

  1. Open your browser and go to https://github.com/barbequesauce/Watcher3
  2. Click on the green Clone or download button and click Download ZIP
  3. Once done downloading, extract the ZIP to the location in which you want Watcher installed
  4. Open a terminal and cd to the Watcher directory.
  5. Start Watcher using:

python3 watcher/watcher.py

  1. Open a browser and navigate to localhost:9090

Usage arguments (not for docker)

You can add the following arguments to Watcher when running the Python script. Always use the absolute path when supplying a directory or file argument.

Run the server as a daemon (*nix only)

$ watcher.py --daemon

Run the server as a background process (Windows only)

$ python watcher.py --daemon

Change address to bind to.

$ watcher.py --address 0.0.0.0

Change port to host on.

$ watcher.py --port 9090

Open browser on launch.

$ watcher.py --browser

Change path to config file. If not present, one will be created.

 watcher.py --conf /path/to/config.cfg

Specify custom posters dir (where watcher saves posters to).

 watcher.py --posters /path/to/posters/dir

Change path of log directory.

$ watcher.py --log /path/to/logs/

Change path to database. If not present, a new, empty database will be created.

$ watcher.py --db /path/to/database.sqlite

Change path to plugins directory.

$ watcher.py --plugins /path/to/plugins/

Create PID file.

$ watcher.py --pid /path/to/pid/file.pid

Backup / Restore (non-docker)

Watcher includes a simple script for backing up and restoring your database and config.

The backup function will create a new watcher.zip in the Watcher folder.

To restore, place watcher.zip in the Watcher folder of your target installation and run the restore command. Usage

Back up Watcher.

$ backup.py -b

Restore Watcher.

$ backup.py -r

Docker:

Our docker uses an Alpine 3.10 base, with a few extra things like nano and vim for on the fly edits without stopping the container. By default, the image is built for amd64 machines.

  1. Pull the container:

docker pull barbequesauce/watcher3

  1. Example run command:
    docker run -d \
  --name=watcher3 \
  -v /path/to/config/:/config \
  -v /path/to/downloads/:/downloads \
  -v /path/to/movies/:/movies \
  -e UMASK_SET=022 \
  -e APP_UID=1000 -e APP_GID=1000 \
  -p 9090:9090 \
  barbequesauce/watcher3

If you wish to exec into the container to have a look around, use:

docker exec -it watcher3 /bin/bash

Other Architectures

For 32-bit ARM (such as the Raspberry Pi) use: barbequesauce/watcher3:armhf For 64-bit ARM use: barbequesauce/watcher3:arm64

So for example:

  1. Pull the container:

docker pull barbequesauce/watcher3:armhf

  1. Example run command:
    docker run -d \
  --name=watcher3 \
  -v /path/to/config/:/config \
  -v /path/to/downloads/:/downloads \
  -v /path/to/movies/:/movies \
  -e UMASK_SET=022 \
  -e APP_UID=1000 -e APP_GID=1000 \
  -p 9090:9090 \
  barbequesauce/watcher3:armhf

You may also wish to checkout ellnic's repo: https://github.com/ellnic/Watcher3 [this is considered unstable at times please see warning in readme]

watcher3's People

Contributors

balaios avatar barbequesauce avatar clubzero1 avatar devqore avatar ellnic avatar futekov avatar guysoft avatar hutattedonmyarm avatar hylle avatar jaketame avatar jcjmcclean avatar jee-r avatar michsior14 avatar nosmokingbandit avatar onecdonly avatar phynias avatar pull[bot] avatar ronilaukkarinen avatar scambra avatar seppi91 avatar shoginn avatar sinopsyshk avatar snowplowsoil avatar

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.