[mythtv-commits] Ticket #7134: Mythweb gets default (4/3) aspect ratio when padding is used

MythTV mythtv at cvs.mythtv.org
Wed Sep 23 21:18:10 UTC 2009


#7134: Mythweb gets default (4/3) aspect ratio when padding is used
------------------------------+---------------------------------------------
 Reporter:  octoberblu3       |       Owner:  kormoc
     Type:  defect            |      Status:  new   
 Priority:  minor             |   Milestone:  0.22  
Component:  Plugin - MythWeb  |     Version:  head  
 Severity:  low               |     Mlocked:  0     
------------------------------+---------------------------------------------
 Mythweb was failing to determine the correct aspect ratio for 16:9
 recordings when padding was used.

 The getAspect function in mythweb/modules/tv/classes/Program.php tries to
 query with $this->starttime, which is when the program begins, but not
 necessarily the recordings begins due to padding.  The recordedmarkup
 table that getAspect queries uses the actual recording starttime.

 Changing this to $this->recstartts fixes the problem.

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


More information about the mythtv-commits mailing list