CODE
%last_played% DURING LAST 1 DAYS SORT DESCENDING BY %last_played%
When I type this query a couple of tracks are returned correct, but when I create an auto playlist it is empty, when I create a normal playlist it is filled with the right tracks, but not sorted the way I like.
Edit: The auto playlist is correct (=empty), because the query is probably wrongly formed, and normal playlist just shows the content for the previous correct formed query.
When I use the query without the sort option, so
CODE
%last_played% DURING LAST 1 DAYS
auto playlist and the normal playlist are correct.
Am I sorting wrong? <sort-pattern> isn't really specified in "SORT DESCENDING BY <sort-pattern>"