From a1a18f77a50804e0127dfa4b0f5240c49c541184 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Mon, 2 Jul 2012 21:24:02 -0700 Subject: Initial Commit --- subsonic-site/src/main/webapp/api-getAlbumList.jsp | 44 ++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 subsonic-site/src/main/webapp/api-getAlbumList.jsp (limited to 'subsonic-site/src/main/webapp/api-getAlbumList.jsp') diff --git a/subsonic-site/src/main/webapp/api-getAlbumList.jsp b/subsonic-site/src/main/webapp/api-getAlbumList.jsp new file mode 100644 index 00000000..a5f2e0d3 --- /dev/null +++ b/subsonic-site/src/main/webapp/api-getAlbumList.jsp @@ -0,0 +1,44 @@ +

getAlbumList

+ +

+ 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. +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterRequiredDefaultComment
typeYesThe 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.
sizeNo10The number of albums to return. Max 500.
offsetNo0The 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. +

-- cgit v1.2.3