[mythtv-commits] Ticket #3828: Fix Mythvideo handling of year for OSD

MythTV mythtv at cvs.mythtv.org
Wed Aug 15 01:35:27 UTC 2007


#3828: Fix Mythvideo handling of year for OSD
-----------------------+----------------------------------------------------
 Reporter:  anonymous  |       Owner:  awithers
     Type:  defect     |      Status:  new     
 Priority:  minor      |   Milestone:  unknown 
Component:  mythvideo  |     Version:  unknown 
 Severity:  medium     |     Mlocked:  0       
-----------------------+----------------------------------------------------
 Although the video year is passed to the internal player by mythvideo, it
 does not show in the OSD if the OSD is configured to show it.

 The internal player in mythfrontend sets the video year into the program
 info passed to programinfo.cpp, which is then set into the infomap so that
 it can be used for the OSD.  Unfortunately, the year does not get passed
 correctly.  The internal player sets it into recstartts, but the code in
 ProgramInfo::ToMap expects it in startts (ToMap does some checks on the
 year for videos).  Also a bug in the code prevented the year getting set
 into startts.

 Also this patch sets the year into the year field of the programinfo data.

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


More information about the mythtv-commits mailing list