![]() |
|
Only AlbumtArtist, ignore Artist - Printable Version +- MinimServer Forum (https://forum.minimserver.com) +-- Forum: MinimServer (/forumdisplay.php?fid=1) +--- Forum: Music Tagging (/forumdisplay.php?fid=9) +--- Thread: Only AlbumtArtist, ignore Artist (/showthread.php?tid=7005) |
Only AlbumtArtist, ignore Artist - ddetaey - 26-08-2023 12:49 Hello, I am trying an number of upnp music players (Jplay for Ios, Mconnect) in combination with Minimserver. Technically, everything is working fine, but I am runnin ginto the following: when I ripped my CD-collection, I have added metadata as complete as possible. I.e. I have an AlbumArtist for all my albums. But I have also at least one (and often more) artist for every album. As a result I am having far more Artists shown in my music player(s), than the actual number of albums. For me it is unworkable this way. Is there a way that I can exclude Artists for Artist sorting, and only having Albumartists taken into account? Based on the documentation, and input on other forums: This is how my indexTags line in configuration looks like: AlbumArtist, Date, Genre, Composer, *RecentAdded, *RecentPlayed, #AudioData, #AudioFormat and this os whow tagValue looks like: Artist.merge={AlbumArtist} However, this is not resolving my issue. Any recommendation if and how it can be done would be more than welcome. (sorry if this has already answered, nut I am a Minimserver newbie, and could not find an answer on this forum). Thanks in advance Dirk RE: Only AlbumtArtist, ignore Artist - simoncn - 26-08-2023 13:52 Try using Artist.replace instead of Artist.merge. This will cause your tagged Artist values to be ignored. RE: Only AlbumtArtist, ignore Artist - ddetaey - 26-08-2023 18:22 Great. Will definitely give this a try. Thanks. Dirk RE: Only AlbumtArtist, ignore Artist - ddetaey - 26-08-2023 18:32 Thanks very much simoncn This is exactly what I was looking for. Dirk RE: Only AlbumtArtist, ignore Artist - mminga - 17-09-2023 16:58 I do it in the following manner, it works IMHO better. I remove every AlbumArtist tag. I split the Artist tag. In the server properties I do not display the All Artist. Index Items: Code: Artist, Genre, Date, ... |