Post Reply 
problems with Artist.displayFormat
28-02-2022, 18:30 (This post was last modified: 28-02-2022 18:42 by simbun.)
Post: #2
RE: problems with Artist.displayFormat
(28-02-2022 17:27)Alhifi Wrote:  I still use Roku Soundbridges and want to show the complete artist+composer while playing a title, therefor I have defined an displayFormat for Artist, which looks like the following:

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

(I also tried Artist.displayFormat={$artist$composer^^^_} )

If the file did not have a composer tag, the artist ist displayed, which might be correct, if the file has an artist and a composer tag, only the composer is shown and not the combination.

Simple question: Why?

Have you actually stored 'Feat. ' in the composer tag?
Your first displayFormat would just add a _ before the concatenation of the artist and composer tags, which I assume is not what you want, but I did try:
Code:
Artist.displayFormat={$artist$composer^^^ Feat. }

And in BubbleUPnP it works (also works with _).

Have you tried looking at the presentation in another control point?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: problems with Artist.displayFormat - simbun - 28-02-2022 18:30

Forum Jump:


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