mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 13:53:15 -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
|
||||
|
||||
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
|
||||
|
||||
Added default "MKV-SD"
|
||||
|
|
|
@ -309,7 +309,7 @@ def initialize(section=None):
|
|||
nzbToMediaDB.upgradeDatabase(nzbToMediaDB.DBConnection(), mainDB.InitialSchema)
|
||||
|
||||
# Set Version and GIT variables
|
||||
NZBTOMEDIA_VERSION = '11.02'
|
||||
NZBTOMEDIA_VERSION = '11.03'
|
||||
VERSION_NOTIFY = int(CFG['General']['version_notify'])
|
||||
AUTO_UPDATE = int(CFG['General']['auto_update'])
|
||||
GIT_REPO = 'nzbToMedia'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue