mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 18:47:09 -07:00
rev up to 12.0.8
This commit is contained in:
parent
392967780c
commit
d4786e10d7
5 changed files with 17 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 12.0.7
|
||||
current_version = 12.0.8
|
||||
commit = True
|
||||
tag = False
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
nzbToMedia v12.0.7
|
||||
nzbToMedia v12.0.8
|
||||
==================
|
||||
|
||||
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))
|
||||
|
|
|
@ -1,5 +1,18 @@
|
|||
Change_LOG / History
|
||||
|
||||
V12.0.8
|
||||
|
||||
Refactor and Rename Modules
|
||||
Add Medusa API
|
||||
Fix return parsing from HeadPhones
|
||||
Add Python end of life detection and reporting
|
||||
Fix Py3 return from Popen (Transcoder and executable path detection)
|
||||
Add variable sys_path to config (allows user to specify separate path for binary detection)
|
||||
Various Py3 compatability fixes
|
||||
Log successful when returning to Radarr CDH
|
||||
Add exception handling when failing to return to original directory (due to permissions)
|
||||
Don't load Torrent Clients when calling NZB processing
|
||||
|
||||
V12.0.7
|
||||
|
||||
Refactor utils
|
||||
|
|
|
@ -71,7 +71,7 @@ from core.utils import (
|
|||
wake_up,
|
||||
)
|
||||
|
||||
__version__ = '12.0.7'
|
||||
__version__ = '12.0.8'
|
||||
|
||||
# Client Agents
|
||||
NZB_CLIENTS = ['sabnzbd', 'nzbget', 'manual']
|
||||
|
|
2
setup.py
2
setup.py
|
@ -18,7 +18,7 @@ def read(*names, **kwargs):
|
|||
|
||||
setup(
|
||||
name='nzbToMedia',
|
||||
version='12.0.7',
|
||||
version='12.0.8',
|
||||
license='GPLv3',
|
||||
description='Efficient on demand post processing',
|
||||
long_description="""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue