mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-06 13:11:11 -07:00
only set failed if we can verify corrupt. only try install if make exists.
This commit is contained in:
parent
eec3134bdb
commit
e24dcade19
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue