[mythtv-commits] Ticket #6032: Add Flag for HD resolutions in videoprops, display resolution in Watch Recordings

MythTV mythtv at cvs.mythtv.org
Mon Dec 29 03:07:26 UTC 2008


#6032: Add Flag for HD resolutions in videoprops, display resolution in Watch
Recordings
---------------------------------------+------------------------------------
 Reporter:  robert.mcnamara at gmail.com  |       Owner:  ijr    
     Type:  enhancement                |      Status:  new    
 Priority:  minor                      |   Milestone:  unknown
Component:  mythtv                     |     Version:  head   
 Severity:  low                        |     Mlocked:  0      
---------------------------------------+------------------------------------
 This set of patches adds two new videoprops, VID_720 and VID_1080 to
 programinfo.  It also adds two new programinfo functions, GetHeight and
 SetVidpropHeight.  GetHeight gets the program's vertical resolution from
 recordedmarkup.  SetVidPropHeight matches the supplied height to
 conditions (700-800 = 720p, 1000-1100 = 1080i/p) and turns on the flag for
 720p/1080ip material.  tv_rec.cpp is patched to set the flags at the end
 of a recording.  I've patched the Watch Recordings screen in all themes to
 use this information.    The end result is something like this:

 http://www.fecitfacta.com/hdicons.png
 http://www.fecitfacta.com/hdicons2.png

 Everything should work fine at the moment, will probably update the
 GetHeight SQL query slightly in the next day or two to account for
 channels that might change resolution mid-stream.

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


More information about the mythtv-commits mailing list