1 ########################################################################
3 # If you need special settings, rename this file as sima.cfg within
4 # your $XDG_CONFIG_HOME (default is $HOME/.config/sima/)
5 # You can also call it with --config option.
8 # * Inline comment are not possible
11 # host = localhost # My host
17 ########################################################################
20 #######################################################################
22 ########################## MPD SECTION ################################
34 # please comment if you don't use
38 #######################################################################
40 ######################## LOGGING FACILITY #############################
44 # type: string (file path)
45 # description: file to log to. Usually used in daemon mode.
46 # default: logging to stdin/stdout
52 # description: log verbosity
54 # * debug, *DEBUG LEVEL MIGHT PRINT OUT YOUR PASSWORD*
64 #######################################################################
66 ######################### PLUGINS #####################################
73 # * pure: complete ramdom choice among all tracks available in the player media library
74 # * sensible: use play history to filter chosen tracks
75 # * genre: chose among the same genre as current track (tagged genre). If
76 # no genre tag is available "sensible" flavour is used instead
83 ## QUEUE_MODE # NOT COMPLETED #
85 # description: The default is to queue random tracks from similar artists.
87 # track : Will queue tracks from similar artists (default).
88 # top : Will queue top tracks from similar artists. # NOT IMPLEMENTED #
89 # album : Will queue whole album from similar artists.
93 # type: integer in [0 100]
94 # description: Similarity as a percentage of similarity between artists
95 # (this is a last.fm metric)
100 # description: Number of similar artist to retrieve from local media library.
101 # When set to something superior to zero, MPD_sima tries to get as much similar
102 # artists from media library provided artists similarity is superior to
106 ## SINGLE_ALBUM # NOT IMPLEMENTED #
108 # scope: "track" and "top" queue modes
109 # description: Prevent from queueing a track from the same album (for instance with OST).
114 # scope: "track" and "top" queue modes
115 # description: how many tracks the plugin will try to get
120 # scope: "album" queue mode
121 # description: how many albums the plugin will try to get
125 #######################################################################
128 ######################## SIMA CORE ####################################
130 # These settings deal with MPD_sima core behaviour.
133 # type: comma separated string list
135 # contrib = Scrobble, AwesomePlugin,
136 # ExperimentalTest,AnotherTest
138 # Plugins list declaration.
139 # Optional plugin's configuration must be in its own section. For instance an
140 # "AwesomePlugin" declared here gets its configuration from the
141 # "[AwesomePlugin]" or "[awesomeplugin]" section (case insensitive).
143 #internal = Crop, History, MpdOptions, Lastfm, RandomFallBack
144 contrib = PlaceHolder
147 # type: integer (in hours)
149 # How far to look back in history to avoid to play twice the same track/title
156 # description: How many played tracks to keep in the playlist.
157 # Allow to maintain a fixed length playlist.
158 # set to 0 to keep all played tracks.
163 ## USER_DB # NOT IMPLEMENTED #
165 # description: Load user database to find similar artists
166 # User DB is loaded from $XDG_CONFIG_HOME/sima/sima.db
167 # Use simadb_cli to edit/add entries.
171 #####################################################################
172 # You do not need to set up options below.
173 # But well, you got bored of the way MPD_sima is behaving, then go ahead
179 # Queue length triggering tracks addition
184 ####################### END OF CONFIGURATION ##########################
186 # vim: syntax=cfg fileencoding=utf-8