From 89a6fb2a516fc26e17771bda6213265dad6100dd Mon Sep 17 00:00:00 2001 From: kaliko Date: Sun, 8 Feb 2015 19:02:13 +0100 Subject: [PATCH] Update config example --- doc/examples/all_settings.cfg | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/examples/all_settings.cfg b/doc/examples/all_settings.cfg index ca8e9e6..65cc61f 100644 --- a/doc/examples/all_settings.cfg +++ b/doc/examples/all_settings.cfg @@ -67,6 +67,13 @@ verbosity = info # default: # internal = "Lastfm, Random, Crop" # contrib = +# +# Possible values for internal +# Lastfm : Queue using last.fm web service for suggestions. +# EchoNest : Queue using EchoNest web service for suggestions. +# Random : Queue a track at random (different flavour, cf. documentation) +# Crop : Remove old tracks from queue +# # description: Plugins list declaration. # Optional plugin's configuration lays in its own section. # For instance a "AwesomePlugin" declared here @@ -88,13 +95,6 @@ internal = Lastfm, Random, Crop # history_duration = 8 -## USER_DB # NOT IMPLEMENTED # -# type: boolean -# description: Load user database to find similar artists -# User DB is loaded from $XDG_CONFIG_HOME/mpd_sima/sima.db -# Use simadb_cli to edit/add entries. -user_db = false - ## QUEUE_LENGTH # type: integer # default: 2 @@ -140,7 +140,7 @@ flavour=sensible #track_to_add = 1 -# EchoNest or LastFM +# EchoNest or Lastfm #[echonest] [lastfm] ## QUEUE_MODE -- 2.39.2