X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=doc%2Fexamples%2Fall_settings.cfg;h=ca097ab9a917d00bbc236ac22fbcb659d189e246;hb=39becab4a5cf591b1833e875c06793d97ac78659;hp=c08c1c9f303bb26c6090e56dfaed0374d96317e9;hpb=e09e76d41b2f041de935e9e884009e3187005ab9;p=mpd-sima.git diff --git a/doc/examples/all_settings.cfg b/doc/examples/all_settings.cfg index c08c1c9..ca097ab 100644 --- a/doc/examples/all_settings.cfg +++ b/doc/examples/all_settings.cfg @@ -16,9 +16,6 @@ # ######################################################################## -# -####################################################################### - ########################## MPD SECTION ################################ # [MPD] @@ -40,16 +37,25 @@ port = 6600 ######################## LOGGING FACILITY ############################# # [log] -# message are logged to console -# +## LOGFILE +# type: string (file path) +# description: file to log to. Usually used in daemon mode. +# default: logging to stdin/stdout +#logfile = +## + ## VERBOSITY # type: string +# description: log verbosity +# Possible values: +# * debug, *DEBUG LEVEL MIGHT PRINT OUT YOUR PASSWORD* +# * info, default +# * warning +# * error # -# pick verbosity in : debug, info, warning, error -# default if not specify is "info" -# *DEBUG LEVEL MIGHT PRINT OUT YOUR PASSWORD* verbosity = info ## + # ####################################################################### @@ -58,6 +64,16 @@ 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 + +[crop] +consume = 10 + [RandomFallback] # random falvour : # * pure: complete ramdom choice among all tracks available in the player media library @@ -68,7 +84,7 @@ flavour=pure [lastfm] -depth = 3 +depth = 1 ## QUEUE_MODE # NOT COMPLETED # # type: string @@ -76,7 +92,7 @@ depth = 3 # 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 @@ -122,7 +138,7 @@ album_to_add = 1 ## PLUGINS # type: comma separated string list # for ex.: -# plugins = Scrobble, AwesomePlugin, +# contrib = Scrobble, AwesomePlugin, # ExperimentalTest,AnotherTest # # Plugins list declaration. @@ -130,8 +146,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) @@ -141,15 +157,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