mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 10:36:52 -07:00
update ready for merge.
This commit is contained in:
parent
1b25bc3773
commit
7ac3d510a2
2 changed files with 18 additions and 1 deletions
|
@ -1,5 +1,22 @@
|
|||
Change_LOG / History
|
||||
|
||||
V10.1 11/07/2014
|
||||
|
||||
Impacts All
|
||||
Improved Transcoder
|
||||
Minor Bug Fixes
|
||||
Now accepts Number of Audio Channels for Transcoder options.
|
||||
Userscript can perform video corruption check first.
|
||||
Improved extraction. Extract all subdirs and multiple "unique" archives in a directory.
|
||||
Check if already running and wait for complete before continuing.
|
||||
|
||||
Impacts NZBs
|
||||
Allow UserScript for NZBs
|
||||
|
||||
Impacts Torrents
|
||||
Do Extraction Before Flatten
|
||||
|
||||
|
||||
V10.0 03/07/2014
|
||||
|
||||
Impacts All
|
||||
|
|
|
@ -264,7 +264,7 @@ def initialize(section=None):
|
|||
nzbToMediaDB.upgradeDatabase(nzbToMediaDB.DBConnection(), mainDB.InitialSchema)
|
||||
|
||||
# Set Version and GIT variables
|
||||
NZBTOMEDIA_VERSION = '10.0'
|
||||
NZBTOMEDIA_VERSION = '10.1'
|
||||
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