From: gn64_jp Date: Sat, 12 May 2012 12:23:58 +0000 (+0000) Subject: add tsid channel information for complete BS support. X-Git-Url: http://git.osdn.net/view?p=rec10%2Frec10-git.git;a=commitdiff_plain;h=30119b9d0ee2d1bffa80c4dbaa3349b361850bc6 add tsid channel information for complete BS support. git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/rec10@938 4e526526-5e11-4fc0-8910-f8fd03428081 --- diff --git a/rec10/trunk/src/install.py b/rec10/trunk/src/install.py index 25477bd..17eefaa 100644 --- a/rec10/trunk/src/install.py +++ b/rec10/trunk/src/install.py @@ -302,5 +302,7 @@ def update_db(version): rec10d.rec10db.update_db_98to100() elif version==100: rec10d.rec10db.update_db_100to101() + elif version==101: + rec10d.rec10db.update_db_100to102() if __name__ == "__main__": move() diff --git a/rec10/trunk/src/recdblist.py b/rec10/trunk/src/recdblist.py index 00abe1f..0626b50 100644 --- a/rec10/trunk/src/recdblist.py +++ b/rec10/trunk/src/recdblist.py @@ -76,7 +76,7 @@ REC_BAYES_SUGGEST ="bayes_suggest" global BONTSDEMUX_DELAY BONTSDEMUX_DELAY="0" -version = 101 +version = 102 version_str="0.9.10" global verbose_level_now