38 lines
710 B
Plaintext
Executable File
38 lines
710 B
Plaintext
Executable File
db_file "/db/database"
|
|
|
|
music_directory "/media"
|
|
playlist_directory "/playlists"
|
|
auto_update "yes"
|
|
|
|
audio_output {
|
|
type "httpd"
|
|
name "Mpd_Ogg"
|
|
encoder "vorbis" # optional, vorbis or lame
|
|
port "6501"
|
|
quality "5.0" # do not define if bitrate is defined
|
|
max_clients "0" # optional 0=no limit
|
|
}
|
|
|
|
audio_output {
|
|
type "httpd"
|
|
name "Mpd_Wav"
|
|
encoder "wave"
|
|
port "6502"
|
|
}
|
|
|
|
audio_output {
|
|
type "httpd"
|
|
name "Mpd_Flac"
|
|
encoder "flac"
|
|
port "6503"
|
|
format "44100:16:2"
|
|
}
|
|
|
|
audio_output {
|
|
type "httpd"
|
|
name "Mpd_Lame"
|
|
encoder "lame"
|
|
port "6504"
|
|
bitrate "128"
|
|
}
|