mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 21:03:14 -07:00
merge up to v 11.04
This commit is contained in:
parent
70e2f5c46d
commit
ee243fbba5
2 changed files with 31 additions and 1 deletions
|
@ -1,5 +1,35 @@
|
||||||
Change_LOG / History
|
Change_LOG / History
|
||||||
|
|
||||||
|
V11.04 30/12/2017
|
||||||
|
|
||||||
|
do not embed .sub.
|
||||||
|
add proper check of sub streams #1150 and filter out commentary.
|
||||||
|
traverse audiostreams in reverse.
|
||||||
|
add catch for OMDB api errors.
|
||||||
|
convert all listdir functions to unicode.
|
||||||
|
perform extraction, corruption checks, and transcoding when no server.
|
||||||
|
fix list indices errors when no fork set.
|
||||||
|
fix CP server responding test. Add trailing /.
|
||||||
|
use basestring to match unicode path in transcoder.
|
||||||
|
attempt autofork even if no username set.
|
||||||
|
allow long paths in Cleandir.
|
||||||
|
add Radarr handling.
|
||||||
|
minor fix for transcoder.
|
||||||
|
fix non-iterable type.
|
||||||
|
fix logging error.
|
||||||
|
DownloadedMovieScan updated to DownloadedMoviesScan.
|
||||||
|
add check to exception rename to not over-write exisiting.
|
||||||
|
don't try and process when no api/user.
|
||||||
|
Added omdbapikey functionality
|
||||||
|
force sonarr processing to "move".
|
||||||
|
already extracted archive not skipped.
|
||||||
|
fix text for keep_archive.
|
||||||
|
try to avoid spaces in outputdir.
|
||||||
|
change subtitle logging level.
|
||||||
|
Increase shutil copy buffer length from 4KB to 512KB.
|
||||||
|
improve user script media extension handling
|
||||||
|
add par2 rename/repair (linux only).
|
||||||
|
|
||||||
V11.03 15/01/2017
|
V11.03 15/01/2017
|
||||||
|
|
||||||
Add -o to output path for 7zip.
|
Add -o to output path for 7zip.
|
||||||
|
|
|
@ -310,7 +310,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 = '11.03'
|
NZBTOMEDIA_VERSION = '11.04'
|
||||||
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