[mythtv-commits] Ticket #6187: REQ: Status page to show minimum and maximum endtimes in program table

MythTV mythtv at cvs.mythtv.org
Wed Jan 28 11:45:34 UTC 2009


#6187: REQ: Status page to show minimum and maximum endtimes in program table
----------------------------------------------------+-----------------------
 Reporter:  Jonathan Martens <jonathan at snetram.nl>  |        Owner:  ijr    
     Type:  enhancement                             |       Status:  new    
 Priority:  minor                                   |    Milestone:  unknown
Component:  MythTV - General                        |      Version:         
 Severity:  medium                                  |   Resolution:         
  Mlocked:  0                                       |  
----------------------------------------------------+-----------------------

Comment(by Jonathan Martens <jonathan at snetram.nl>):

 Oops it seems the formatting of Trac is a little different in preview and
 actual view which makes the resultset not very readable, perhaps this is
 better:

 mysql> SELECT MIN(t1.per_chanid_endtime) min_endtime,
 MAX(t1.per_chanid_endtime) max_endtime FROM ( SELECT chanid, MAX(endtime)
 per_chanid_endtime FROM program WHERE manualid=0 GROUP BY chanid) as t1\G
 *************************** 1. row ***************************
 min_endtime: 2009-01-31 00:10:00
 max_endtime: 2009-02-12 09:00:00
 1 row in set (0.00 sec)

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/6187#comment:1>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list