astrXbian/.install/templates/copylaradio/mpd.conf

30 lines
915 B
Plaintext

music_directory "/home/_USER_/astroport/mp3"
playlist_directory "/home/_USER_/.zen/playlists"
user "_USER_"
bind_to_address "localhost"
auto_update "yes"
zeroconf_enabled "yes"
zeroconf_name "Astroport CopyLaRadio Jukebox"
connection_timeout "120"
filesystem_charset "UTF-8"
id3v1_encoding "UTF-8"
log_file "syslog"
###############################
audio_output {
type "pulse"
name "My Pulse Output"
server "127.0.0.1"
}
audio_output {
type "httpd"
name "CopyLaRadio HTTP Stream"
encoder "lame"
port "8000"
quality "5.0"
# bitrate "128"
format "44100:16:1"
}