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 # description: How many played tracks to keep in the playlist.
74 # Allow to maintain a fixed length playlist.
75 # Leave commented to keep all tracks
80 # * pure: complete ramdom choice among all tracks available in the player media library
81 # * sensible: use play history to filter chosen tracks
82 # * genre: chose among the same genre as current track (tagged genre). If
83 # no genre tag is available "sensible" flavour is used instead
90 ## QUEUE_MODE # NOT COMPLETED #
92 # description: The default is to queue random tracks from similar artists.
94 # track : Will queue tracks from similar artists (default).
95 # top : Will queue top tracks from similar artists. # NOT IMPLEMENTED #
96 # album : Will queue whole album from similar artists.
100 # type: integer in [0 100]
101 # description: Similarity as a percentage of similarity between artists
102 # (this is a last.fm metric)
107 # description: Number of similar artist to retrieve from local media library.
108 # When set to something superior to zero, MPD_sima tries to get as much similar
109 # artists from media library provided artists similarity is superior to
113 ## SINGLE_ALBUM # NOT IMPLEMENTED #
115 # scope: "track" and "top" queue modes
116 # description: Prevent from queueing a track from the same album (for instance with OST).
121 # scope: "track" and "top" queue modes
122 # description: how many tracks the plugin will try to get
127 # scope: "album" queue mode
128 # description: how many albums the plugin will try to get
132 #######################################################################
135 ######################## SIMA CORE ####################################
137 # These settings deal with MPD_sima core behaviour.
140 # type: comma separated string list
142 # contrib = Scrobble, AwesomePlugin,
143 # ExperimentalTest,AnotherTest
145 # Plugins list declaration.
146 # Optional plugin's configuration must be in its own section. For instance an
147 # "AwesomePlugin" declared here gets its configuration from the
148 # "[AwesomePlugin]" or "[awesomeplugin]" section (case insensitive).
150 #internal = Crop, History, MpdOptions, Lastfm, RandomFallBack
151 contrib = PlaceHolder
154 # type: integer (in hours)
156 # How far to look back in history to avoid to play twice the same track/title
161 ## USER_DB # NOT IMPLEMENTED #
163 # description: Load user database to find similar artists
164 # User DB is loaded from $XDG_CONFIG_HOME/sima/sima.db
165 # Use simadb_cli to edit/add entries.
169 #####################################################################
170 # You do not need to set up options below.
171 # But well, you got bored of the way MPD_sima is behaving, then go ahead
177 # Queue length triggering tracks addition
182 ####################### END OF CONFIGURATION ##########################
184 # vim: syntax=cfg fileencoding=utf-8