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

MythTV mythtv at cvs.mythtv.org
Tue Jan 15 15:24:28 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 ismael at computersconcept.com):

 Replying to [comment:26 Bill <level42 at sympatico.ca>]:
 > 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.

 textarea name should be "changroup"...
 {{{
 <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:30>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list