mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 13:53:15 -07:00
V10.13 for merge
This commit is contained in:
parent
362cfa4bec
commit
3e4861e87c
2 changed files with 17 additions and 1 deletions
|
@ -1,5 +1,21 @@
|
||||||
Change_LOG / History
|
Change_LOG / History
|
||||||
|
|
||||||
|
V10.13 11/12/2015
|
||||||
|
|
||||||
|
Always add -strict -2 to aac codec.
|
||||||
|
Add "delete_on" for SickRage.
|
||||||
|
Add https handling for SABnzbd.
|
||||||
|
Added the ability to chmod Torrent diretory before processing.
|
||||||
|
Add option to not resume failed torrent.
|
||||||
|
Add Option to not resume successful torrent.
|
||||||
|
Add procees name to final SABnzbd message.
|
||||||
|
Fix SSL warnings forcomic processing.
|
||||||
|
Add .ts to mediaExtensions.
|
||||||
|
Don't update plex on failed.
|
||||||
|
Add option to preserve archive files after extraction.
|
||||||
|
Force_Clean doesn't over-ride delete_failed.
|
||||||
|
Added support for SickRageTV and SickRage branches.
|
||||||
|
|
||||||
V10.12 21/09/2015
|
V10.12 21/09/2015
|
||||||
|
|
||||||
Updated Requests Module to Latest Version. Works with Python 2.7.10
|
Updated Requests Module to Latest Version. Works with Python 2.7.10
|
||||||
|
|
|
@ -294,7 +294,7 @@ def initialize(section=None):
|
||||||
nzbToMediaDB.upgradeDatabase(nzbToMediaDB.DBConnection(), mainDB.InitialSchema)
|
nzbToMediaDB.upgradeDatabase(nzbToMediaDB.DBConnection(), mainDB.InitialSchema)
|
||||||
|
|
||||||
# Set Version and GIT variables
|
# Set Version and GIT variables
|
||||||
NZBTOMEDIA_VERSION = '10.12'
|
NZBTOMEDIA_VERSION = '10.13'
|
||||||
VERSION_NOTIFY = int(CFG['General']['version_notify'])
|
VERSION_NOTIFY = int(CFG['General']['version_notify'])
|
||||||
AUTO_UPDATE = int(CFG['General']['auto_update'])
|
AUTO_UPDATE = int(CFG['General']['auto_update'])
|
||||||
GIT_REPO = 'nzbToMedia'
|
GIT_REPO = 'nzbToMedia'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue