#
#######################################################################
+########################## 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 =
# * warning
# * error
verbosity = info
-
#
#######################################################################
# default: True
# description: Prevent single play mode to disable queuing
single_disable_queue = True
+#
+#######################################################################
######################### PLUGINS #####################################
-
+#
[genre]
## Offline genre queing
# * If set to "false", caching is still done but in memory.
# default: True
cache = True
-
#
-####################### END OF CONFIGURATION ##########################
+#######################################################################
+
# vim: syntax=cfg fileencoding=utf-8
[sima] # Setup internal plugins
# Tags plugin falls back to Random if nothing is found then Crop the queue
internal = Tags, Random, Crop
- history_duration=48 # 48h / 24 = 2 days
- queue_length=2 # triggers autoqueue when 2 tracks remains to play
+ history_duration = 48 # 48h / 24 = 2 days
+ queue_length = 2 # triggers autoqueue when 2 tracks remains to play
[tags]
# Look for files with tagged with genre "electronica" OR "IDM" OR "glitch"
[crop]
# keep 30 played tracks in playlist
- consume=30
+ consume = 30
Album queue mode using last.fm recommendations (online mode).
**[daemon]**
**daemon=false**
- whether to daemonize process or not.
+ Whether to daemonize process or not.
**pidfile=**
Where to store process ID.