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

MythTV mythtv at cvs.mythtv.org
Sat Jan 12 19:43:52 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>):

 I've updated the patch for SVN 15419, and changed all references of
 "favorites" to channelgroup as requested.

 Note that as a result of this, the table names have changed.  Please
 create new tables or modify existing ones if you are already using this
 patch.  I use the Mysql browser from windows.  To add the tables:
 CREATE TABLE IF NOT EXISTS channelgroup (grpid int(11) unsigned NOT NULL
 auto_increment, name varchar(64) NOT NULL default , PRIMARY KEY (grpid));
 CREATE TABLE  IF NOT EXISTS channelgroupnames (grpid int(10) unsigned NOT
 NULL auto_increment,name varchar(64) NOT NULL default '',PRIMARY KEY
 (grpid));

 To show the channelgroup selected in the guide, add this to your theme
 ui.xml to the programguide window
 <container name="channel_group">
 <area>14,150,250,30</area> <textarea name="favgroup" draworder="4"
 align="left">
 <area>0,0,240,30</area> <font>info</font>
 </textarea>
 </container>
 Adjust area accordingly.

 Use patch -p1 < channelgroup.diff from within the mythtv dir to apply

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


More information about the mythtv-commits mailing list