MinimServer Forum
Conductor - Printable Version

+- MinimServer Forum (https://forum.minimserver.com)
+-- Forum: MinimServer (/forumdisplay.php?fid=1)
+--- Forum: General (/forumdisplay.php?fid=2)
+--- Thread: Conductor (/showthread.php?tid=2677)



Conductor - Meffy - 06-10-2015 12:10

Hello Simon, is there a way to implement the feature of conductor value to be send to controll point (bubbleupnp) so it can be displayed on "show metadata?" I have test play some songs the same library as minimserver but with foobar2000 library and i see on bubbleupnp "show metadata" that conductor was displayed as well.

Regards Meffy!


RE: Conductor - simoncn - 06-10-2015 14:17

(06-10-2015 12:10)Meffy Wrote:  Hello Simon, is there a way to implement the feature of conductor value to be send to controll point (bubbleupnp) so it can be displayed on "show metadata?" I have test play some songs the same library as minimserver but with foobar2000 library and i see on bubbleupnp "show metadata" that conductor was displayed as well.

Regards Meffy!

To do this, add ", Conductor.displayRole={artist}" at the end of the tagCustom property value and restart MinimServer.


RE: Conductor - Meffy - 06-10-2015 16:10

(06-10-2015 14:17)simoncn Wrote:  
(06-10-2015 12:10)Meffy Wrote:  Hello Simon, is there a way to implement the feature of conductor value to be send to controll point (bubbleupnp) so it can be displayed on "show metadata?" I have test play some songs the same library as minimserver but with foobar2000 library and i see on bubbleupnp "show metadata" that conductor was displayed as well.

Regards Meffy!

To do this, add ", Conductor.displayRole={artist}" at the end of the tagCustom property value and restart MinimServer.

Thanks for your reply Simon. Idd this worked, now it shows up on "show metadata", but... at the same time it shows up together with the artist. How do i avoid that.I want conductor to show up as conductor and the artist as the artist.

e.g.
Before: Artist = Agnetha Fältskog
Composer = Florrie Palmer, Tony Ashton
No conductor
Now: Artist = Agnetha Fältskog, Mike Chapman
Composer = Florrie Palmer, Tony Ashton
Conductor = Mike Chapman.

What i am trying to achieve is:
Artist = Agnetha Fältskog
Composer = Florrie Palmer, Tony Ashton
Conductor = Mike Chapman.

What is the correct command to add in the tagCustom property value?

Thank you!
Meffy


RE: Conductor - simoncn - 06-10-2015 17:09

I am not seeing this problem. The conductor name is shown under Conductor and doesn't appear under Artist.

What is your setting for Artist.displayFormat? If you have this set to $artist$conductor, this would cause the problem you are seeing.

I am running BubbleUPnP version 2.3.2. Which version are you running?


RE: Conductor - Meffy - 06-10-2015 17:46

(06-10-2015 17:09)simoncn Wrote:  What is your setting for Artist.displayFormat? If you have this set to $artist$conductor, this would cause the problem you are seeing.

Thank you Simon, that was it. I had Artist.displayFormat{$orchestra$conductor$artist^^}, after i deleted $conductor works perfect.

Thanks.
Regards Meffy