[mythtv-commits] Re: Ticket #620: Search list/movies ordered by title hides that a movie will be recorded

MythTV mythtv at cvs.mythtv.org
Wed Nov 9 17:19:50 EST 2005


#620: Search list/movies ordered by title hides that a movie will be recorded
-------------------------------+--------------------------------------------
 Reporter:  mythtv at hburch.com  |        Owner:  bjm 
     Type:  enhancement        |       Status:  new 
 Priority:  minor              |    Milestone:  0.19
Component:  mythtv             |      Version:      
 Severity:  medium             |   Resolution:      
-------------------------------+--------------------------------------------
Changes (by bjm):

  * milestone:  => 0.19
  * owner:  ijr => bjm
  * type:  defect => enhancement

Comment:

 The query uses GROUP BY and returns one match for each title which ought
 to be the first starttime and may not be the item marked rsWillRecord.
 However,
 the GROUP BY doesn't necessarily return the earliest starttime in all
 cases. I've been meaning to change this to get all matches then trimming
 to the earliest times in memory. Preferring rsWillRecord regardless of the
 starttime is a great idea.

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


More information about the mythtv-commits mailing list