mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 10:36:52 -07:00
more definitive testing of isVideoGood.
This commit is contained in:
parent
ae13aaff68
commit
18d2e661d8
4 changed files with 47 additions and 43 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue