mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 02:26:53 -07:00
Merge pull request #1489 from clinton-hall/release-12.0.0
Release 12.0.0
This commit is contained in:
commit
fde6c430ae
5 changed files with 6 additions and 20 deletions
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 11.8.1
|
||||
current_version = 12.0.0
|
||||
commit = True
|
||||
tag = False
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
nzbToMedia v11.8.1
|
||||
nzbToMedia v12.0.0
|
||||
==================
|
||||
|
||||
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))
|
||||
|
|
|
@ -52,7 +52,7 @@ from core.utils import (
|
|||
resume_torrent, remove_dir, remove_read_only, sanitize_name, update_download_info_status,
|
||||
)
|
||||
|
||||
__version__ = '11.8.1'
|
||||
__version__ = '12.0.0'
|
||||
|
||||
# Client Agents
|
||||
NZB_CLIENTS = ['sabnzbd', 'nzbget', 'manual']
|
||||
|
|
|
@ -144,7 +144,7 @@ def process(input_directory, input_name=None, status=0, client_agent='manual', d
|
|||
|
||||
plex_update(input_category)
|
||||
|
||||
if result.staus_code == 0:
|
||||
if result.status_code == 0:
|
||||
if client_agent != 'manual':
|
||||
# update download status in our DB
|
||||
update_download_info_status(input_name, 1)
|
||||
|
|
18
setup.py
18
setup.py
|
@ -18,7 +18,7 @@ def read(*names, **kwargs):
|
|||
|
||||
setup(
|
||||
name='nzbToMedia',
|
||||
version='11.8.1',
|
||||
version='12.0.0',
|
||||
license='GPLv3',
|
||||
description='Efficient on demand post processing',
|
||||
long_description="""
|
||||
|
@ -51,22 +51,8 @@ setup(
|
|||
""",
|
||||
author='Clinton Hall',
|
||||
author_email='fock_wulf@hotmail.com',
|
||||
url='https://github.com/clinton-hall/nzbToMedia_repo',
|
||||
url='https://github.com/clinton-hall/nzbToMedia',
|
||||
packages=['core'],
|
||||
include_package_data=True,
|
||||
zip_safe=False,
|
||||
scripts=[
|
||||
'nzbToCouchPotato',
|
||||
'nzbToGamez',
|
||||
'nzbToHeadPhones',
|
||||
'nzbToLidarr',
|
||||
'nzbToMedia',
|
||||
'nzbToMylar',
|
||||
'nzbToNzbDrone',
|
||||
'nzbToRadarr',
|
||||
'nzbToSickBeard',
|
||||
'TorrentToMedia',
|
||||
],
|
||||
classifiers=[
|
||||
# complete classifier list: http://pypi.python.org/pypi?%3Aaction=list_classifiers
|
||||
'Development Status :: 5 - Production/Stable',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue