feat: store and expose individual track artists

a
This commit is contained in:
sentriz
2023-10-28 18:27:17 +01:00
committed by Senan Kelly
parent 1a45356fa2
commit c1a34dc021
24 changed files with 176 additions and 64 deletions

View File

@@ -11,6 +11,7 @@
"id": "tr-1",
"album": "album-0",
"artist": "artist-0",
"artists": [{ "id": "ar-1", "name": "artist-0" }],
"bitRate": 100,
"contentType": "audio/flac",
"coverArt": "al-3",
@@ -31,6 +32,7 @@
"id": "tr-2",
"album": "album-0",
"artist": "artist-0",
"artists": [{ "id": "ar-1", "name": "artist-0" }],
"bitRate": 100,
"contentType": "audio/flac",
"coverArt": "al-3",
@@ -51,6 +53,7 @@
"id": "tr-3",
"album": "album-0",
"artist": "artist-0",
"artists": [{ "id": "ar-1", "name": "artist-0" }],
"bitRate": 100,
"contentType": "audio/flac",
"coverArt": "al-3",
@@ -71,6 +74,7 @@
"id": "tr-4",
"album": "album-1",
"artist": "artist-0",
"artists": [{ "id": "ar-1", "name": "artist-0" }],
"bitRate": 100,
"contentType": "audio/flac",
"coverArt": "al-4",
@@ -91,6 +95,7 @@
"id": "tr-5",
"album": "album-1",
"artist": "artist-0",
"artists": [{ "id": "ar-1", "name": "artist-0" }],
"bitRate": 100,
"contentType": "audio/flac",
"coverArt": "al-4",
@@ -111,6 +116,7 @@
"id": "tr-6",
"album": "album-1",
"artist": "artist-0",
"artists": [{ "id": "ar-1", "name": "artist-0" }],
"bitRate": 100,
"contentType": "audio/flac",
"coverArt": "al-4",
@@ -131,6 +137,7 @@
"id": "tr-7",
"album": "album-2",
"artist": "artist-0",
"artists": [{ "id": "ar-1", "name": "artist-0" }],
"bitRate": 100,
"contentType": "audio/flac",
"coverArt": "al-5",
@@ -151,6 +158,7 @@
"id": "tr-8",
"album": "album-2",
"artist": "artist-0",
"artists": [{ "id": "ar-1", "name": "artist-0" }],
"bitRate": 100,
"contentType": "audio/flac",
"coverArt": "al-5",
@@ -171,6 +179,7 @@
"id": "tr-9",
"album": "album-2",
"artist": "artist-0",
"artists": [{ "id": "ar-1", "name": "artist-0" }],
"bitRate": 100,
"contentType": "audio/flac",
"coverArt": "al-5",
@@ -191,6 +200,7 @@
"id": "tr-10",
"album": "album-0",
"artist": "artist-1",
"artists": [{ "id": "ar-2", "name": "artist-1" }],
"bitRate": 100,
"contentType": "audio/flac",
"coverArt": "al-7",
@@ -211,6 +221,7 @@
"id": "tr-11",
"album": "album-0",
"artist": "artist-1",
"artists": [{ "id": "ar-2", "name": "artist-1" }],
"bitRate": 100,
"contentType": "audio/flac",
"coverArt": "al-7",
@@ -231,6 +242,7 @@
"id": "tr-12",
"album": "album-0",
"artist": "artist-1",
"artists": [{ "id": "ar-2", "name": "artist-1" }],
"bitRate": 100,
"contentType": "audio/flac",
"coverArt": "al-7",
@@ -251,6 +263,7 @@
"id": "tr-13",
"album": "album-1",
"artist": "artist-1",
"artists": [{ "id": "ar-2", "name": "artist-1" }],
"bitRate": 100,
"contentType": "audio/flac",
"coverArt": "al-8",
@@ -271,6 +284,7 @@
"id": "tr-14",
"album": "album-1",
"artist": "artist-1",
"artists": [{ "id": "ar-2", "name": "artist-1" }],
"bitRate": 100,
"contentType": "audio/flac",
"coverArt": "al-8",
@@ -291,6 +305,7 @@
"id": "tr-15",
"album": "album-1",
"artist": "artist-1",
"artists": [{ "id": "ar-2", "name": "artist-1" }],
"bitRate": 100,
"contentType": "audio/flac",
"coverArt": "al-8",
@@ -311,6 +326,7 @@
"id": "tr-16",
"album": "album-2",
"artist": "artist-1",
"artists": [{ "id": "ar-2", "name": "artist-1" }],
"bitRate": 100,
"contentType": "audio/flac",
"coverArt": "al-9",
@@ -331,6 +347,7 @@
"id": "tr-17",
"album": "album-2",
"artist": "artist-1",
"artists": [{ "id": "ar-2", "name": "artist-1" }],
"bitRate": 100,
"contentType": "audio/flac",
"coverArt": "al-9",
@@ -351,6 +368,7 @@
"id": "tr-18",
"album": "album-2",
"artist": "artist-1",
"artists": [{ "id": "ar-2", "name": "artist-1" }],
"bitRate": 100,
"contentType": "audio/flac",
"coverArt": "al-9",
@@ -371,6 +389,7 @@
"id": "tr-19",
"album": "album-0",
"artist": "artist-2",
"artists": [{ "id": "ar-3", "name": "artist-2" }],
"bitRate": 100,
"contentType": "audio/flac",
"coverArt": "al-11",
@@ -391,6 +410,7 @@
"id": "tr-20",
"album": "album-0",
"artist": "artist-2",
"artists": [{ "id": "ar-3", "name": "artist-2" }],
"bitRate": 100,
"contentType": "audio/flac",
"coverArt": "al-11",