From ad1b6ef0ac5e7c869b6adbede153e8b2ac55d708 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 26 Jan 2015 09:55:31 +0100 Subject: {playlist,input}/despotify: remove defunct plugin --- doc/mpd.conf.5 | 10 ------- doc/user.xml | 86 ++-------------------------------------------------------- 2 files changed, 2 insertions(+), 94 deletions(-) (limited to 'doc') diff --git a/doc/mpd.conf.5 b/doc/mpd.conf.5 index 6431613d1..57b11a30f 100644 --- a/doc/mpd.conf.5 +++ b/doc/mpd.conf.5 @@ -274,16 +274,6 @@ of database. Limit the depth of the directories being watched, 0 means only watch the music directory itself. There is no limit by default. .TP -.B despotify_user -This specifies the user to use when logging in to Spotify using the despotify plugins. -.TP -.B despotify_password -This specifies the password to use when logging in to Spotify using the despotify plugins. -.TP -.B despotify_high_bitrate -This specifies if the requested bitrate for Spotify should be high or not. Higher sounds -better but requires more processing and higher bandwidth. Default is yes. -.TP .SH REQUIRED AUDIO OUTPUT PARAMETERS .TP .B type diff --git a/doc/user.xml b/doc/user.xml index 6357267e4..208e910e6 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -220,9 +220,8 @@ systemctl start mpd.socket input { - plugin "despotify" - user "foo" - password "bar" + plugin "curl" + proxy "proxy.local" } @@ -842,66 +841,6 @@ systemctl start mpd.socket - -
- <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). - - - - - -
@@ -2193,27 +2132,6 @@ systemctl start mpd.socket 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