summaryrefslogtreecommitdiff
path: root/archive/.mpdconf
blob: 7034c6b6f4030d7c18a1be6d4c45fa2af8688955 (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
# in i3 startup script, used to have this:
# # ---- startup applications
#
# if ! in-develacc; then
#     # the systemd user unit for mpd can fail because it doesn't get
#     # XDG_RUNTIME_DIR set, so disable it and start ourselves
#     systemctl --user mask mpd ||:
#     pgrep -u "$USER" mpd || mpd &
# fi

# -*- mode: conf-space; -*-

music_directory		"/home/spwhitton/lib/annex/music"
playlist_directory		"/home/spwhitton/doc/playlists"
db_file			"/home/spwhitton/local/mpd/database"
log_file			"/home/spwhitton/local/mpd/log"
pid_file			"/home/spwhitton/local/mpd/pid"
state_file			"/home/spwhitton/local/mpd/state"
sticker_file                   "/home/spwhitton/local/mpd/sticker.sql"
bind_to_address		"localhost"

# This audio output should match the default one that running mpd on
# Xfce startup adds.  We have it here explicitly because adding the
# HTTP stream output below disables adding the default output
audio_output {
	type		"pulse"
	name		"My Pulse Output"
	#server		"remote_server"		# optional
	#sink		"remote_server_sink"	# optional
}

# # HTTP stream to LAN
# audio_output {
#        type            "httpd"
#        name            "Sean's music stream"
#        encoder         "lame"
#        port            "8000"
#        bind_to_address "192.168.1.72"
#        bitrate         "128"
#        format          "44100:16:1"
#        max_clients     "1"
# }

filesystem_charset		"UTF-8"
id3v1_encoding			"UTF-8"