![]() |
Artist and album artist - Printable Version +- MinimServer Forum (https://forum.minimserver.com) +-- Forum: MinimServer (/forumdisplay.php?fid=1) +--- Forum: Music Tagging (/forumdisplay.php?fid=9) +--- Thread: Artist and album artist (/showthread.php?tid=2893) |
Artist and album artist - Meffy - 26-01-2016 04:01 Hello Simon recently i realized when i tab "now palying" on bubbleupnp to see the metadata of a song the album artist does not displaying. I have tagged some albums with various artists with Mp3tag Example: Album= VA - soul music of 60's Artist=James Brown Album Artist= Various Artist But when i tab for medadata info it displays only the album and artist, not the albumartist (Various Artists). I have played around a bit with minimserver settings so i dont remember if i changed any settings by mistake. It used to display all the above in bubbleupnp before. I know in newer bubbleupnp versions this option has been disabled to display Artist AND albumartist IF those 2 are the same name because it is redundant as i heard but since this is not the case then it should be displayed on medadata. Any suggestion what seetings to change in minim property? Thanks in advance! Meffy RE: Artist and album artist - Meffy - 26-01-2016 05:45 Never mind Simon, i found it. I had the tagFormat= AlbumArtist.displayFormat={$artist} instead of AlbumArtist.displayFormat={$albumartist}. Solved! RE: Artist and album artist - simoncn - 26-01-2016 10:38 (26-01-2016 05:45)Meffy Wrote: Never mind Simon, i found it. I had the tagFormat= AlbumArtist.displayFormat={$artist} instead of AlbumArtist.displayFormat={$albumartist}. FYI, you don't need this setting as it is the default if nothing is specified. RE: Artist and album artist - Meffy - 26-01-2016 14:50 (26-01-2016 10:38)simoncn Wrote:(26-01-2016 05:45)Meffy Wrote: Never mind Simon, i found it. I had the tagFormat= AlbumArtist.displayFormat={$artist} instead of AlbumArtist.displayFormat={$albumartist}. I've must have specified it by mistake. Thank you for your reply anyway ![]() |