more definitive testing of isVideoGood.

This commit is contained in:
clinton-hall 2014-06-26 11:32:13 +09:30
commit 18d2e661d8
4 changed files with 47 additions and 43 deletions

View file

@ -161,7 +161,7 @@ class autoProcessMovie:
status = int(status)
for video in listMediaFiles(dirName, media=True, audio=False, meta=False, archives=False):
num_files += 1
if transcoder.isVideoGood(video):
if transcoder.isVideoGood(video, status):
good_files += 1
if not release and not ".cp(tt" in video and imdbid:
videoName, videoExt = os.path.splitext(video)