[mythtv-commits] Ticket #1678: mythvideo sorting is case-sensitive

MythTV mythtv at cvs.mythtv.org
Fri Apr 21 00:19:38 UTC 2006


#1678: mythvideo sorting is case-sensitive
-------------------------------+--------------------------------------------
 Reporter:  thomas at boerkel.de  |        Owner:  awithers
     Type:  patch              |       Status:  new     
 Priority:  minor              |    Milestone:          
Component:  mythvideo          |      Version:  0.19    
 Severity:  low                |   Resolution:          
-------------------------------+--------------------------------------------
Comment (by gnassas at mac.com):

 Some observations on this patch and ticket.

 First, respecting case during sorting is desirable behaviour. If a change
 must be made it should be to respect case everywhere.

 Second, the sorting order is different because video manager uses sql
 sorting and the other views use a map. This patch doesn't touch the sql
 sort so as long as there are two ordering techniques there will be
 mismatched lists. Presumably that's the original poster's real complaint.

 Third, in #1569 I have to do some key manipulation to get folder view to
 work. The code reorg introduced here makes it complicated to apply that
 patch. I ask that the earlier ticket be applied first.

 I like the idea of the sorting class so I'm going to poach it for #1569.
 If this ticket were to be deemed still be necessary after that it should
 focus on harmonizing the scan for videos between video manager and the
 other views.

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


More information about the mythtv-commits mailing list