mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
* feat(subsonic): Set SortName for OS AlbumList, test to JSON/XML * albumlist2, star2 updated properly * fix(subsonic): add sort or order name based on config Signed-off-by: Deluan <deluan@navidrome.org> --------- Signed-off-by: Deluan <deluan@navidrome.org> Co-authored-by: Deluan <deluan@navidrome.org>
62 lines
1.3 KiB
JSON
62 lines
1.3 KiB
JSON
{
|
|
"status": "ok",
|
|
"version": "1.8.0",
|
|
"type": "navidrome",
|
|
"serverVersion": "v0.0.0",
|
|
"openSubsonic": true,
|
|
"albumList": {
|
|
"album": [
|
|
{
|
|
"id": "1",
|
|
"isDir": false,
|
|
"isVideo": false,
|
|
"bpm": 0,
|
|
"comment": "",
|
|
"sortName": "sort name",
|
|
"mediaType": "album",
|
|
"musicBrainzId": "00000000-0000-0000-0000-000000000000",
|
|
"genres": [
|
|
{
|
|
"name": "Genre 1"
|
|
},
|
|
{
|
|
"name": "Genre 2"
|
|
}
|
|
],
|
|
"replayGain": {},
|
|
"channelCount": 0,
|
|
"samplingRate": 0,
|
|
"bitDepth": 0,
|
|
"moods": [
|
|
"mood1",
|
|
"mood2"
|
|
],
|
|
"artists": [
|
|
{
|
|
"id": "artist-1",
|
|
"name": "Artist 1"
|
|
},
|
|
{
|
|
"id": "artist-2",
|
|
"name": "Artist 2"
|
|
}
|
|
],
|
|
"displayArtist": "Display artist",
|
|
"albumArtists": [
|
|
{
|
|
"id": "album-artist-1",
|
|
"name": "Artist 1"
|
|
},
|
|
{
|
|
"id": "album-artist-2",
|
|
"name": "Artist 2"
|
|
}
|
|
],
|
|
"displayAlbumArtist": "Display album artist",
|
|
"contributors": [],
|
|
"displayComposer": "",
|
|
"explicitStatus": "explicit"
|
|
}
|
|
]
|
|
}
|
|
}
|