Post Reply 
Identifying performers on an album
13-06-2020, 09:30
Post: #4
RE: Identifying performers on an album
To make this show up in a consistent way on different control points, you need to add performer information to one of the standard display tags such as Title, Album, Artist or AlbumArtist. You can do this by using the tagFormat property.

To add performer information to track titles, add this to tagFormat:

Title.displayFormat={$title^$performer^; }

To add performer information to album titles, add this to tagFormat:

Album.displayFormat={$album^$performer^; }

To add performer information to artist names, add this to tagFormat:

Artist.displayFormat={$artist^$performer^; }

To add performer information to album artist names, add this to tagFormat:

AlbumArtist.displayFormat={$albumartist^$performer^; }

You might need to experiment with different combinations of these to find out which works best with your control points. If you put more than one of these settings in tagFormat, you need to separate them with commas.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Identifying performers on an album - simoncn - 13-06-2020 09:30

Forum Jump:


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