mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 12:59:36 -07:00
document changes and version up to 11.01`
This commit is contained in:
parent
5773da7fcd
commit
26957918e5
2 changed files with 19 additions and 1 deletions
|
@ -1,5 +1,23 @@
|
||||||
Change_LOG / History
|
Change_LOG / History
|
||||||
|
|
||||||
|
V11.01 30/10/2016
|
||||||
|
Updated external modules and changed config to dict.
|
||||||
|
Started making code python 3 compatible.
|
||||||
|
Fixed auto-fork detection for new Sick* branches.
|
||||||
|
Fixed invalid indexing scope for TorrentToMedia.
|
||||||
|
Add Medusa fork and new param "ignore_subs".
|
||||||
|
Added check for language tag size, convert 3 letter language codes.
|
||||||
|
Fixed guessit call to allow guessit to work of full file path.
|
||||||
|
Add the ability to set octal permissions on the processed files prior to handing it off to Sickrage/Couchpotato.
|
||||||
|
Catch errors if not audio codec name.
|
||||||
|
Allow manual scans to continue.
|
||||||
|
Revert to 7zip if others missing.
|
||||||
|
Fixed int conversion base 8 from string or int.
|
||||||
|
Added more logging to server tests.
|
||||||
|
Added MKV-SD Profile.
|
||||||
|
Check for preferred codec even if not preferred language.
|
||||||
|
Don't convert VobSub to mov_text.
|
||||||
|
|
||||||
V10.15 29/05/2016
|
V10.15 29/05/2016
|
||||||
|
|
||||||
Don't copy archives when set to extract.
|
Don't copy archives when set to extract.
|
||||||
|
|
|
@ -308,7 +308,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 = '10.15'
|
NZBTOMEDIA_VERSION = '11.01'
|
||||||
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