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: Sort by reverse chronological order in Album List? (Read 5248 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Sort by reverse chronological order in Album List?

Fairly new to Foobar, I've been working on some filtering stuff for Album List, I want to list Artist>Album (by year, most recent at top)> Track, etc. Does anyone know a command for %date% to list in reverse? Here's the string I have now: $swapprefix(%artist%)|%date% %album%|%tracknumber%. %title%

Sort by reverse chronological order in Album List?

Reply #1
Not possible.

Sort by reverse chronological order in Album List?

Reply #2
Try using $sub(9999,%date%) instead of %date%

Sort by reverse chronological order in Album List?

Reply #3
Temporarily switching sort order like you can when clicking column headers in the playlist isn't possible.

You can permanently change it by changing the pattern. I'd use
Code: [Select]
$sub(9999,$left(%date%,4))

to be safe
elevatorladylevitateme

Sort by reverse chronological order in Album List?

Reply #4
And since we are revisiting the exact same question as a couple of weeks ago, you might as well have another solution.
Use foo_facets as your media browser with one of the facets set to year and click on the column to reverse.

terry