Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Displaying "conductor" in artist display
04-10-2016, 15:15
Post: #1
Displaying "conductor" in artist display
Hi Simon,
I currently have my artist display set as follows:
Artist.displayFormat={$artist$composer$soloists$orchestra$conductor^^^; }

Is there a way I can have the word "conductor" with a separating comma after the conductor name, e.g. "Neville Marriner, conductor"?

Thanks as always for the best server.
Find all posts by this user
Quote this message in a reply
04-10-2016, 17:20 (This post was last modified: 04-10-2016 17:34 by simoncn.)
Post: #2
RE: Displaying "conductor" in artist display
You can set this as the suffix for $conductor. This means you need a separate format item for $conductor, as follows:
Artist.displayFormat={$artist$composer$soloists$orchestra^^^; $conductor^; ^, conductor^; }

This should do what you want as long as there is only one conductor.

Edit: To handle multiple conductors, you can do this:

Artist.displayFormat={$artist$composer$soloists$orchestra^^^; $conductor^; ^, conductor^, conductor; }
Find all posts by this user
Quote this message in a reply
04-10-2016, 17:26
Post: #3
RE: Displaying "conductor" in artist display
Great, thank you.
Find all posts by this user
Quote this message in a reply
04-10-2016, 17:35
Post: #4
RE: Displaying "conductor" in artist display
To handle multiple conductors, you can do this:

Artist.displayFormat={$artist$composer$soloists$orchestra^^^; $conductor^; ^, conductor^, conductor; }
Find all posts by this user
Quote this message in a reply
04-10-2016, 18:49
Post: #5
RE: Displaying "conductor" in artist display
Thanks Simon, perfect.
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


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