getAlbumList2

http://your-server/rest/getAlbumList2.view
Since 1.8.0

Similar to getAlbumList, but organizes music according to ID3 tags.

Parameter Required Default Comment
type Yes The list type. Must be one of the following: random, newest, frequent, recent, starred, alphabeticalByName or alphabeticalByArtist.
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 <albumList2> element on success. Example.