mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 12:59:36 -07:00
v10.11 ready for merge.
This commit is contained in:
parent
2ad1d0ba1c
commit
fc3ee3fa79
2 changed files with 16 additions and 1 deletions
|
@ -1,5 +1,20 @@
|
||||||
Change_LOG / History
|
Change_LOG / History
|
||||||
|
|
||||||
|
V10.11 28/05/2015
|
||||||
|
|
||||||
|
Use socket to verify if running on Linux. Prevents issues with stale pid.
|
||||||
|
Add timeouts and improve single instance handling.
|
||||||
|
Prevent Scale Up.
|
||||||
|
Improve regex for rename script.
|
||||||
|
Improve safe rename functionality.
|
||||||
|
Ignore .bts extensions.
|
||||||
|
Don't process output when no transcoding needed.
|
||||||
|
Ignore Thumbs.db on manual run.
|
||||||
|
Rename nzbtomedia to core. To prevent erros on non-case sensitive file systems.
|
||||||
|
Mark as bad if no media files found.
|
||||||
|
Increase server responding timeout.
|
||||||
|
Don't use last modified entry for CP renamer when no imdb id found.
|
||||||
|
Add plex library update.
|
||||||
|
|
||||||
V10.10 29/01/2015
|
V10.10 29/01/2015
|
||||||
|
|
||||||
|
|
|
@ -288,7 +288,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.10'
|
NZBTOMEDIA_VERSION = '10.11'
|
||||||
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