mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 05:43:16 -07:00
V11.02 for merge
This commit is contained in:
parent
c67b99faed
commit
66abb2d562
2 changed files with 13 additions and 1 deletions
|
@ -1,6 +1,18 @@
|
||||||
Change_LOG / History
|
Change_LOG / History
|
||||||
|
|
||||||
|
V11.02 30/11/2016
|
||||||
|
|
||||||
|
Added default "MKV-SD"
|
||||||
|
Added VideoResolution in nzbGet.
|
||||||
|
Fix Headphones direcotry parsing.
|
||||||
|
Remove proc_type when failed.
|
||||||
|
Added option "no_extract_failed"
|
||||||
|
Updated beautifulsoup 4 module.
|
||||||
|
Check for existence of codec_type key when counting streams.
|
||||||
|
Added default fallback for sabnzbd port = 8080.
|
||||||
|
|
||||||
V11.01 30/10/2016
|
V11.01 30/10/2016
|
||||||
|
|
||||||
Updated external modules and changed config to dict.
|
Updated external modules and changed config to dict.
|
||||||
Started making code python 3 compatible.
|
Started making code python 3 compatible.
|
||||||
Fixed auto-fork detection for new Sick* branches.
|
Fixed auto-fork detection for new Sick* branches.
|
||||||
|
|
|
@ -309,7 +309,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 = '11.01'
|
NZBTOMEDIA_VERSION = '11.02'
|
||||||
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