mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 10:36:52 -07:00
V10.14 ready for merge
This commit is contained in:
parent
fbb8b18c4c
commit
c50957d0b4
2 changed files with 16 additions and 1 deletions
|
@ -1,5 +1,20 @@
|
|||
Change_LOG / History
|
||||
|
||||
V10.14 13/03/2016
|
||||
|
||||
Add option move-sym to create symlink to renamed files.
|
||||
Transmission comment fix.
|
||||
Prevent int errors in chmod.
|
||||
Fix urllib warnings.
|
||||
Create unique directory in output incase of rename error in sick/couch.
|
||||
Add -strict -2 to dts codec.
|
||||
Added support to handle archives in SickRage.
|
||||
Report Downloader failures to SickRage.
|
||||
Continue on encoding detection failure.
|
||||
Strip trailing and leading whitespaces from `mount_points`.
|
||||
Also check sabnzbd history for nzoid.
|
||||
Add generic run mode (manually enter parameters for execution).
|
||||
|
||||
V10.13 11/12/2015
|
||||
|
||||
Always add -strict -2 to aac codec.
|
||||
|
|
|
@ -294,7 +294,7 @@ def initialize(section=None):
|
|||
nzbToMediaDB.upgradeDatabase(nzbToMediaDB.DBConnection(), mainDB.InitialSchema)
|
||||
|
||||
# Set Version and GIT variables
|
||||
NZBTOMEDIA_VERSION = '10.13'
|
||||
NZBTOMEDIA_VERSION = '10.14'
|
||||
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