astroport/.install/templates/copylaradio/mpd.conf

37 lines
1.1 KiB
Plaintext
Raw Normal View History

2020-05-11 20:11:49 +02:00
music_directory "/home/_USER_/.zen/music"
playlist_directory "/home/_USER_/.zen/playlists"
2020-05-11 20:11:03 +02:00
user "_USER_"
2020-05-12 00:19:21 +02:00
bind_to_address "localhost"
2020-03-25 18:21:56 +01:00
auto_update "yes"
zeroconf_enabled "yes"
2020-05-12 00:19:21 +02:00
zeroconf_name "Astroport CopyLaRadio Jukebox"
2020-05-11 22:31:16 +02:00
connection_timeout "120"
2020-03-25 18:21:56 +01:00
filesystem_charset "UTF-8"
id3v1_encoding "UTF-8"
2020-05-12 00:19:21 +02:00
log_file "syslog"
2020-03-25 18:21:56 +01:00
###############################
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"
}
2020-05-12 00:19:21 +02:00
audio_output {
type "fifo"
name "my pipe"
path "/tmp/snapfifo"
format "48000:16:2"
mixer_type "software"
}