aboutsummaryrefslogtreecommitdiff
path: root/.config/mpd/mpd.conf
blob: 31de141f887de26cc2e56b30287b3f02b87c8ba9 (plain) (blame)
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
music_directory		"~/stuff/music"

playlist_directory		"~/.local/share/mpd/playlists"

db_file			"~/.local/share/mpd/database"

#log_file			"~/.local/share/mpd/log"
# Logs to systemd journal
log_file           "syslog"

# pid file not needed, but why not
pid_file			"~/.local/share/mpd/pid"

# don't remember state before restart
#state_file			"~/.local/share/mpd/state"

# dynamic information attached to songs.
sticker_file			"~/.local/share/mpd/sticker.sql"


# default: run as current user
#user				"nobody"

# default: use group of current user
#group				"audio"

# For network
#bind_to_address		"any"

# And for Unix Socket
#bind_to_address		"~/.mpd/socket"

#port				"6600"

# "default", "secure", "verbose"
#log_level			"default"

# pause songs when restoring state
restore_paused "yes"

#save_absolute_paths_in_playlists	"no"

#metadata_to_use	"artist,album,title,track,name,genre,date,composer,performer,disc"

#metadata_to_use "+comment"

auto_update	"yes"

# no limit by default.
#auto_update_depth "3"

#follow_outside_symlinks	"yes"
#follow_inside_symlinks		"yes"

# Zeroconf / Avahi.
#zeroconf_enabled		"yes"
#zeroconf_name			"Music Player @ %h"


#password                        "password@read,add,control,admin"

# permissions for non-logged users
#default_permissions             "read,add,control,admin"

#database {
#       plugin "proxy"
#       host "other.mpd.host"
#       port "6600"
#}

#input {
#        plugin "curl"
#       proxy "proxy.isp.com:8080"
#       proxy_user "user"
#       proxy_password "password"
#}

# Audio Output

#audio_output {
#	type		"alsa"
#	name		"My ALSA Device"
##	name		"ALSA sound card"
##	device		"hw:0,0"	# optional
##	mixer_type      "hardware"	# optional
##	mixer_device	"default"	# optional
##	mixer_control	"PCM"		# optional
##	mixer_index	"0"		# optional
#}

#audio_output {
#	type		"oss"
#	name		"My OSS Device"
##	device		"/dev/dsp"	# optional
##	mixer_type      "hardware"	# optional
##	mixer_device	"/dev/mixer"	# optional
##	mixer_control	"PCM"		# optional
#}

#audio_output {
#	type		"pulse"
#	name		"My Pulse Output"
##	name		"pulse audio"
##	server		"remote_server"		# optional
##	sink		"remote_server_sink"	# optional
#}

# An example of an sndio output.
#
#audio_output {
#	type		"sndio"
#	name		"sndio output"
#	mixer_type	"hardware"
#}

# (ReplayGain) "off", "album", "track","auto" default: off
#replaygain			"album"
#replaygain_preamp		"0"
#replaygain_missing_preamp	"0"
#replaygain_limit		"yes"

# no sudden high volume?
#volume_normalization		"no"

filesystem_charset		"UTF-8"