From c62e5c64ca54cad197823a3b62b10fcabc6a8f2c Mon Sep 17 00:00:00 2001 From: wgw Date: Sun, 25 Jan 2009 13:07:10 -0600 Subject: [PATCH] Increase default video_pct to 85 --- config.py | 2 +- plugins/admin/help.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.py b/config.py index 6e62c14..73db0a4 100644 --- a/config.py +++ b/config.py @@ -352,7 +352,7 @@ def getVideoPCT(tsn=None): return config.getfloat('_tivo_SD', 'video_pct') except NoOptionError: pass - return 70 + return 85 def getBuffSize(tsn=None): tsnsect = '_tivo_' + tsn diff --git a/plugins/admin/help.txt b/plugins/admin/help.txt index 866d6e0..b8c14b7 100644 --- a/plugins/admin/help.txt +++ b/plugins/admin/help.txt @@ -136,7 +136,7 @@ Available In: Tivos, HD_tivos, SD_tivos video_pct Recommended Setting: blank -pyTivo Defaults to: 70 (percent of source bitrate) +pyTivo Defaults to: 85 (percent of source bitrate) Valid Entries: Any number (set this to 0 to disable this option) Required: No Skill: Advanced -- 2.11.4.GIT