X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=doc%2Fexamples%2Fall_settings.cfg;h=62587d38d69fd6c5f60e5da162db282918cc06bc;hb=ab24a35394310bdae5072c5bc91826feb38902ec;hp=4ffcf1fd421fa9521f013dd8ac0abe1b6690e1f4;hpb=d6e8ace21cc07eeb274c4c9280b0fe35479befaf;p=mpd-sima.git diff --git a/doc/examples/all_settings.cfg b/doc/examples/all_settings.cfg index 4ffcf1f..62587d3 100644 --- a/doc/examples/all_settings.cfg +++ b/doc/examples/all_settings.cfg @@ -31,12 +31,29 @@ port = 6600 # ####################################################################### +########################## DAEMON SECTION ################################ +# +[daemon] +## DAEMON +# type: boolean +# description: whether to daemonize process or not +# default: False +daemon=false + +## PIDFILE +# type: string (path to the pid file) +# description: where to store process ID +# default: unset, process ID not saved to file +#pidfile= +# +####################################################################### + ######################## LOGGING FACILITY ############################# # [log] ## LOGFILE # type: string (file path) -# description: file to log to. Usually used in daemon mode. +# description: file to log to. Usually used when process is daemonized. # default: unset, logging to stdin/stdout #logfile = @@ -50,7 +67,6 @@ port = 6600 # * warning # * error verbosity = info - # ####################################################################### @@ -117,9 +133,11 @@ repeat_disable_queue = True # default: True # description: Prevent single play mode to disable queuing single_disable_queue = True +# +####################################################################### ######################### PLUGINS ##################################### - +# [genre] ## Offline genre queing @@ -244,7 +262,7 @@ queue_mode = track # description: Number of similar artist to retrieve from local media library. # When set to something superior to zero, MPD_sima tries to get as much similar # artists from media library -max_art = 10 +max_art = 20 ## DEPTH # type: integer in [1, +∞] @@ -294,7 +312,7 @@ shuffle_album = false # * If set to "false", caching is still done but in memory. # default: True cache = True - # -####################### END OF CONFIGURATION ########################## +####################################################################### + # vim: syntax=cfg fileencoding=utf-8