File: mpd-sima.cfg

package info (click to toggle)
mpd-sima 0.18.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 716 kB
  • sloc: python: 4,364; sh: 222; makefile: 166
file content (29 lines) | stat: -rw-r--r-- 610 bytes parent folder | download | duplicates (2)
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
# 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]
# 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