From 0a59b320fb23c5a2fbcea81f32c776dddf3aa6ac Mon Sep 17 00:00:00 2001 From: William McBrine Date: Wed, 4 Mar 2009 10:57:35 -0500 Subject: [PATCH] Australian TiVo HD TSN. Dunno if they'll work yet, but anyway. --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 46fe8b5..f5f7510 100644 --- a/config.py +++ b/config.py @@ -157,7 +157,7 @@ def getFFmpegPrams(tsn): return get_tsn('ffmpeg_pram', tsn, True) def isHDtivo(tsn): # tsn's of High Definition Tivo's - return bool(tsn and tsn[:3] in ['648', '652', '658']) + return bool(tsn and tsn[:3] in ['648', '652', '658', '663']) def getValidWidths(): return [1920, 1440, 1280, 720, 704, 544, 480, 352] -- 2.11.4.GIT