Post Reply 
How to use ComposerSort INSTEAD of Composer
16-03-2017, 13:42 (This post was last modified: 16-03-2017 13:43 by simoncn.)
Post: #4
RE: How to use ComposerSort INSTEAD of Composer
There isn't really a distinction between logical and physical names. MinimServer treats all tags internally as name=value pairs. For ID3v2 and iTunes tagging, ID3v2 frames and iTunes atoms are mapped to name=value format as described in the Tag mappings section of the User guide. For FLAC/Vorbis tagging, all name/value pairs are used exactly "as is". ID3v2 and iTunes mapping happens before aliasing is applied, so aliasing always takes a list of name=value pairs as input and produces another list of name=value pairs as output.

With the settings

ComposerSort:Composer, Composer:nil

the input

COMPOSERSORT=Bruckner, Anton
COMPOSER=Anton Bruckner

is converted to

COMPOSER=Bruckner, Anton
NIL=Anton Bruckner

The NIL tag is then ignored because it isn't in the indexTags or itemTags list.

To use the ComposerSort tag as the sort value only, see the description in this section. In this case, you should not have any aliasTags settings.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: How to use ComposerSort INSTEAD of Composer - simoncn - 16-03-2017 13:42

Forum Jump:


User(s) browsing this thread: 1 Guest(s)