MinimServer Forum

Full Version: ALBUMARTIST excluded and still evaluated
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
(26-10-2014 23:40)Hafer Wrote: [ -> ]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

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
(27-10-2014 00:37)simoncn Wrote: [ -> ]To completely eliminate AlbumArtist processing, you can set the aliasTags property to:

AlbumArtist:nil

Works great! Thanks a lot,
Hafer
Reference URL's