mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 05:43:16 -07:00
update readme and changelog.
This commit is contained in:
parent
8172c37dac
commit
6c58f674e4
2 changed files with 16 additions and 3 deletions
|
@ -5,6 +5,7 @@ Provides an efficient way to handle postprocessing for [CouchPotatoServer](https
|
|||
when using one of the popular NZB download clients like [SABnzbd](http://sabnzbd.org/ "SABnzbd") and [NZBGet](http://nzbget.sourceforge.net/ "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](https://github.com/thorli "thorli") and further contributions by [schumi2004](https://github.com/schumi2004 "schumi2004") and [hugbug](https://sourceforge.net/apps/phpbb/nzbget/memberlist.php?mode=viewprofile&u=67 "hugbug").
|
||||
Torrent suport added by [jkaberg](https://github.com/jkaberg "jkaberg") and [berkona](https://github.com/berkona "berkona")
|
||||
Corrupt video checking, auto SickBeard fork determination and a whole lot of code improvement was done by [echel0n](https://github.com/echel0n "echel0n")
|
||||
|
||||
Introduction
|
||||
------------
|
||||
|
@ -23,6 +24,9 @@ To enable Torrent extraction, on Windows, you need to install [7-zip](http://www
|
|||
|
||||
"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](https://github.com/clinton-hall/nzbToMedia/wiki/Transcoder "wiki")
|
||||
|
||||
Contribution
|
||||
------------
|
||||
|
@ -32,13 +36,12 @@ Founder: [clinton-hall](https://github.com/clinton-hall "clinton-hall")
|
|||
|
||||
Contributors: Can be viewed [here](https://github.com/clinton-hall/nzbToMedia/contributors "here")
|
||||
|
||||
In order to use the transcoding option you will need to install ffmpeg.
|
||||
Installation instructions for this are available in the [wiki](https://github.com/clinton-hall/nzbToMedia/wiki/Transcoder "wiki")
|
||||
|
||||
|
||||
Installation
|
||||
------------
|
||||
|
||||
**See more detailed instructions in the [wiki](https://github.com/clinton-hall/nzbToMedia/wiki "wiki")**
|
||||
|
||||
### Windows
|
||||
|
||||
Download the the compiled versions of this code from the links provided here [nzbToMedia installation](https://github.com/clinton-hall/nzbToMedia/wiki/installation)
|
||||
|
|
|
@ -1,5 +1,15 @@
|
|||
Change_LOG / History
|
||||
|
||||
V9.4 xx/xx/2014
|
||||
|
||||
Impacts All
|
||||
Changed to python2 (some systems now come with python = python3 as default).
|
||||
Major changes to Transcoder. Only copy streams where possible.
|
||||
Pre-defined Transcode options for some devices.
|
||||
Added log_env option to capture environment variables.
|
||||
Improved remote directory handling.
|
||||
Various fixes.
|
||||
|
||||
V9.3 09/06/2014
|
||||
|
||||
Impacts Torrents
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue