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 ################################
31 # please comment if you don't use
35 #######################################################################
37 ######################## LOGGING FACILITY #############################
41 # type: string (file path)
42 # description: file to log to. Usually used in daemon mode.
43 # default: logging to stdin/stdout
49 # description: log verbosity
51 # * debug, *DEBUG LEVEL MIGHT PRINT OUT YOUR PASSWORD*
60 #######################################################################
62 ######################### PLUGINS #####################################
69 # description: How many played tracks to keep in the playlist.
70 # Allow to maintain a fixed length playlist.
71 # Leave commented to keep all tracks
79 # * pure: complete ramdom choice among all tracks available in the player media library
80 # * sensible: use play history to filter chosen tracks
81 # * genre: chose among the same genre as current track (tagged genre). If
82 # no genre tag is available "sensible" flavour is used instead
89 ## QUEUE_MODE # NOT COMPLETED #
91 # description: The default is to queue random tracks from similar artists.
93 # track : Will queue tracks from similar artists (default).
94 # top : Will queue top tracks from similar artists. # NOT IMPLEMENTED #
95 # album : Will queue whole album from similar artists.
99 # type: integer in [0 100]
100 # description: Similarity as a percentage of similarity between artists
101 # (this is a last.fm metric)
106 # description: Number of similar artist to retrieve from local media library.
107 # When set to something superior to zero, MPD_sima tries to get as much similar
108 # artists from media library provided artists similarity is superior to
112 ## SINGLE_ALBUM # NOT IMPLEMENTED #
114 # scope: "track" and "top" queue modes
115 # description: Prevent from queueing a track from the same album (for instance with OST).
120 # scope: "track" and "top" queue modes
121 # description: how many tracks the plugin will try to get
126 # scope: "album" queue mode
127 # description: how many albums the plugin will try to get
131 #######################################################################
134 ######################## SIMA CORE ####################################
136 # These settings deal with MPD_sima core behaviour.
139 # type: comma separated string list
141 # contrib = Scrobble, AwesomePlugin,
142 # ExperimentalTest,AnotherTest
144 # Plugins list declaration.
145 # Optional plugin's configuration must be in its own section. For instance an
146 # "AwesomePlugin" declared here gets its configuration from the
147 # "[AwesomePlugin]" or "[awesomeplugin]" section (case insensitive).
149 #internal = Crop, History, MpdOptions, Lastfm, RandomFallBack
150 contrib = PlaceHolder
153 # type: integer (in hours)
155 # How far to look back in history to avoid to play twice the same track/title
160 ## USER_DB # NOT IMPLEMENTED #
162 # description: Load user database to find similar artists
163 # User DB is loaded from $XDG_CONFIG_HOME/sima/sima.db
164 # Use simadb_cli to edit/add entries.
168 #####################################################################
169 # You do not need to set up options below.
170 # But well, you got bored of the way MPD_sima is behaving, then go ahead
176 # Queue length triggering tracks addition
181 ####################### END OF CONFIGURATION ##########################
183 # vim: syntax=cfg fileencoding=utf-8