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 #####################################
65 ## QUEUE_MODE # NOT COMPLETED #
67 # description: The default is to queue random tracks from similar artists.
69 # track : Will queue tracks from similar artists (default).
70 # top : Will queue top tracks from similar artists. # NOT IMPLEMENTED #
71 # album : Will queue whole album from similar artists. # NOT IMPLEMENTED #
75 # type: integer in [0 100]
76 # description: Similarity as a percentage of similarity between artists
77 # (this is a last.fm metric)
82 # description: Number of similar artist to retrieve from local media library.
83 # When set to something superior to zero, MPD_sima tries to get as much similar
84 # artists from media library provided artists similarity is superior to
88 ## SINGLE_ALBUM # NOT IMPLEMENTED #
90 # scope: "track" and "top" queue modes
91 # description: Prevent from queueing a track from the same album (for instance with OST).
96 # scope: "track" and "top" queue modes
97 # description: how many tracks the plugin will try to get
102 # scope: "album" queue mode
103 # description: how many albums the plugin will try to get
107 #######################################################################
110 ######################## SIMA CORE ####################################
112 # These settings deal with MPD_sima core behaviour.
115 # type: comma separated string list
117 # plugins = Scrobble, AwesomePlugin,
118 # ExperimentalTest,AnotherTest
120 # Plugins list declaration.
121 # Optional plugin's configuration must be in its own section. For instance an
122 # "AwesomePlugin" declared here gets its configuration from the
123 # "[AwesomePlugin]" or "[awesomeplugin]" section (case insensitive).
126 plugins = PlaceHolder
129 # type: integer (in hours)
131 # How far to look back in history to avoid to play twice the same track/title
138 # description: How many played tracks to keep in the playlist.
139 # Allow to maintain a fixed length playlist.
140 # set to 0 to keep all played tracks.
145 ## USER_DB # NOT IMPLEMENTED #
147 # description: Load user database to find similar artists
148 # User DB is loaded from $XDG_CONFIG_HOME/sima/sima.db
149 # Use simadb_cli to edit/add entries.
153 #####################################################################
154 # You do not need to set up options below.
155 # But well, you got bored of the way MPD_sima is behaving, then go ahead
161 # Queue length triggering tracks addition
166 ####################### END OF CONFIGURATION ##########################
168 # vim: syntax=cfg fileencoding=utf-8