All Projects → nosmokingbandit → Watcher

nosmokingbandit / Watcher

Licence: other

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Watcher

yts torrents
download all torrents from yts.am (yify movies)
Stars: ✭ 14 (-89.78%)
Mutual labels:  movies, torrents
Api
PHP 7.3+ API Wrapper for The Movie Database
Stars: ✭ 317 (+131.39%)
Mutual labels:  tmdb, movies
Dowy
🎬Application that displays a list of Movies and Tv Series using Modern Android Application Development tools and API's
Stars: ✭ 29 (-78.83%)
Mutual labels:  movies, tmdb
Rats
Movie Ratings Synchronization with Python
Stars: ✭ 156 (+13.87%)
Mutual labels:  tmdb, movies
Bobarr
🍿 The all-in-one alternative for Sonarr, Radarr, Jackett... with a VPN and running in docker
Stars: ✭ 697 (+408.76%)
Mutual labels:  tmdb, movies
tmdbv3api
A lightweight Python library for The Movie Database (TMDb) API. The TMDb API is a resource for developers to integrate movie, TV show and cast data along with posters or movie fan art.
Stars: ✭ 145 (+5.84%)
Mutual labels:  movies, tmdb
movies
Real world isomorphic application for movies search, based on Webpack 5 / Express / React 17 + Redux-Saga / Bootstrap 4.6 + CSS Modules / i18next / SSR
Stars: ✭ 20 (-85.4%)
Mutual labels:  movies, tmdb
docker-spotweb
Dockerfile to set up Spotweb on ARM (like Raspberry Pi 2/3) and X86 based systems based on Alpine Linux
Stars: ✭ 22 (-83.94%)
Mutual labels:  movies, nzb
Filmy
🎥 Material designed awesome movie app which is powered by tmdb.
Stars: ✭ 697 (+408.76%)
Mutual labels:  tmdb, movies
Radarr
A fork of Sonarr to work with movies à la Couchpotato.
Stars: ✭ 5,707 (+4065.69%)
Mutual labels:  nzb, movies
Sickchill
Less rage, more chill.
Stars: ✭ 2,166 (+1481.02%)
Mutual labels:  nzb, torrents
Popcorn
🍿 Movies and TV Shows App powered by TMDb
Stars: ✭ 82 (-40.15%)
Mutual labels:  tmdb, movies
Diffy
🎞️💓🍿 Love streaming - It's always best to watch a movie together ! 🤗
Stars: ✭ 37 (-72.99%)
Mutual labels:  movies, torrents
Homehost
self-hosted, Netflix-like app made for streaming
Stars: ✭ 564 (+311.68%)
Mutual labels:  tmdb, movies
Flox
Self Hosted Movie, Series and Anime Watch List
Stars: ✭ 901 (+557.66%)
Mutual labels:  tmdb, movies
Bashflix
Streaming of Movies and Series on Mac and Linux
Stars: ✭ 88 (-35.77%)
Mutual labels:  movies, torrents
Moviedb
A gorgeous TMDb client for Android
Stars: ✭ 103 (-24.82%)
Mutual labels:  tmdb
Sickrage
Mirror of OFFICIAL SiCKRAGE
Stars: ✭ 1,526 (+1013.87%)
Mutual labels:  nzb
Openseedbox
OpenSeedbox - Open Source Multi-User Bittorrent Web UI
Stars: ✭ 101 (-26.28%)
Mutual labels:  torrents
Writer
A screenwriting app based on the fountain language
Stars: ✭ 100 (-27.01%)
Mutual labels:  movies

This repo is no longer supported

Watcher has been ported to Python 3. Visit the new repo at https://github.com/nosmokingbandit/watcher3

Watcher

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

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.

Watcher may change frequently, so we strongly suggest you subscribe to the subreddit /r/watcher to stay informed of any announcements, feature discussion, or events that require user interaction.

Refer to the wiki for more information about post-processing, start scripts, and other features.

Installation

Watcher requires Python 2.7.9 or newer. If you are running OSX or *nix you probably have python 2.7 already. If you do not, or are on Windows, make sure you install Python.

It is also strongly recommended that you install GIT. This will allow you to update much more easily.

Download the required files using GIT:

If you choose to use Git follow these steps.

  • Open a terminal and cd to the directory you in which you want to install Watcher.
  • Run git clone https://github.com/nosmokingbandit/watcher.git
  • Start Watcher using python watcher/watcher.py
  • Open a browser and navigate to localhost:9090

Download ZIP:

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

  • Open your browser and go to https://github.com/nosmokingbandit/watcher
  • Click on the green Clone or download button and click Download ZIP
  • Once done downloading, extract the ZIP to the location in which you want Watcher installed
  • Open a terminal and cd to the Watcher directory.
  • Start Watcher using python watcher/watcher.py
  • Open a browser and navigate to localhost:9090

Usage

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)

$ pythonw 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

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

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

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].