Index
An indexed artist list.
{
"name": "C",
"artist": [
{
"id": "100000016",
"name": "CARNÚN",
"coverArt": "ar-100000016",
"albumCount": 1
},
{
"id": "100000027",
"name": "Chi.Otic",
"coverArt": "ar-100000027",
"albumCount": 0
}
]
}
{
"name": "C",
"artist": [
{
"id": "100000016",
"name": "CARNÚN",
"coverArt": "ar-100000016",
"albumCount": 1
},
{
"id": "100000027",
"name": "Chi.Otic",
"coverArt": "ar-100000027",
"albumCount": 0
}
]
}
Field | Type | Req. | OpenS. | Details |
---|---|---|---|---|
name |
string |
Yes | Index name | |
artist |
Array of Artist |
Yes | Artist list |
Last modified October 25, 2024: Fix: Make getIndexes documentation consistent with Subsonic (#109) (d7cbfad)