Provides NZB and Torrent postprocessing To CouchPotatoServer, SickBeard/SickRage, HeadPhones, Mylar and Gamez
Find a file
2014-10-02 22:27:10 +09:30
libs fix subtitle download 2014-06-27 21:27:44 +09:30
nzbtomedia add option to join multiple videos. Fixes #570 2014-10-02 22:27:10 +09:30
tests fix tv category detected when not enabled. Fixes #548 2014-09-01 07:11:25 +09:30
.gitattributes Create .gitattributes 2012-12-20 14:57:03 -08:00
.gitignore Add .pid 2014-07-09 19:25:25 +09:30
autoProcessMedia.cfg.spec add option to join multiple videos. Fixes #570 2014-10-02 22:27:10 +09:30
changelog.txt version 10.6 ready for merge 2014-08-26 21:01:33 +09:30
DeleteSamples.py Specify Python version to use 2014-06-26 06:14:07 -04:00
getffmpeg.sh Removed getffmpeg.sh (reverted from commit 8190a5ccae) 2014-04-21 13:17:44 -07:00
license.txt Create license.txt 2013-10-24 12:57:35 +10:30
nzbToCouchPotato.py add method to Transcode images. Fixes #545 Add supression of git output. 2014-09-11 12:11:36 +09:30
nzbToGamez.py added global nice and ionice for external processes. Fixes #479 2014-07-13 12:59:56 +09:30
nzbToHeadPhones.py added global nice and ionice for external processes. Fixes #479 2014-07-13 12:59:56 +09:30
nzbToMedia.py don't clean before Drone processes. Fixes #568 2014-09-27 07:04:40 +09:30
nzbToMylar.py added global nice and ionice for external processes. Fixes #479 2014-07-13 12:59:56 +09:30
nzbToNzbDrone.py add xbox default. Fixes #513. Minor fix to subs extract. #512 2014-08-01 15:36:41 +09:30
nzbToSickBeard.py add method to Transcode images. Fixes #545 Add supression of git output. 2014-09-11 12:11:36 +09:30
README.md update ReadMe ready for merge. 2014-07-03 14:49:32 +09:30
ResetDateTime.py Specify Python version to use 2014-06-26 06:14:07 -04:00
TorrentToMedia.py fix issues with processing categories that are disabled. Fix category testing. 2014-09-11 15:25:23 +09:30

nzbToMedia

Provides an efficient way to handle postprocessing for CouchPotatoServer and SickBeard 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

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 the development branch from fork SickBeard-failed To use this feature, in autoProcessTV.cfg set the parameter "fork=failed". Default is "fork=default" and will work with standard version of SickBeard and just ignores failed downloads. Additional forks exist for ThePirateBay (does its own extraction and linking). See SickBeard Forks for a list of known forks.

Full support is provided for SickRage.

Torrent support has been added with the assistance of jkaberg and berkona. Currently supports uTorrent, Transmissions, 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 orignal 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.7.

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