Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Display Albums as [Album Name] [Artist]
17-08-2013, 17:10
Post: #6
RE: Display Albums as [Album Name] [Artist]
(17-08-2013 10:57)simoncn Wrote:  
(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.

Excellent, many thanks again for your help.
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] - markhp - 17-08-2013 17:10

Forum Jump:


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