I've been trying to get the sorting to work by startdate on the PS3 for some time. Today I downloaded the source and tried to modify the upnpcdstv.cpp to change the sort order. No matter what I do, it continues to sort the same way. Any thoughts on what I may be doing wrong? Here is a sample:<br>
<br> { "By Title",<br> "title",<br> "SELECT title as id, "<br> "title as name, "<br> "count( title ) as children "<br> "FROM recorded "<br>
"%1 "<br> "GROUP BY title "<br> "ORDER BY title, starttime DESC",<br> "WHERE title=:KEY" },<br><br>