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 #############################
43 # message are logged to console
48 # pick verbosity in : debug, info, warning, error
49 # default if not specify is "info"
50 # *DEBUG LEVEL MIGHT PRINT OUT YOUR PASSWORD*
54 #######################################################################
56 ######################### PLUGINS #####################################
62 #######################################################################
65 ######################## SIMA CORE ####################################
69 # type: comma separated string list
71 # plugins = Scrobble, AwesomePlugin,
72 # ExperimentalTest,AnotherTest
74 # Plugins list declaration.
75 # Optional plugin's configuration must be in its own section. For instance an
76 # "AwesomePlugin" declared here gets its configuration from the
77 # "[AwesomePlugin]" or "[awesomeplugin]" section (case insensitive).
82 # type: integer (in hours)
84 # How far to look back in history to avoid to play twice the same track/title
92 # How many played tracks to keep in the playlist.
93 # Allow to maintain a fixed length playlist.
94 # set to 0 to keep all played tracks.
101 # scope: "track" and "top" queue modes
103 # Prevent from queueing a track from the same album (for instance with OST).
108 # These settings deal with MPD_sima core behaviour.
112 # The default is to queue random tracks from similar artists.
118 # track : Will queue tracks from similar artists (default).
119 # top : Will queue top tracks from similar artists.
120 # album : Will queue whole album from similar artists.
124 # type: integer in [0 100]
126 # Similarity as a percentage of similarity for the artist the code is
134 # Number of similar artist to retrieve from local media library.
135 # When set to something superior to zero, MPD_sima tries to get as much similar
136 # artists from media library provided artists similarity is superior to
144 # Load user database to find similar artists
145 # User DB is loaded from $XDG_CONFIG_HOME/mpd_sima/sima.db
146 # Use simadb_cli to edit/add entries.
150 #####################################################################
151 # You do not need to set up options below.
152 # But well, you got bored of the way MPD_sima is behaving, then go ahead
158 # Queue length triggering tracks addition
164 # scope: "track" and "top" queue modes
166 # Missing Description…
172 # scope: "album" queue mode
174 # Missing Description…
178 ####################### END OF CONFIGURATION ##########################
180 # vim: syntax=cfg fileencoding=utf-8