summaryrefslogtreecommitdiff
path: root/.mpdconf-stream
blob: e0d85ddd04d5e8b824fc58034e5a63b46e506cdd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
music_directory		"/home/swhitton/lib/annex/music"
playlist_directory		"/home/swhitton/doc/playlists"
db_file			"/home/swhitton/local/mpd/database"
log_file			"/home/swhitton/local/mpd/log"
pid_file			"/home/swhitton/local/mpd/pid"
state_file			"/home/swhitton/local/mpd/state"
sticker_file                   "/home/swhitton/local/mpd/sticker.sql"
bind_to_address		"localhost"

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

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