X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=doc%2Fexamples%2Fall_settings.cfg;h=e8470be73dc790cbd14b161ee8f0bc0432190dff;hb=e18be49d2739809a619626f8ddb51ce3f1838a19;hp=ca8e9e609982ee029875487b1de402f7f0092756;hpb=0bca6ee3dd5a5426c985e85e0e50fac77e4ec8f1;p=mpd-sima.git diff --git a/doc/examples/all_settings.cfg b/doc/examples/all_settings.cfg index ca8e9e6..e8470be 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 @@ -112,10 +112,9 @@ musicbrainzid = True [crop] ## CONSUME # type: integer -# default: unset, not cropping playlist +# default: 10 # description: How many played tracks to keep in the playlist. # Allow to maintain a fixed length playlist. -# Leave commented to keep all tracks #consume = 10 [random] @@ -140,7 +139,7 @@ flavour=sensible #track_to_add = 1 -# EchoNest or LastFM +# EchoNest or Lastfm #[echonest] [lastfm] ## QUEUE_MODE