[mythtv-users] UPnP sorting on PS3

Craig Fry craigfry at gmail.com
Mon Sep 20 19:23:26 UTC 2010


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:

    {   "By Title",
        "title",
        "SELECT title as id, "
          "title as name, "
          "count( title ) as children "
            "FROM recorded "
            "%1 "
            "GROUP BY title "
            "ORDER BY title, starttime DESC",
        "WHERE title=:KEY" },
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mythtv.org/pipermail/mythtv-users/attachments/20100920/ad1bbf5c/attachment.htm>


More information about the mythtv-users mailing list