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 ########################################################################
19 ########################## MPD SECTION ################################
23 # type: string (IP or FQDN)
24 # description: MPD host
30 # description: MPD host port
36 # default: unset, not using authentication
37 # description: MPD host password, comment if you don't use
41 #######################################################################
43 ######################## LOGGING FACILITY #############################
47 # type: string (file path)
48 # description: file to log to. Usually used in daemon mode.
49 # default: unset, logging to stdin/stdout
55 # description: log verbosity
58 # * debug, PAY ATTENTION: *DEBUG LEVEL MIGHT PRINT OUT YOUR PASSWORD*
66 #######################################################################
69 ######################## SIMA CORE ####################################
71 # These settings deal with MPD_sima core behaviour.
74 # type: comma separated string list
76 # contrib = Scrobble, AwesomePlugin,
77 # ExperimentalTest, AnotherTest
79 # description: Plugins list declaration.
80 # Optional plugin's configuration must be in its own section.
81 # For instance a "AwesomePlugin" declared here
82 # gets its configuration from the corresponding section:
85 # Two plugins sources are available, internal and contrib
87 internal = Crop, Lastfm, RandomFallBack
88 #contrib = PlaceHolder
91 # type: integer (in hours)
93 # description: How far to look back in history to avoid to play twice the same
99 ## USER_DB # NOT IMPLEMENTED #
101 # description: Load user database to find similar artists
102 # User DB is loaded from $XDG_CONFIG_HOME/sima/sima.db
103 # Use simadb_cli to edit/add entries.
107 #####################################################################
108 # You do not need to set up options below.
109 # But well, you got bored of the way sima is behaving, then go ahead
115 # description: Queue length triggering tracks addition
119 ######################### PLUGINS #####################################
127 # default: unset, not cropping playlist
128 # description: How many played tracks to keep in the playlist.
129 # Allow to maintain a fixed length playlist.
130 # Leave commented to keep all tracks
137 # description: When no similar tracks are found, falling back to random
138 # queuing. Different mode, aka random flavour, are available.
140 # * pure: complete random choice among all tracks available in the
141 # player media library
142 # * sensible: use play history to filter chosen tracks
143 # * genre: # NOT IMPLEMENTED #
144 # chose among the same genre as current track (using genre
145 # tag). If no genre tag is available "sensible" flavour
151 # description: how many tracks the plugin will try to get
159 ## QUEUE_MODE # NOT COMPLETED #
161 # description: The default is to queue random tracks from similar artists.
163 # track : Will queue tracks from similar artists (default).
164 # top : Will queue top tracks from similar artists. # NOT IMPLEMENTED #
165 # album : Will queue whole album from similar artists.
170 # description: Number of similar artist to retrieve from local media library.
171 # When set to something superior to zero, MPD_sima tries to get as much similar
172 # artists from media library
176 # type: integer in [1, +∞]
183 # scope: "track" and "top" queue modes
184 # description: Prevent from queueing a track from the same album (for instance
190 # scope: "track" and "top" queue modes
191 # description: how many tracks the plugin will try to get
196 # scope: "album" queue mode
197 # description: how many albums the plugin will try to get
201 #######################################################################
204 ####################### END OF CONFIGURATION ##########################
206 # vim: syntax=cfg fileencoding=utf-8