feat(subsonic): expose track/album displayArtist/displayAlbumArtist

closes #406
This commit is contained in:
sentriz
2023-11-08 22:12:43 +00:00
parent a30ee3d7f9
commit 0718aabbac
16 changed files with 485 additions and 340 deletions

View File

@@ -7,13 +7,14 @@
"openSubsonic": true,
"album": {
"id": "al-3",
"coverArt": "al-3",
"created": "2019-11-30T00:00:00Z",
"artistId": "ar-1",
"artist": "artist-0",
"artists": [{ "id": "ar-1", "name": "artist-0" }],
"created": "2019-11-30T00:00:00Z",
"displayArtist": "artist-0",
"title": "album-0",
"album": "album-0",
"coverArt": "al-3",
"name": "album-0",
"songCount": 3,
"duration": 300,
@@ -28,6 +29,9 @@
"artist": "artist-0",
"artistId": "ar-1",
"artists": [{ "id": "ar-1", "name": "artist-0" }],
"displayArtist": "artist-0",
"albumArtists": [{ "id": "ar-1", "name": "artist-0" }],
"displayAlbumArtist": "artist-0",
"bitRate": 100,
"contentType": "audio/flac",
"coverArt": "al-3",
@@ -51,6 +55,9 @@
"artist": "artist-0",
"artistId": "ar-1",
"artists": [{ "id": "ar-1", "name": "artist-0" }],
"displayArtist": "artist-0",
"albumArtists": [{ "id": "ar-1", "name": "artist-0" }],
"displayAlbumArtist": "artist-0",
"bitRate": 100,
"contentType": "audio/flac",
"coverArt": "al-3",
@@ -74,6 +81,9 @@
"artist": "artist-0",
"artistId": "ar-1",
"artists": [{ "id": "ar-1", "name": "artist-0" }],
"displayArtist": "artist-0",
"albumArtists": [{ "id": "ar-1", "name": "artist-0" }],
"displayAlbumArtist": "artist-0",
"bitRate": 100,
"contentType": "audio/flac",
"coverArt": "al-3",