Provides NZB and Torrent postprocessing To CouchPotatoServer, SickBeard/SickRage, HeadPhones, Mylar and Gamez
Find a file
2014-04-19 11:00:50 -07:00
lib Updated requests lib. 2014-04-17 20:44:41 -07:00
nzbtomedia Fixed bug in transcoder 2014-04-19 11:00:50 -07:00
tests Added in a comparison check for last edited release incase we don't have enough information gathered to perform a proper status check. 2014-04-18 21:15:13 -07:00
.gitattributes Create .gitattributes 2012-12-20 14:57:03 -08:00
.gitignore nzbTo* files will now send section variable to nzbToMedia script so that manually processing doesn't bother with trying to post-process unrequired folders, also I've changed the way we call nzbToMedia so this should resolve issue #328 encoding issues. 2014-04-17 05:16:29 -07:00
autoProcessMedia.cfg.spec Updated logger code to now include the section, formatting has been modified as well. 2014-04-18 13:23:39 -07:00
changelog.txt remove braids and quick cleanup. 2014-04-15 10:31:42 +09:30
DeleteSamples.py Headphones fix for issue #321 2014-04-15 17:02:09 -07:00
getffmpeg.sh Merge branch 'dev' of https://github.com/clinton-hall/nzbToMedia into dev 2013-03-12 22:10:59 -07:00
license.txt Create license.txt 2013-10-24 12:57:35 +10:30
nzbToCouchPotato.py Code cleanup 2014-04-17 07:25:08 -07:00
nzbToGamez.py Code cleanup 2014-04-17 07:25:08 -07:00
nzbToHeadPhones.py Code cleanup 2014-04-17 07:25:08 -07:00
nzbToMedia.py Updated logger code to now include the section, formatting has been modified as well. 2014-04-18 13:23:39 -07:00
nzbToMylar.py Code cleanup 2014-04-17 07:25:08 -07:00
nzbToNzbDrone.py Code cleanup 2014-04-17 07:25:08 -07:00
nzbToSickBeard.py Code cleanup 2014-04-17 07:25:08 -07:00
README.md update readme and changelog 2013-11-10 07:42:29 +10:30
ResetDateTime.py Headphones fix for issue #321 2014-04-15 17:02:09 -07:00
TorrentToMedia.py Re-coded our safeName function used for sanitizing filenames. 2014-04-18 19:31:00 -07:00

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

Introduction

Originally this was modifed 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 lit of known forks.

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.

Contribution

We who have developed nzbToMedia believe in the openess 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

In order to use the transcoding option you will need to install ffmpeg. Installation instructions for this are available in the wiki

Installation

Windows

Download the the compiled versions of this code from the links provided here nzbToMedia installation

General

  1. Clone or copy all files into a directory wherever you want to keep them (eg. /scripts/ in the home directory of your nzb 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. Rename the file autoProcessMedia.cfg.sample to autoProcessMedia.cfg and fill in the appropriate fields in [SickBeard], [CouchPotato], [Torrent]as they apply to your installation.

  2. Please read the wiki pages on this repo for further configuration settings appropriate to your system.

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

NZBGet (V11+)

  1. Place the nzbToMedia folder inside the ppscripts folder. These scripts can now be configured via the web UI.

  2. Run scripts (for all required categories) in this order.

    DeleteSamples.py, nzbToMedia*.py, Email.py, Logger.py

  3. For Windows compiled versions, set the same config for all categories.

    DeleteSamples.bat, nzbToMedia.bat

Issues

  1. Please report all issues, or potential enhancements using the issues page on this repo.