Add album metadata to top level of response#1409
Add album metadata to top level of response#1409michaelherger merged 2 commits intoLMS-Community:SlimBrowse-Metadatafrom
Conversation
Signed-off-by: darrell-k <darrell@darrell.org.uk>
|
Please provide more information in your PRs. It's really time consuming to find all the pieces in a lengthy discussion and an impossible code base. What is your change doing, under what circumstances to solve what problem? |
|
@CDrummond asked for extra data at the top level of the response for track lists, to identify it as an album track listing, and to provide the album name, artist, year and genre. |
|
What does it mean "at the top level of the response"? Would this be eg. part of a "tracks 0 10 album_id:xyz" type query? And is it really good enough to have this for albums? Wouldn't we want to have that for all kinds of "container" elements, like works, podcasts etc.? |
Signed-off-by: darrell-k <darrell@darrell.org.uk>
|
At the moment, the response json result structure is: This change will result in: Something similar may be needed for other types of list, but that has not been identified yet. I'm about to add a commit to include the "hasMetadata" element whenever present. I see this branch as incremental additions to the code as we work through the development with Craig . |
|
Ok, got it, thanks! |
c52c784
into
LMS-Community:SlimBrowse-Metadata
As requested for Material. See https://forums.lyrion.org/forum/developer-forums/developers/1771548-improving-online-service-integration?p=1774491#post1774491