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 an "[AwesomePlugin]"
83 # or "[awesomeplugin]" section (case insensitive).
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 #####################################
126 # default: unset, not cropping playlist
127 # description: How many played tracks to keep in the playlist.
128 # Allow to maintain a fixed length playlist.
129 # Leave commented to keep all tracks
135 # description: When no similar tracks are found, falling back to random
136 # queuing. Different mode, aka random flavour, are available.
138 # * pure: complete random choice among all tracks available in the
139 # player media library
140 # * sensible: use play history to filter chosen tracks
141 # * genre: chose among the same genre as current track (using genre
142 # tag). If no genre tag is available "sensible" flavour
147 ## QUEUE_MODE # NOT COMPLETED #
149 # description: The default is to queue random tracks from similar artists.
151 # track : Will queue tracks from similar artists (default).
152 # top : Will queue top tracks from similar artists. # NOT IMPLEMENTED #
153 # album : Will queue whole album from similar artists.
157 # type: integer in [0 100]
158 # description: Similarity as a percentage of similarity between artists
159 # (this is a last.fm metric)
164 # description: Number of similar artist to retrieve from local media library.
165 # When set to something superior to zero, MPD_sima tries to get as much similar
166 # artists from media library provided artists similarity is superior to
171 # type: integer in [1, +∞]
178 # scope: "track" and "top" queue modes
179 # description: Prevent from queueing a track from the same album (for instance with OST).
184 # scope: "track" and "top" queue modes
185 # description: how many tracks the plugin will try to get
190 # scope: "album" queue mode
191 # description: how many albums the plugin will try to get
195 #######################################################################
198 ####################### END OF CONFIGURATION ##########################
200 # vim: syntax=cfg fileencoding=utf-8