From 99640171e26a1e562c17c5db0ec66611aff2701b Mon Sep 17 00:00:00 2001 From: Simon Kagstrom Date: Sat, 2 Apr 2011 08:38:22 +0200 Subject: doc: Add despotify user documentation --- doc/user.xml | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) (limited to 'doc') diff --git a/doc/user.xml b/doc/user.xml index ecf9a663..79a38c5c 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -642,6 +642,67 @@ cd mpd-version disc in the default drive. + +
+ <varname>despotify</varname> + + + Plays Spotify tracks using the despotify + library. The despotify plugin uses a spt:// URI and a Spotify + URL. So for example, you can add a song with: + + + + mpc add spt://spotify:track:5qENVY0YEdZ7fiuOax70x1 + + + + You need a Spotify premium account to use this plugin, and you need + to setup username and password in the configuration file. The + configuration settings are global since the despotify playlist plugin + use the same settings. + + + + + + + Setting + Description + + + + + + despotify_user + + + Sets up the Spotify username (required) + + + + + despotify_password + + + Sets up the Spotify password (required) + + + + + despotify_high_bitrate + + + Set up if high bitrate should be used for Spotify tunes. + High bitrate sounds better but slow systems can have problems + with playback (default yes). + + + + + +
+
@@ -1700,6 +1761,27 @@ cd mpd-version playlist files.
+ +
+ <varname>despotify</varname> + + + Adds Spotify + playlists. Spotify playlists use the spt:// URI, + and a Spotify playlist URL. So for example, you can load a playlist + with + + + + mpc load spt://spotify:user:simon.kagstrom:playlist:3SUwkOe5VbVHysZcidEZtH + + + + See the despotify input plugin for configuration options (username + and password needs to be setup) + +
+ -- cgit v1.2.3