mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-14 17:22:53 -07:00
log transcode command for #213
This commit is contained in:
parent
a2d2b40f89
commit
8a2613ad29
1 changed files with 4 additions and 0 deletions
|
@ -125,6 +125,10 @@ def Transcode_directory(dirName):
|
|||
Logger.debug("Error when removing transcoding target: %s", e)
|
||||
|
||||
Logger.info("Transcoding video: %s", file)
|
||||
cmd = ""
|
||||
for item in command:
|
||||
cmd = cmd + " " + item
|
||||
Logger.debug("calling command:%s", cmd)
|
||||
result = 1 # set result to failed in case call fails.
|
||||
try:
|
||||
result = call(command)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue