http://your-server/rest/getAlbumList.view
Since 1.2.0
Returns a list of random, newest, highest rated etc. albums. Similar to the album lists on the home page of the Subsonic web interface.
Parameter | Required | Default | Comment |
---|---|---|---|
type |
Yes | The list type. Must be one of the following: random , newest ,
highest , frequent , recent . Since 1.8.0
you can also use alphabeticalByName or alphabeticalByArtist to page through all albums
alphabetically, and starred to retrieve starred albums. |
|
size |
No | 10 | The number of albums to return. Max 500. |
offset |
No | 0 | The list offset. Useful if you for example want to page through the list of newest albums. |
Returns a <subsonic-response>
element with a nested <albumList>
element on success. Example.