podcast/mpd-ympd-proxy-pause/mpd.conf

22 lines
461 B
Plaintext
Executable File

db_file "/mnt/database/database"
music_directory "/mnt/media"
playlist_directory "/mnt/playlists"
state_file "/opt/state"
auto_update "yes"
bind_to_address "0.0.0.0"
audio_output {
type "httpd"
name "Mpd_Lame"
port "8000"
max_clients "0"
encoder "flac"
format "44100:16:1"
#encoder "lame"
#bitrate "96"
}