Post Reply 
Adding setting for description display
02-11-2020, 21:37 (This post was last modified: 02-11-2020 21:56 by Meffy.)
Post: #11
RE: Adding setting for description display
(02-11-2020 21:31)Meffy Wrote:  
(02-11-2020 21:24)Meffy Wrote:  
(02-11-2020 21:01)simoncn Wrote:  This depends on where you want to add this information and how you want it formatted. If you can say exactly what you want, I can suggest what tagFormat setting to use.

Giving an example of what you want to see for one specific track is probably the best way to do this. For example, you can post a screenshot of what you are seeing now and say where and how you want the composer and album artist information to appear.

I'm sending you screenshot Simon.
It's from Various artist Album. I have taged each song with the composer, with Mp3tag, and what i want to see on my control point (BubbleUpnP), as i could see before, is to be able to see the composer and Album Artist to be displayed when i tab the "now playing" song

What i would like to see as the screenshot shows, is to be able to see the AlbumArtist also (in this case "Various Artists") and the composer too >> (Screamin' Jay Hawkins). As i mentioned, i taged the song with Mp3tag,
Find all posts by this user
Quote this message in a reply
02-11-2020, 21:56
Post: #12
RE: Adding setting for description display
Thanks, this is helpful. The second screenshot shows the title, artist and album. You need to add the extra information somewhere in these fields. Do you want to add the album artist to the title or the artist or the album? Do you want to add the composer to the title or the artist or the album?

Please also post your existing complete setting for the tagFormat property.
Find all posts by this user
Quote this message in a reply
02-11-2020, 22:09 (This post was last modified: 02-11-2020 22:21 by Meffy.)
Post: #13
RE: Adding setting for description display
(02-11-2020 21:56)simoncn Wrote:  Thanks, this is helpful. The second screenshot shows the title, artist and album. You need to add the extra information somewhere in these fields. Do you want to add the album artist to the title or the artist or the album? Do you want to add the composer to the title or the artist or the album?

Please also post your existing complete setting for the tagFormat property.

Hello Simon, and thanks once again for your quick reply.
What i would like to see as the FIRST screenshot is as it shows, plus the Album Artist (Various Artists) and the composer. It should look something like this>>

Album
Artist
Track
Publisher
Duration
Year
Genre
Desc.
and i would that it displays on the list aslo This..
Album Artist
Composer

Exactly as on the second screenshot, but plus the Album Artist and the composer


And here is my tagFormat property:
tagFormat=Title.displayFormat={$title^$date^ [^]}, Album.displayFormat={$album^$Discsubtitle^ - ^$Date^ (^)$#AudioQuality^ [^]},Album.displayFormat={$album^$#AudioQuality^ [^] ^$#AudioData^ [^]},title.displayFormat={$tracknumber^^/$tracktotal^^: $title$#AudioDuration^$date^ [^]}

Maybe you need that i send you itemTags property?

itemTags = Orchestra,ArtistSort, TrackTotal,TrackNumber, ConductorSort,Title, Comment,ComposerSort, AlbumArtistSort
Find all posts by this user
Quote this message in a reply
02-11-2020, 22:33
Post: #14
RE: Adding setting for description display
The first screenshot doesn't show fields for AlbumArtist and Composer. This means that either this track doesn't have AlbumArtist and Composer tags or there is a problem in your upnpCustom property setting that is preventing the control point from receiving this information.

Please check in Mp3tag and let me know whether this track has AlbumArtist and Composer tags. Please also post your upnpCustom setting.
Find all posts by this user
Quote this message in a reply
02-11-2020, 23:16 (This post was last modified: 02-11-2020 23:19 by Meffy.)
Post: #15
RE: Adding setting for description display
(02-11-2020 22:33)simoncn Wrote:  The first screenshot doesn't show fields for AlbumArtist and Composer. This means that either this track doesn't have AlbumArtist and Composer tags or there is a problem in your upnpCustom property setting that is preventing the control point from receiving this information.

Please check in Mp3tag and let me know whether this track has AlbumArtist and Composer tags. Please also post your upnpCustom setting.

Simon, i have checked in Mp3tag, and i know that there is tag for AlbumArtist (Various Artist) and tag for Composer (Screamin' Jay Hawkins), i tagged them myself. And this is what i want to accomplish, to add them in the field as it shows the first screenshot, together with the rest e.g:
Album
Artist
Track
Publisher
Duration
Year
Genre
Desc.
In this case, what command should i add in upnpCustom?
This is my upnpCustom setting:
upnpCustom: roleTags={none}
Find all posts by this user
Quote this message in a reply
02-11-2020, 23:21 (This post was last modified: 02-11-2020 23:22 by Meffy.)
Post: #16
RE: Adding setting for description display
(02-11-2020 23:16)Meffy Wrote:  
(02-11-2020 22:33)simoncn Wrote:  The first screenshot doesn't show fields for AlbumArtist and Composer. This means that either this track doesn't have AlbumArtist and Composer tags or there is a problem in your upnpCustom property setting that is preventing the control point from receiving this information.

Please check in Mp3tag and let me know whether this track has AlbumArtist and Composer tags. Please also post your upnpCustom setting.

Simon, i have checked in Mp3tag, and i know that there is tag for AlbumArtist (Various Artist) and tag for Composer (Screamin' Jay Hawkins), i tagged them myself. And this is what i want to accomplish, to add them in the field as it shows the first screenshot, together with the rest e.g:
Album
Artist
Track
Publisher
Duration
Year
Genre
Desc.
In this case, what command should i add in upnpCustom?
This is my upnpCustom setting:
upnpCustom: roleTags={none}

I have sent you a screenshot of the song on Mp3Tag


Attached File(s) Thumbnail(s)
   
Find all posts by this user
Quote this message in a reply
02-11-2020, 23:31
Post: #17
RE: Adding setting for description display
Is it possible to break down the default line:

Artist.displayFormat={$artist$orchestra$conductor}

Into three:

Artist.displayFormat={$artist}
Orchestra.displayFormat={$orchestra}
Conductor.displayFormat={$conductor}
Find all posts by this user
Quote this message in a reply
02-11-2020, 23:38
Post: #18
RE: Adding setting for description display
Now i have removed the" roleTags={none}" from the upnpCustom, and the composer displays on that field on control point. But i can not see the "AlbumArtst = Various Artists"
Is there somewhere i need to add more settings in the property for this to display AlbumArtist too?
Find all posts by this user
Quote this message in a reply
03-11-2020, 00:37
Post: #19
RE: Adding setting for description display
@Meffy

Try the following tagFormat

tagFormat=Album.displayFormat={$album^$#AudioQuality^ [^] ^$#AudioData^ [^] $albumartist},title.displayFormat={$tracknumber^^/$tracktotal^^: $title$#AudioDuration^$date^ [^] $composer}

Nb - AlbumArtist and composer may have to be added to either indexTags or itemTags.
Find all posts by this user
Quote this message in a reply
03-11-2020, 10:58
Post: #20
RE: Adding setting for description display
What is you current setting for upnpCustom? It should be empty.

If the AlbumArtist is tagged and your upnpCustom setting is correct, the AlbumArtist should be shown in the first screenshot (list of metadata). No other settings in MinimServer are needed to make this happens. You might need to restart MinimServer and reload the MinimServer library into BubbleUPnP.

For the second screen (Now Playing), BubbleUPnP shows the Composer but does not show the AlbumArtist. The only way to show the AlbumArtist on this screen is to use tag formatting to add it to one of the fields that is shown by BubbleUPnP (album, title, artist or composer).

Alandbush has provided an example of how you could add the AlbumArtist to the Album field.
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


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