summaryrefslogtreecommitdiff
path: root/.config/mpd/mpd.conf.luke
blob: a8b34282e0e0c38d82a93268f1161842218b6b90 (plain)
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
db_file            "~/.config/mpd/database"
log_file           "~/.config/mpd/log"
music_directory    "~/Music"
playlist_directory "~/.config/mpd/playlists"
pid_file           "~/.config/mpd/pid"
state_file         "~/.config/mpd/state"
sticker_file       "~/.config/mpd/sticker.sql"

auto_update "yes"

bind_to_address "127.0.0.1"
port "6600"

restore_paused "yes"
max_output_buffer_size "16384"

follow_outside_symlinks	"yes"
follow_inside_symlinks		"yes"
#audio_output {
#      type  "alsa"
#      name  "alsa for audio soundcard"
#      mixer_type "software"
#}

audio_output {
type               "fifo"
name               "toggle_visualizer"
path               "/tmp/mpd.fifo"
format             "44100:16:2"
}
# An example of a pulseaudio output (streaming to a remote pulseaudio server)
#
audio_output {
	type		"pulse"
	name		"My Pulse Output"
#	server		"127.0.0.1"		# optional
	mixer_type	"software"	# optional
#	sink		"remote_server_sink"	# optional
}
# QOBUZ input plugin
input {
        enabled    "no"
        plugin     "qobuz"
#        app_id     "ID"
#        app_secret "SECRET"
#        username   "USERNAME"
#        password   "PASSWORD"
#        format_id  "N"
}

# TIDAL input plugin
input {
        enabled      "no"
        plugin       "tidal"
##        token        "TOKEN"
#        username     "USERNAME"
#        password     "PASSWORD"
#        audioquality "Q"
}

# Decoder #####################################################################
#

#decoder {
##        plugin                  "hybrid_dsd"
#        enabled                 "no"
#       gapless                 "no"
#}

decoder {
        plugin                  "wildmidi"
        enabled                 "no"
#       gapless                 "no"
}