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-getArtists.jsp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 subsonic-site/src/main/webapp/api-getArtists.jsp (limited to 'subsonic-site/src/main/webapp/api-getArtists.jsp') diff --git a/subsonic-site/src/main/webapp/api-getArtists.jsp b/subsonic-site/src/main/webapp/api-getArtists.jsp new file mode 100644 index 00000000..fdc4f5f7 --- /dev/null +++ b/subsonic-site/src/main/webapp/api-getArtists.jsp @@ -0,0 +1,15 @@ +

getArtists

+ +

+ http://your-server/rest/getArtists.view +
Since 1.8.0 +

+ +

+ Similar to getIndexes, but organizes music according to ID3 tags. +

+ +

+ Returns a <subsonic-response> element with a nested <artists> + element on success. Example. +

-- cgit v1.2.3