All Projects → clinton-hall → Nzbtomedia

clinton-hall / Nzbtomedia

Licence: gpl-3.0
Provides NZB and Torrent postprocessing To CouchPotatoServer, SickBeard/SickRage, HeadPhones, Mylar and Gamez

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Nzbtomedia

sherpa
a mini-package-manager for QNAP NAS
Stars: ✭ 63 (-90.19%)
Mutual labels:  sabnzbd, nzbget
Sickgear
SickGear has proven the most reliable stable TV fork of the great Sick-Beard to fully automate TV enjoyment with innovation.
Stars: ✭ 452 (-29.6%)
Mutual labels:  sabnzbd, nzbget
Usenet Docker
Docker-compose configuration for Sabnzbd, CouchPotato, Plex, Sonarr, Plexpy, Nzbhydra, Muximux, Radarr, NZBGet and Ombi with a Nginx proxy.
Stars: ✭ 153 (-76.17%)
Mutual labels:  sabnzbd, nzbget
Thoradia
Thoradia Add-ons Repository
Stars: ✭ 208 (-67.6%)
Mutual labels:  sabnzbd, nzbget
nzb-monkey
Reference implementation of how to handle a NZBLNK-URI.
Stars: ✭ 65 (-89.88%)
Mutual labels:  sabnzbd, nzbget
Heimdall
As the name suggests Heimdall Application Dashboard is a dashboard for all your web applications. It doesn't need to be limited to applications though, you can add links to anything you like.
Stars: ✭ 3,501 (+445.33%)
Mutual labels:  sabnzbd, nzbget
Nzb Subliminal
Fetches subtitles for the videos it's provided. It can be easily integrated into NZBGet and SABnzbd too.
Stars: ✭ 85 (-86.76%)
Mutual labels:  sabnzbd, nzbget
Organizr
HTPC/Homelab Services Organizer - Written in PHP
Stars: ✭ 3,605 (+461.53%)
Mutual labels:  sabnzbd, nzbget
Atomic Toolkit
AtoMiC Toolkit simplifies HTPC / Home Server setup and management on Ubuntu and Debian variants including Raspbian. It currently supports: Couchpotato, Deluged, Emby, FFmpeg, Headphones, Htpcmanager, Jackett, Kodi, Lazylibrarian, Madsonic, Mono, Mylar, Nzbget, Nzbhydra, NzbToMedia, Ombi, Plex, Plexpy, Pyload, qBittorrent, Radarr, Sabnzbd+, Sickgear, Sickrage, Sonarr, Subsonic, Transmission, Unrar, Watcher, and Webmin.
Stars: ✭ 747 (+16.36%)
Mutual labels:  sabnzbd, nzbget
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 (+154.05%)
Mutual labels:  sabnzbd, nzbget
Sickbeard mp4 automator
Automatically convert video files to a standardized format with metadata tagging to create a beautiful and uniform media library
Stars: ✭ 1,142 (+77.88%)
Mutual labels:  sabnzbd, nzbget
Muximux
A lightweight way to manage your HTPC
Stars: ✭ 1,008 (+57.01%)
Mutual labels:  sabnzbd, nzbget
fylm
A wonderful automated command line app for organizing your film media. Built for Plex and SABnzbd.
Stars: ✭ 25 (-96.11%)
Mutual labels:  sabnzbd, nzbget
nzbget-tidyit
Will clean up your video media library by eliminating directories that no longer contain the video file they once hosted
Stars: ✭ 19 (-97.04%)
Mutual labels:  nzbget
Media Docker
all-in-one deployment and configuration for an all-in-one media server, running on docker.
Stars: ✭ 148 (-76.95%)
Mutual labels:  sabnzbd
Saltbox
Ansible-based solution for rapidly deploying a Docker containerized cloud media server.
Stars: ✭ 117 (-81.78%)
Mutual labels:  nzbget
sabnzbd-influxdb-export
Export SABnzbd stats to InfluxDB
Stars: ✭ 16 (-97.51%)
Mutual labels:  sabnzbd
tardisIVR
No description or website provided.
Stars: ✭ 36 (-94.39%)
Mutual labels:  sabnzbd
hashi-homelab
Hashicorp Homelab is a collection of nomad recipes related to several Open Source projects that I use on my own nomad + consul + vault + Intel Nuc cluster.
Stars: ✭ 178 (-72.27%)
Mutual labels:  sabnzbd
Addarr
Telegram Bot for adding series/movies to Sonarr/Radarr or for changing the download speed of Transmission/Sabnzbd
Stars: ✭ 150 (-76.64%)
Mutual labels:  sabnzbd

nzbToMedia

Provides an efficient way to handle postprocessing for CouchPotatoServer and SickBeard (and its forks) when using one of the popular NZB download clients like SABnzbd and NZBGet on low performance systems like a NAS. This script is based on sabToSickBeard (written by Nic Wolfe and supplied with SickBeard), with the support for NZBGet being added by thorli and further contributions by schumi2004 and hugbug. Torrent suport added by jkaberg and berkona Corrupt video checking, auto SickBeard fork determination and a whole lot of code improvement was done by echel0n Python3 compatibility, and much cleaner code base has been contributed by Labrys of Knossos

Introduction

Originally this was modified from the SickBeard version to allow for "on-demand" renaming and not have My QNAP TS-412 NAS constantly scanning the download directory. Later, a few failed downloads prompted me to incorporate "failed download" handling. Failed download handling is now provided for SABnzbd, by CouchPotatoServer; however on arm processors (e.g. small NAS systems) this can be un-reliable.

Failed download handling for SickBeard is available by using Tolstyak's fork SickBeard-failed). To use this feature, in autoProcessTV.cfg set the parameter "fork=failed". Default is "fork=default" and will work with the standard version of SickBeard and just ignores failed downloads. Development of Tolstyak's fork ended in 2013, but newer forks exist with significant feature updates such as Mr-Orange TPB (discontinued), SickRageTV and SickRage (active). See SickBeard Forks for a list of known forks.

Full support is provided for SickChill, SiCKRAGE, Medusa, and SickGear.

Torrent support has been added with the assistance of jkaberg and berkona. Currently supports uTorrent, Transmission, Deluge and possibly more. To enable Torrent extraction, on Windows, you need to install 7-zip or on *nix you need to install the following packages/commands.

"unrar", "unzip", "tar", "7zr"
note: "7zr" is available from the p7zip package. Available on Optware.

In order to use the transcoding option, and corrupt video checking you will need to install ffmpeg (and ffprobe). Installation instructions for this are available in the wiki

Contribution

We who have developed nzbToMedia believe in the openness of open-source, and as such we hope that any modifications will lead back to the original repo via pull requests.

Founder: clinton-hall

Contributors: Can be viewed here

Installation

See more detailed instructions in the wiki

Windows

Support of the compiled versions of this code has ceased. Compiling this expanding code is becoming very difficult and time-consuming. Installing Python and running from source is not too complex. Please follow the instructions on the Wiki link above. Sorry for any inconvenience caused here.

General

  1. Install Python

  2. Install pywin32

  3. Clone or copy all files into a directory wherever you want to keep them (eg. /scripts/ in the home directory of your download client) and change the permission accordingly so the download client can access these files.

git clone git://github.com/clinton-hall/nzbToMedia.git

Configuration

  1. Please read the wiki pages for configuration settings appropriate to your system.

  2. Please add to the wiki pages to help assist others ;)

Issues

  1. Please report all issues, or potential enhancements using the issues page on this repo.
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].