![]() |
|
Windows Media Player - Multiple Artists - Printable Version +- MinimServer Forum (https://forum.minimserver.com) +-- Forum: MinimServer (/forumdisplay.php?fid=1) +--- Forum: Support (/forumdisplay.php?fid=4) +--- Thread: Windows Media Player - Multiple Artists (/showthread.php?tid=7231) |
RE: Windows Media Player - Multiple Artists - simoncn - 19-05-2024 21:38 You are missing this setting: tagFormat = Artist.displayFormat={} RE: Windows Media Player - Multiple Artists - CyberWilhelm - 19-05-2024 21:39 Okay, I have done some more testing and found a solution that I think will work for me. This is the current config that I'm using, which is the one you posted earlier that was very very close for me: Code: itemTags = Performer, MainArtistThe equivalent that I'd need from MinimServer's configuration scripting would be: If the track doesn't have an AlbumArtist (or perhaps MainArtist in this case), default to the first artist packed into the Artist tag, not all of the artists packed into the Artist tag. So, I think I can totally go back and update my library to have an AlbumArtist tag in the above scenario - it's not that many, and it's probably a more accurate way to have them tagged. But if there is some way to script that into MinimServer's parsing, it would be good to know about ![]() Thank you for all your help! RE: Windows Media Player - Multiple Artists - simoncn - 19-05-2024 21:44 Please read post #21. This is simpler and better. RE: Windows Media Player - Multiple Artists - CyberWilhelm - 26-05-2024 20:42 Whoops, thanks for pointing out what I missed. That works perfectly now, thanks! |