This file is indexed.

/etc/mpd-sima.cfg is in mpd-sima 0.14.1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# For exhaustive options lits see manual: man 5 mpd_sima.cfg
# or /usr/share/doc/mpd-sima/examples/

[MPD]
#host = localhost
#port = 6600
#password = s3cr3t

[log]
logfile = /var/log/mpd-sima/mpd-sima.log
# Possible values: debug, info, warning, error
# PAY ATTENTION: *DEBUG LEVEL MIGHT PRINT OUT YOUR PASSWORD*
verbosity = info

# These settings deal with MPD_sima core behaviour.
[sima]
#internal = Crop, Lastfm, Random
#contrib =
## HISTORY_DURATION (in hours)
history_duration = 8

[lastfm]
## QUEUE_MODE
# Possible values: track, top, album
queue_mode = track
track_to_add = 1
album_to_add = 1
cache = True

# vim: syntax=cfg fileencoding=utf-8