[mythtv-commits] Ticket #4967: Add "Now Playing" support for DVB Radio

MythTV mythtv at cvs.mythtv.org
Sat Mar 15 19:56:04 UTC 2008


#4967: Add "Now Playing" support for DVB Radio
-----------------------------------------------------+----------------------
 Reporter:  Mark Buechler <Mark.Buechler at gmail.com>  |       Owner:  ijr    
     Type:  enhancement                              |      Status:  new    
 Priority:  minor                                    |   Milestone:  unknown
Component:  mythtv                                   |     Version:  head   
 Severity:  medium                                   |     Mlocked:  0      
-----------------------------------------------------+----------------------
 Some DVB radio providers use a private section stream to broadcast "Now
 Playing" information. This patch parses and displays that information. It
 is enabled from the OSD settings -> "Enable Now Playing" and has it's own
 OSD timeout setting as well.

 Considering there is no 100% way of determining that the stream contains
 radio text information, there are several sanity check done. Hopefully
 nothing tragic will happen if it is enabled and the stream contains
 something different.

 This is patch 1 of 2, the first against MythTV and the second against
 themes. I'll add the second patch in the coming days. For those eager to
 give this a try, add the following to your favorite OSD theme:

  <container name="now_playing" fademovement="0,0">
    <image name="background">
      <filename>now_playing.png</filename>
      <position>90,74</position>
    </image>
     <textarea name="playing">
       <area>290,100,240,220</area>
       <font>infofont</font>
       <multiline>yes</multiline>
    </textarea>
  </container>

 And download the following graphic to your OSD theme's directory:

 http://www.zshare.net/image/8949884e2e93bc/

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/4967>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list