mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 10:36:52 -07:00
Add version
This commit is contained in:
parent
f19e9790c8
commit
3b0b7baa97
2 changed files with 4 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue