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

getMusicDirectory

+ +

+ http://your-server/rest/getMusicDirectory.view +
Since 1.0.0 +

+ +

+ Returns a listing of all files in a music directory. Typically used to get list of albums for an artist, + or list of songs for an album. +

+ + + + + + + + + + + + + +
ParameterRequiredDefaultComment
idYesA string which uniquely identifies the music folder. Obtained by calls to getIndexes or getMusicDirectory. +
+

+ Returns a <subsonic-response> element with a nested <directory> + element on success. + Example 1. + Example 2. +

-- cgit v1.2.3