Post Reply 
tagFormat for Artist and Title
21-06-2014, 18:12
Post: #1
tagFormat for Artist and Title
Hi,
How can I combine

Artist.displayFormat={$composer$artist^^^ / }

with

Title.displayFormat={$title^$date^ [^]}

in the tagFormat property?
Find all posts by this user
Quote this message in a reply
21-06-2014, 18:22
Post: #2
RE: tagFormat for Artist and Title
(21-06-2014 18:12)AdamWysokinski Wrote:  Hi,
How can I combine

Artist.displayFormat={$composer$artist^^^ / }

with

Title.displayFormat={$title^$date^ [^]}

in the tagFormat property?

Hi, according to the user guide, the tagFormat property accepts a comma-separated list of custom format settings. So, by using
Code:
Artist.displayFormat={$composer$artist^^^ / }, Title.displayFormat={$title^$date^ [^]}
you should be fine.
Find all posts by this user
Quote this message in a reply
21-06-2014, 18:29
Post: #3
RE: tagFormat for Artist and Title
Thanks.
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


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