![]() |
|
artist name not displayed on Lumin app - Printable Version +- MinimServer Forum (https://forum.minimserver.com) +-- Forum: MinimServer (/forumdisplay.php?fid=1) +--- Forum: Music Tagging (/forumdisplay.php?fid=9) +--- Thread: artist name not displayed on Lumin app (/showthread.php?tid=3682) |
artist name not displayed on Lumin app - maikeru - 01-12-2016 05:49 Hello Simon, I've been using MinimServer for sometime, everything has been smooth for months but recently I noticed that on my control point - the Lumin app - it no longer displays the artist name when (1) drilling down into an individual album, on the track-by-track listings, nor (2) on the top left 'now playing' section. In both cases, it now double-lists the album name, whereas before it was showing the album name, then artist. I only noticed this recently when playing a compilation album. Now, I realize this might be my never noticing the glitch (although I could swear this is not the case), or a Lumin firmware update issue (perhaps), but I would very much appreciate your checking my MinimServer settings to see if I've somehow obliterated the artist display. [server] indexTags: Artist, Decade, Genre, #AudioData:kHz & bit, #AudioQuality:Format itemTags: Date, Composer tagOptions: Album.sortTags={+Date, Artist, Album}, Decade.decade.index tagValue: Decade.default={Date} [advanced] tagCustom: AlbumArtist.displayRole={artist}, Composer.displayRole={artist} tagFormat: Artist.displayFormat={$album^$#AudioQuality^[^]} Many thanks for the continued support, maikeru RE: artist name not displayed on Lumin app - simoncn - 01-12-2016 17:31 The problem is this setting: tagFormat: Artist.displayFormat={$album^$#AudioQuality^[^]} RE: artist name not displayed on Lumin app - maikeru - 02-12-2016 06:48 (01-12-2016 17:31)simoncn Wrote: The problem is this setting: Ah...in retrospect that is fairly obvious ;-). I changed it to: Album.displayFormat={$album^$#AudioQuality^[^]} and all is well. Thanks again Simon. |