I&#39;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>    {   &quot;By Title&quot;,<br>        &quot;title&quot;,<br>        &quot;SELECT title as id, &quot;<br>          &quot;title as name, &quot;<br>          &quot;count( title ) as children &quot;<br>            &quot;FROM recorded &quot;<br>

            &quot;%1 &quot;<br>            &quot;GROUP BY title &quot;<br>            &quot;ORDER BY title, starttime DESC&quot;,<br>        &quot;WHERE title=:KEY&quot; },<br><br>