[mythtv-commits] Ticket #1875: MythWeb HD indicator problem

MythTV mythtv at cvs.mythtv.org
Sun May 28 03:27:03 UTC 2006


#1875: MythWeb HD indicator problem
-----------------------+----------------------------------------------------
 Reporter:  anonymous  |        Owner:  xris
     Type:  defect     |       Status:  new 
 Priority:  minor      |    Milestone:      
Component:  mythweb    |      Version:      
 Severity:  low        |   Resolution:      
-----------------------+----------------------------------------------------
Comment (by anonymous):

 Ok, changing the scheduler didn't make sense because everything that
 wasn't sent via the myth protocol would have to be added.  Instead the new
 patch copies the info from the DB (since its already fetched all the
 information) into the Program object held in Scheduled_Recordings.  The
 progflags changes is still needed for HDTV, CC, and Stereo flags since the
 info is already transmitted, so I figured it might as well be used.

 So, the scheduler_set_programflags.patch and
 mythweb_decode_progflags.2.patch are the two patches which need to be
 applied.

 The two patches appear to fix all changes in displayed info between
 scheduled and non-scheduled items, EXCEPT the rating.  For some reason
 this line in the mythweb patch:

 $program->rating = $data!['rating'];

 DOESN'T work.  I don't get it.  All the other copies work.  In fact, if I
 copy $data!['rating'] onto $program->subtitle instead sure enough the
 subtitle gets overwritten with the rating.  I don't know what I'm missing.
 It doesn't even work as: $program->rating = "foobar";  If you see why
 please fix it.

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


More information about the mythtv-commits mailing list