mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 05:13:16 -07:00
V11.03 ready for merge
This commit is contained in:
parent
05b3ce9906
commit
7ae26cbe46
2 changed files with 9 additions and 1 deletions
|
@ -1,5 +1,13 @@
|
||||||
Change_LOG / History
|
Change_LOG / History
|
||||||
|
|
||||||
|
V11.03 15/01/2017
|
||||||
|
|
||||||
|
Add -o to output path for 7zip.
|
||||||
|
Try album directory then parent directory for HeadPhones variants.
|
||||||
|
Prevent duplication of audio tracks in Transcoder.
|
||||||
|
Update uTorrent Client interface.
|
||||||
|
Updated to use force_next for SickRage to prevent postprocessing in queue.
|
||||||
|
|
||||||
V11.02 30/11/2016
|
V11.02 30/11/2016
|
||||||
|
|
||||||
Added default "MKV-SD"
|
Added default "MKV-SD"
|
||||||
|
|
|
@ -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.02'
|
NZBTOMEDIA_VERSION = '11.03'
|
||||||
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