I tried using the queries with SORT BY and SORT DESCENDING BY in album list, but i keep getting a "sort operations not available in this context" error.
For example, this query which works with Media Library Search, displays the error with album list:
CODE
%play_count% GREATER 25 SORT DESCENDING BY %play_count%
Neither does this one:
CODE
%play_count% PRESENT SORT DESCENDING BY %play_count%
OR this one:
CODE
%album% MISSING SORT DESCENDING BY %artist%
Can someone else reproduce these errors?