[mythtv-commits] Ticket #537: playbackbox doesn't observe "Newest recordings first" checkbox when sorting by original air date.

MythTV mythtv at cvs.mythtv.org
Thu Oct 27 23:02:23 EDT 2005


#537: playbackbox doesn't observe "Newest recordings first" checkbox when sorting
by original air date.
-------------------------------------+--------------------------------------
 Reporter:  gregturn at mindspring.com  |       Owner:  ijr
     Type:  defect                   |      Status:  new
 Priority:  minor                    |   Milestone:     
Component:  mythtv                   |     Version:     
 Severity:  medium                   |  -------------------------------------+--------------------------------------
 I was checking out the option in TV Settings->Playback about sorting by
 Original Airdate, and noticed that it was hardcoded to only sort one way.
 It didn't observe the checkbox that indicates "Newest Recording First"
 whether it was on or off.

 I have coded a patch to observe this checkbox by editing playbackbox.cpp.
 I created a copy of the original comp_originalAirdate and swapped the
 "return -1" and "return 1" statements. To clarify which method served
 which purpose, I renamed these two sort routines as
 comp_originalAirDateDesc and comp_originalAirDateAsc.

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/537>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list