Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: [no bug] Foobar 0.9.5.3 / Album List 4.2.2 Sort By Bug (Read 3669 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[no bug] Foobar 0.9.5.3 / Album List 4.2.2 Sort By Bug

Hi,

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: [Select]
%play_count% GREATER 25 SORT DESCENDING BY %play_count%


Neither does this one:
Code: [Select]
%play_count% PRESENT SORT DESCENDING BY %play_count%


OR this one:
Code: [Select]
%album% MISSING SORT DESCENDING BY %artist%



Can someone else reproduce these errors?

[no bug] Foobar 0.9.5.3 / Album List 4.2.2 Sort By Bug

Reply #1
Try this:

SORT BY <%blahblah%>

instead of:

SORT BY %blahblah%

[no bug] Foobar 0.9.5.3 / Album List 4.2.2 Sort By Bug

Reply #2
Quote
"sort operations not available in this context"

Intended, no bug.