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

scrobble

+ +

+ http://your-server/rest/scrobble.view +
Since 1.5.0 +

+ +

+ "Scrobbles" a given music file on last.fm. Requires that the user has configured his/her last.fm + credentials on the Subsonic server (Settings > Personal). +

+ + + + + + + + + + + + + + + + + + + +
ParameterRequiredDefaultComment
idYesA string which uniquely identifies the file to scrobble.
submissionNoTrueWhether this is a "submission" or a "now playing" notification.
+

+ Returns an empty <subsonic-response> element on success. +

-- cgit v1.2.3