X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=doc%2Fexamples%2Fall_settings.cfg;h=ab6609fcc34837e709b60d2e3614c47c5df4eb2a;hb=6893eb469c11924c9480b15385cedaf37908dd02;hp=87621e802ba1d7d5645fc55b16a28228c75a736d;hpb=19825fb8eeef286e40d12e265d846798e7d7d73d;p=mpd-sima.git diff --git a/doc/examples/all_settings.cfg b/doc/examples/all_settings.cfg index 87621e8..ab6609f 100644 --- a/doc/examples/all_settings.cfg +++ b/doc/examples/all_settings.cfg @@ -68,6 +68,13 @@ verbosity = info [placeholder] key = Value +#[crop] +# type: integer +# 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 + [RandomFallback] # random falvour : # * pure: complete ramdom choice among all tracks available in the player media library @@ -86,7 +93,7 @@ depth = 1 # Possible values: # track : Will queue tracks from similar artists (default). # top : Will queue top tracks from similar artists. # NOT IMPLEMENTED # -# album : Will queue whole album from similar artists. # NOT IMPLEMENTED # +# album : Will queue whole album from similar artists. queue_mode = track ## SIMILARITY @@ -132,7 +139,7 @@ album_to_add = 1 ## PLUGINS # type: comma separated string list # for ex.: -# plugins = Scrobble, AwesomePlugin, +# contrib = Scrobble, AwesomePlugin, # ExperimentalTest,AnotherTest # # Plugins list declaration. @@ -140,8 +147,8 @@ album_to_add = 1 # "AwesomePlugin" declared here gets its configuration from the # "[AwesomePlugin]" or "[awesomeplugin]" section (case insensitive). # -#internals = -plugins = PlaceHolder +#internal = Crop, History, MpdOptions, Lastfm, RandomFallBack +contrib = PlaceHolder ## HISTORY_DURATION # type: integer (in hours) @@ -151,15 +158,6 @@ plugins = PlaceHolder history_duration = 8 ## -## CONSUME -# type: integer -# description: How many played tracks to keep in the playlist. -# Allow to maintain a fixed length playlist. -# set to 0 to keep all played tracks. -# -consume = 0 -## - ## USER_DB # NOT IMPLEMENTED # # type: boolean # description: Load user database to find similar artists