![]() |
|
Performer W/Instruments Sort - Printable Version +- MinimServer Forum (https://forum.minimserver.com) +-- Forum: MinimServer (/forumdisplay.php?fid=1) +--- Forum: Music Tagging (/forumdisplay.php?fid=9) +--- Thread: Performer W/Instruments Sort (/showthread.php?tid=7679) |
Performer W/Instruments Sort - aspaceintime - 23-11-2025 15:04 I have been updating tags in my library. I want to be able to sort the Performer tag alphabetically. I have included my current setup in the attached files. My Performer:Perform W Instruments index is what I'd like sorted by last name. I can get a partial result using the performer_name_sort: Performer Sort (A-Z) index, which sorts performers by last name, but I lose the instruments. Is it possible to sort by last name & include the instruments? Any help would be great. Thanks [attachment=3473] [attachment=3472] [attachment=3474] INDEX: INDEX TAGS: AlbumArtistSort: Album Artist (A-Z), Performer: Performer W/Instruments, performer_name_sort: Performer Sort (A-Z), Date, Location, Genre, #audioformat, #audioquality ITEM TAGS: Album, AlbumArtist TAG OPTIONS: Date.yearOnly.index.sort, -Date.yearOnly.index.sort, AlbumArtistSort.ignore.sort={THE, The, the}, Album.sortTags={AlbumArtistSort, Artist, Album, Location} TAG FORMAT: performer_name_sort.indexFormat={$performer_name_sort^^}, Title.displayFormat={$Title^^ - ^ $location^< ^ >, $#audioquality^(^), $#audioformat^|^|}, Album.displayFormat={$AlbumArtist^^; ^ $album^^, ^ $location^< ^ >, $#audioquality}, RE: Performer W/Instruments Sort - simbun - 24-11-2025 10:32 (23-11-2025 15:04)aspaceintime Wrote: I want to be able to sort the Performer tag alphabetically. I have included my current setup in the attached files. If you're looking to sort performer by performer_name_sort have you tried: Code: tagValue: performer.value.sort={performer_name_sort}RE: Performer W/Instruments Sort - aspaceintime - 16-12-2025 14:34 (24-11-2025 10:32)simbun Wrote:(23-11-2025 15:04)aspaceintime Wrote: I want to be able to sort the Performer tag alphabetically. I have included my current setup in the attached files. I have determined the issue and made the correct tweak. Thanks for your info... |