Replies: 6 comments 33 replies
-
|
Hello, quite a lot of suggestions and considerations, I will try to understand how to implement all of these. But I wanted to respond immediately to this one:
That is because we simply don't have an api method that can return a portion of the available artists, let alone sorted. But there is hope, represented by the OpenSubsonic initiative. This topic like this one has been discussed here. There might be other similar discussions. The problem is that we don't know when new endpoints will be available. There must be agreement before actual implementations appear. So we just wait? Yes, and no. We could implement initial caching (maybe optional) and load artists during startup. If during navigation we meet a new artist, we update the cache accordingly. By doing this, we can enable the plugin to display artists in new ways. |
Beta Was this translation helpful? Give feedback.
-
|
I'd start with this:
I don't seem to see "displayArtist" in artist or artists endpoint responses. Instead I see Album and Album lists have displayArtist, so I am already starting using it instead of the "artist". |
Beta Was this translation helpful? Give feedback.
-
|
Ok, so I see these are attributes at the song level. Can you suggest how should I map displayAlbumArtist and displayArtist in upnp entries? |
Beta Was this translation helpful? Give feedback.
-
Hello, about this, you can use subsonicappendrolestoartist = 0 to disable the appending of artist roles in artist entries |
Beta Was this translation helpful? Give feedback.
-
|
Maybe have a look a the new version 0.8.23 available in the newest Subsonic Plugin Release 0.8.23
|
Beta Was this translation helpful? Give feedback.
-
|
New Subsonic Plugin Release 0.8.24
A small note: |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
Hi Giovanni,
As discussed on the WiiM forum here are my very early observations. I've just realised that I'm going to struggle to dedicate much time to this over the weekend, but I wanted to get over my initial thoughts so apologies for the formatting and terseness.
I've just tested the latest image and it does indeed fix the issue I saw with multiple album artists, so thanks for that.
Artists
displayArtist/displayAlbumArtistwhere available. I think it's used for album artist but not track artists.<upnp:artist role="AlbumArtist">for album artist not just<dc:creator>. This is why BubbleUPnP doesn't display the album artist in album listings.If you're going to supply
<upnp:artist role="AlbumArtist">at the track level (more to follow) it should come after<upnp:artist>for compatibility (some control points simply use the first).Track Artists
<upnp:artist role="AlbumArtist">tag, though that feels like a bug in BubbleUPnP.Artist indexes.
[Artist, AlbumArtist]text here just clutters the display and doesn't add anything.Playlists
<upnp:originalTrackNumber>through, or set it as 1 - N.object.container.storageFolderand notobject.container.playlistContainer(the type drives how the control point displays the contents)Albums with multiple disc titles
object.container.storageFolderinstead ofobject.container.album.musicAlbum? I ask because control points display storageFolder different to musicAlbum.Happy to help with testing on any of the above changes.
Beta Was this translation helpful? Give feedback.
All reactions