RE: Album artist, Artist and Composer display on control point metadata
(06-11-2020 16:58)Meffy Wrote: (05-11-2020 18:42)haggis999 Wrote: I'm pleased to hear that the tagFormat setting fixed your problem. It's a very useful facility, thanks to Simon's clever programming skills.
"""thanks to Simon's clever programming skills.""
I second that.
By the way haggis999, as i said, i'm alömost there with my settings. What i'm trying to achieve with even more satisfiable to my liking is that, next to artist now, dispalys even the album artist. I send a screenshot
What i want now is to get rid of the "album artist (Various Artists)" next to artist.
I would like to be displayed as such:
Artist = Manfred Mann (without the / Various Artists)
Album Artist = Various Artists
Composer = Screamin' Jay Hawkins
Could you or Simon guide me what i should do to achieve what i have described above? What settings i should change or add?
Here are my settings if this could be to any help help somehow:
alphaGroup = Artist
contentDir = {/volume3/Disk 3_Music/Music}{/volume3/Disk 3_Music/Spellista}{/volume3/Disk 3_Music/Radio Channels}
displayName = MinimServer
indexTags = Artist, AlbumArtist:Album Artist, All Artists:Alla Artister,Album, TotalTracks:Alla Spår, Date:Datum, Genre, Composer:Kompositör, Decade:Decennium, #AudioData:Ljud Information, #AudioChannels:Ljud Kanaler, #AudioFormat:Ljud Format, #AudioQuality:Ljud Kvalitet, #AudioDuration: Ljud Varagtighet, Grouping:DiscSubtitle, Recent:Nyligen, Rating:Klassificering, Organization, Publisher:Utgivare, Label, Conductor:Dirigent
itemTags = Orchestra,ArtistSort, TrackTotal,TrackNumber, ConductorSort, Title, Comment, AlbumArtistSort
listViewAlbums = 9999
serverOptions = mimeType.dsf=audio/x-dsd
showExtras = false
stream.transcode = flac:wav24;192
tagFormat = Title.displayFormat={$title^$date^ [^]}, Album.displayFormat={$album^$Discsubtitle^ - ^$Date^ (^)$#AudioQuality^ [^]},Album.displayFormat={$album^$#AudioQuality^ [^] ^$#AudioData^ [^]},title.displayFormat={$tracknumber^^/$tracktotal^^: $title$#AudioDuration^$date^ [^]}, Artist.displayFormat={$artist^^ / $albumartist}
tagOptions = Album.sortTags={Album, Artist}, all.ignore.sort={The, THE, the},
tagValue = Artist.Value.Sort={ArtistSort}
Thanks in advance.
Regards
Meffy
Remove
Artist.displayFormat={$artist^^ / $albumartist}
from tagFormat
Nb - your tagFormat has multiple entries for Title.displayFormat and Album.displayFormat. Only the last entries are actioned .
To prevent any future confusion, I would suggest removing the first instances.
|