[mythtv-commits] Ticket #199: multiple favorite channel groups

MythTV mythtv at cvs.mythtv.org
Sat Jan 19 20:29:27 UTC 2008


#199: multiple favorite channel groups
-------------------------+--------------------------------------------------
 Reporter:  xris         |        Owner:  stuartm
     Type:  enhancement  |       Status:  started
 Priority:  minor        |    Milestone:  unknown
Component:  mythtv       |      Version:  head   
 Severity:  medium       |   Resolution:         
  Mlocked:  0            |  
-------------------------+--------------------------------------------------

Comment(by Bill <level42 at sympatico.ca>):

 Patch has been updated for SVN 15504. If you haven't done so already two
 tables need be created:
 CREATE TABLE IF NOT EXISTS channelgroupnames (grpid int(10) unsigned NOT
 NULL auto_increment,name varchar(64) NOT NULL default ,PRIMARY KEY
 (grpid));

 CREATE TABLE IF NOT EXISTS channelgroup (id int(10) unsigned NOT NULL
 auto_increment, chanid int(11) unsigned NOT NULL default '0', grpid
 int(11) NOT NULL default '1', PRIMARY KEY (id));

 And if you want to show the channel group name in the guide, add this to
 ui.xml in the program guide windows.
 <container name="channel_group">
  <area>15,15,450,30</area>
  <textarea name="changroup" draworder="1" align="left">
  <area>0,0,440,30</area>
  <font>green2_big</font>
  </textarea>
 </container>

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/199#comment:32>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list