mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 21:33:13 -07:00
parent
a34a81a41f
commit
c1d770740a
10 changed files with 880 additions and 98 deletions
|
@ -184,9 +184,10 @@ class autoProcessMovie:
|
|||
|
||||
if status == 0:
|
||||
if nzbtomedia.TRANSCODE == 1:
|
||||
result = transcoder.Transcode_directory(dirName)
|
||||
result, newDirName = transcoder.Transcode_directory(dirName)
|
||||
if result == 0:
|
||||
logger.debug("Transcoding succeeded for files in %s" % (dirName), section)
|
||||
dirName = newDirName
|
||||
else:
|
||||
logger.warning("Transcoding failed for files in %s" % (dirName), section)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue