Post Reply 
Display Albums as [Album Name] [Artist]
17-08-2013, 10:57
Post: #5
RE: Display Albums as [Album Name] [Artist]
(17-08-2013 10:32)winxi Wrote:  You can do this by adding

Code:
Album.displayFormat={$album^^ - ^$albumartist}

to the tagFormat property. Please note that for this to work, you must have 'AlbumArtist' either in indexTags or in itemTags.

A slightly better option would be:

Album.displayFormat={$album^$albumartist^ - }

This uses the string ' - ' as a prefix for $albumartist instead of as a suffix for $album. This means that any albums that don't have an AlbumArtist tag will be displayed without appending a ' - ' string.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Display Albums as [Album Name] [Artist] - simoncn - 17-08-2013 10:57

Forum Jump:


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