diff options
author | Simon Kagstrom <simon.kagstrom@gmail.com> | 2011-03-27 08:41:35 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2011-03-29 17:01:16 +0200 |
commit | c3b425d570c8023e256a64a31e8c74afb8efe2c5 (patch) | |
tree | 26549230e0fcde84b23e445bcab8db17ff07494d /doc | |
parent | a25743875f98f53bbd3c0d8729434b1c647f2d27 (diff) | |
download | mpd-c3b425d570c8023e256a64a31e8c74afb8efe2c5.tar.gz mpd-c3b425d570c8023e256a64a31e8c74afb8efe2c5.tar.xz mpd-c3b425d570c8023e256a64a31e8c74afb8efe2c5.zip |
doc: Add configuration help for despotify
Diffstat (limited to '')
-rw-r--r-- | doc/mpd.conf.5 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/mpd.conf.5 b/doc/mpd.conf.5 index cb44468bf..af65e1146 100644 --- a/doc/mpd.conf.5 +++ b/doc/mpd.conf.5 @@ -262,6 +262,17 @@ of database. .B auto_update_depth <N> 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 <name> +This specifies the user to use when logging in to Spotify using the despotify plugins. +.TP +.B despotify_password <name> +This specifies the password to use when logging in to Spotify using the despotify plugins. +.TP +.B despotify_high_bitrate <yes or no> +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 <type> |