From 20fb2156552adf13a17064772250a3964631e61f Mon Sep 17 00:00:00 2001 From: gn64_jp Date: Wed, 25 Aug 2010 18:38:04 +0000 Subject: [PATCH 1/1] implement Housou University Multi Channel. git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/rec10@669 4e526526-5e11-4fc0-8910-f8fd03428081 --- rec10/trunk/src/chlist_sample_tokyo.xml | 6 +++--- rec10/trunk/src/ts2epg.py | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/rec10/trunk/src/chlist_sample_tokyo.xml b/rec10/trunk/src/chlist_sample_tokyo.xml index 904c5b7..3b13690 100644 --- a/rec10/trunk/src/chlist_sample_tokyo.xml +++ b/rec10/trunk/src/chlist_sample_tokyo.xml @@ -11,9 +11,9 @@ --> - - - + + + \ No newline at end of file diff --git a/rec10/trunk/src/ts2epg.py b/rec10/trunk/src/ts2epg.py index 88f1804..f6a3ea3 100644 --- a/rec10/trunk/src/ts2epg.py +++ b/rec10/trunk/src/ts2epg.py @@ -30,6 +30,8 @@ def write_time(pout, ch ,times): timet = times if re.search(u'CS', ch): mode = "/CS" + elif re.search(u'tehu', chdb.chsearch(ch)['bctype']): + mode = "/HU" elif len(ch)>2: mode = "/BS" else: -- 2.11.0