From 3bff7f3b2f7f068949d58c1eeca23c081dbbe428 Mon Sep 17 00:00:00 2001 From: KRKeegan <-NOSPAM-kevin@krkeegan.com> Date: Sun, 23 Mar 2008 18:05:14 -0700 Subject: [PATCH] ffmpeg_tmpl is a known setting --- plugins/admin/admin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/admin/admin.py b/plugins/admin/admin.py index 9eb7dca..17ff63b 100644 --- a/plugins/admin/admin.py +++ b/plugins/admin/admin.py @@ -74,14 +74,14 @@ class Admin(Plugin): "precache", "optres", "par", "video_fps", "video_br", \ "max_video_br", "bufsize", "width", "height", "audio_br", \ "max_audio_br", "audio_fr", "audio_ch", "audio_codec", \ - "ffmpeg_pram"] + "ffmpeg_pram", "ffmpeg_tmpl"] t.shares_data = shares_data t.shares_known = ["type", "path", "auto_subshares"] t.tivos_data = [ (section, dict(config.items(section, raw=True))) for section in config.sections() \ if section.startswith('_tivo_')] t.tivos_known = ["aspect169", "optres", "video_fps", "video_br", "width",\ "height", "audio_br", "max_audio_br", "audio_fr", "audio_ch",\ - "audio_codec", "ffmpeg_pram", "shares"] + "audio_codec", "ffmpeg_pram", "shares", "ffmpeg_tmpl"] handler.wfile.write(t) def UpdateSettings(self, handler, query): -- 2.11.4.GIT