Add version

This commit is contained in:
Labrys of Knossos 2018-12-28 12:17:42 -05:00
commit 3b0b7baa97
2 changed files with 4 additions and 2 deletions

View file

@ -1,5 +1,5 @@
nzbToMedia
================
nzbToMedia v11.7.4
==================
Provides an [efficient](https://github.com/clinton-hall/nzbToMedia/wiki/Efficient-on-demand-post-processing) way to handle postprocessing for [CouchPotatoServer](https://couchpota.to/ "CouchPotatoServer") and [SickBeard](http://sickbeard.com/ "SickBeard") (and its [forks](https://github.com/clinton-hall/nzbToMedia/wiki/Failed-Download-Handling-%28FDH%29#sick-beard-and-its-forks))
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.

View file

@ -49,6 +49,8 @@ from core.nzbToMediaUtil import (
from core.transcoder import transcoder
from core.databases import mainDB
__version__ = '11.7.4'
# Client Agents
NZB_CLIENTS = ['sabnzbd', 'nzbget', 'manual']
TORRENT_CLIENTS = ['transmission', 'deluge', 'utorrent', 'rtorrent', 'qbittorrent', 'other', 'manual']