feat(subsonic): expose all of album "name"/"title"/"album" for browse by tag and browse by folder

related #404
This commit is contained in:
sentriz
2023-11-08 20:12:17 +00:00
parent 9bdfc492ce
commit 2df9052bf9
15 changed files with 286 additions and 282 deletions

View File

@@ -14,8 +14,8 @@
"artist": "artist-0",
"artists": [{ "id": "ar-1", "name": "artist-0" }],
"created": "2019-11-30T00:00:00Z",
"title": "",
"album": "",
"title": "album-0",
"album": "album-0",
"name": "album-0",
"songCount": 0,
"duration": 0,
@@ -30,8 +30,8 @@
"artist": "artist-0",
"artists": [{ "id": "ar-1", "name": "artist-0" }],
"created": "2019-11-30T00:00:00Z",
"title": "",
"album": "",
"title": "album-1",
"album": "album-1",
"name": "album-1",
"songCount": 0,
"duration": 0,
@@ -46,8 +46,8 @@
"artist": "artist-0",
"artists": [{ "id": "ar-1", "name": "artist-0" }],
"created": "2019-11-30T00:00:00Z",
"title": "",
"album": "",
"title": "album-2",
"album": "album-2",
"name": "album-2",
"songCount": 0,
"duration": 0,
@@ -62,8 +62,8 @@
"artist": "artist-1",
"artists": [{ "id": "ar-2", "name": "artist-1" }],
"created": "2019-11-30T00:00:00Z",
"title": "",
"album": "",
"title": "album-0",
"album": "album-0",
"name": "album-0",
"songCount": 0,
"duration": 0,
@@ -78,8 +78,8 @@
"artist": "artist-1",
"artists": [{ "id": "ar-2", "name": "artist-1" }],
"created": "2019-11-30T00:00:00Z",
"title": "",
"album": "",
"title": "album-1",
"album": "album-1",
"name": "album-1",
"songCount": 0,
"duration": 0,
@@ -94,8 +94,8 @@
"artist": "artist-1",
"artists": [{ "id": "ar-2", "name": "artist-1" }],
"created": "2019-11-30T00:00:00Z",
"title": "",
"album": "",
"title": "album-2",
"album": "album-2",
"name": "album-2",
"songCount": 0,
"duration": 0,
@@ -110,8 +110,8 @@
"artist": "artist-2",
"artists": [{ "id": "ar-3", "name": "artist-2" }],
"created": "2019-11-30T00:00:00Z",
"title": "",
"album": "",
"title": "album-0",
"album": "album-0",
"name": "album-0",
"songCount": 0,
"duration": 0,
@@ -126,8 +126,8 @@
"artist": "artist-2",
"artists": [{ "id": "ar-3", "name": "artist-2" }],
"created": "2019-11-30T00:00:00Z",
"title": "",
"album": "",
"title": "album-1",
"album": "album-1",
"name": "album-1",
"songCount": 0,
"duration": 0,
@@ -142,8 +142,8 @@
"artist": "artist-2",
"artists": [{ "id": "ar-3", "name": "artist-2" }],
"created": "2019-11-30T00:00:00Z",
"title": "",
"album": "",
"title": "album-2",
"album": "album-2",
"name": "album-2",
"songCount": 0,
"duration": 0,