![]() |
ALBUMARTIST excluded and still evaluated - Printable Version +- MinimServer Forum (https://forum.minimserver.com) +-- Forum: MinimServer (/forumdisplay.php?fid=1) +--- Forum: Music Tagging (/forumdisplay.php?fid=9) +--- Thread: ALBUMARTIST excluded and still evaluated (/showthread.php?tid=1936) |
ALBUMARTIST excluded and still evaluated - Hafer - 26-10-2014 23:40 I set the indexTags property to Quote:Genre, Composer, CONTENTGROUP:Composition, Conductor, Orchestra, Soloists, Artist and therefore intentionally excluded AlbumArtist. The itemTags property doesn't contain anything. Nevertheless I get warnings in the log like Quote:Warning: conflicting ALBUMARTIST values ignored for album Why? Thx, Hafer RE: ALBUMARTIST excluded and still evaluated - simoncn - 27-10-2014 00:37 (26-10-2014 23:40)Hafer Wrote: I set the indexTags property to MinimServer always reads AlbumArtist tags if they are present. You are getting this message because MinimServer doesn't allow an album to have multiple values for AlbumArtist. To completely eliminate AlbumArtist processing, you can set the aliasTags property to: AlbumArtist:nil RE: ALBUMARTIST excluded and still evaluated - Hafer - 01-11-2014 17:09 (27-10-2014 00:37)simoncn Wrote: To completely eliminate AlbumArtist processing, you can set the aliasTags property to: Works great! Thanks a lot, Hafer |