only set failed if we can verify corrupt. only try install if make exists.

This commit is contained in:
clinton-hall 2014-04-21 21:05:21 +09:30
parent eec3134bdb
commit e24dcade19
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ def isVideoGood(videofile):
if not nzbtomedia.FFPROBE:
logger.error("Cannot detect corrupt video files!, set your ffmpeg_path in your autoProcessMedia.cfg ...", 'TRANSCODER')
return False
return True
command = [nzbtomedia.FFPROBE, videofile]
try: