SUMMARY When I have dolphin sort audio files by "Artist", it instead sorts them by album artist. STEPS TO REPRODUCE 1. Put 3 audio files in an empty directory. Be sure to use files with 3 different artist names. 2. On the file that has the artist name that should sort in the middle, edit the "Album Artist" tag to say "ZZZ" but leave the "Artist" tag alone. 3. Tell dolphin to sort audio by artist. OBSERVED RESULT The edited file will sort first or last, depending on sort order. EXPECTED RESULT The edited file should sort to the middle. SOFTWARE/OS VERSIONS Arch Linux Linux/KDE Plasma: X11 KDE Plasma Version: 6.4.4 KDE Frameworks Version: 6.17.0 Qt Version: 6.9.1 ADDITIONAL INFORMATION This is a huge problem because multiple artist albums (e.g. compilations, large shows, soundtracks, etc) are often labeled as "Various Artists" in the "Album Artist" field. If one wants to sort by "Album Artist" instead, that should be an appropriately named additional option. Also, in English, sorting ascending order should be A-Z and descending order should be Z-A. Artist sorting order is backwards.
I'm not able to immediately reproduce this in git-master, following those steps. The way I sorted by Artist was to click on the Artist column. Is that what you're doing, or something else?
I am sorting it with the right click context menu in Icon View mode (no columns). Since filing this bug, Arch pushed out a KDE update which brought my Dolphin to version 25.0.8.0 and the behavior in this version seems to be much better. All of my tests now seem to be put in artist order except for one. In one of my folders, Santo & Johnny sorts to the end of the folder (after ZZ Top) for some inexplicable reason. Other than that, they all seem to be sorting correctly now. At least now, I can do rapid file sorts and group artists quickly, even if one or two odd ducks randomly sort to the end of the folder. This update also seems to have fixed the ascending/descending order issue.
After more testing, the Santo & Johnny file was sorting last no matter what Audio tag it was sorted by. It turns out that it had a blank APE tag attached to the end of the file. I copied the information from the ID3v2 tag into the APE tag, and it started sorting correctly. I'll count this bug as fixed.
Great to hear! Thanks for letting us know.