[mythtv-commits] Ticket #9486: MythArchive 0.24-fixes: Sorting broken in 'Select Recordings'

MythTV noreply at mythtv.org
Wed Apr 6 17:47:19 UTC 2011


#9486: MythArchive 0.24-fixes:  Sorting broken in 'Select Recordings'
----------------------------------+----------------------------
 Reporter:  J.Pilk@…              |          Owner:
     Type:  Bug Report            |         Status:  closed
 Priority:  minor                 |      Milestone:  0.25
Component:  Plugin - MythArchive  |        Version:  0.24-fixes
 Severity:  medium                |     Resolution:  Fixed
 Keywords:                        |  Ticket locked:  0
----------------------------------+----------------------------
Changes (by mdean):

 * status:  new => closed
 * resolution:   => Fixed
 * component:  MythTV - General => Plugin - MythArchive
 * milestone:  unknown => 0.25


Comment:

 Fixed by 8992b86d8 and e965e4bab (in unstable/development/master only
 after Mar 5, 2011).  Thanks to Paul H. for noticing.

 In e965e4bab:

 Rework the QUERY_RECORDINGS sort.

 Modify QUERY_RECORDINGS to allow retrieving sorted or unsorted lists.
 The argument may be one of Recording (for in-progress recordings only,
 unsorted), or Unsorted, Ascending, or Descending (where the latter 3
 request all recordings and specify sort order, based on starttime).
 This allows code that needs to sort the recording list itself, like the
 PlaybackBox code, to request and unsorted list, while still allowing
 bindings and MythXML users to get sorted lists.

 Change includes a binary version change, so plugin rebuild is required.
 Also includes a protocol version change, so all clients--frontends,
 backends, MythWeb--need updating.

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/9486#comment:1>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list