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 library album list by filename? (Read 1277 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Sort library album list by filename?

Is it possible to modify this string to make the "track list" of each album sorted by filename and without showing the filename?

It is now sorted by tracknumber if present, if not by title. Now I want it to be sorted by filename ASC but not show the filename.

%<artist>%|%album%|[[%discnumber%.]%tracknumber%. ][%track artist% - ]%title%

after some fixing i solved it pretty well..

%<artist>%|%album%|$if(%tracknumber%,%tracknumber%,$cut(%filename%,2)).[%track artist% - ]%title%

thnx to me