From ea48367f40a7f553d9b83f7574f60a59e017819c Mon Sep 17 00:00:00 2001 From: wgw Date: Fri, 28 Mar 2008 18:02:56 -0500 Subject: [PATCH] include 8:9 --- plugins/video/transcode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/video/transcode.py b/plugins/video/transcode.py index 60f2d15..0b5e0c2 100644 --- a/plugins/video/transcode.py +++ b/plugins/video/transcode.py @@ -347,7 +347,7 @@ def tivo_compatable(inFile, tsn = ''): return False if tsn[:3] == '540': - if vdar == None or vdar != float(4)/float(3): + if vdar == None or not vdar in (float(4)/float(3), float(8)/float(9)): debug_write(__name__, fn_attr(), ['FALSE, ratio', vdar, 'not supported by 540 tivo.', inFile]) return False -- 2.11.4.GIT