[mythtv-commits] Ticket #11861: director info is hardcoded into the description textarea in the OSD

MythTV noreply at mythtv.org
Tue Sep 17 01:26:24 UTC 2013


#11861: director info is hardcoded into the description textarea in the OSD
-----------------------------------------------+------------------------
     Reporter:  Joey Morris <rjmorris.list@…>  |      Owner:
         Type:  Bug Report - General           |     Status:  new
     Priority:  minor                          |  Milestone:  unknown
    Component:  Themes                         |    Version:  0.26-fixes
     Severity:  medium                         |   Keywords:
Ticket locked:  0                              |
-----------------------------------------------+------------------------
 When the theme uses the description textarea in the program_info window in
 osd.xml, MythTV should display just the description. However, MythTV
 displays both the director and the description, formatted as:

   Directed By: Director Name.  Description

 As a result, the themer cannot display just the description by itself. If
 the description textarea produced only the description, the themer could
 display just the description by itself. Or, if desired, the themer could
 achieve MythTV's current behavior by using the <template> tag as
 <template>Directed By: %DIRECTOR%.  %DESCRIPTION%</template>.

 The current behavior is implemented in the ProgramInfo constructor for a
 video in libs/libmyth/programinfo.cpp. It affects the OSD for videos, not
 recordings. It doesn't affect the Video Library screens.

--
Ticket URL: <http://code.mythtv.org/trac/ticket/11861>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list