mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:31 +02:00
update mpd
This commit is contained in:
parent
c94b7d5ec1
commit
22aa007175
@ -2,16 +2,16 @@ music_directory "/var/lib/mpd/music"
|
||||
playlist_directory "/var/lib/mpd/playlists"
|
||||
db_file "/var/lib/mpd/database"
|
||||
log_file "/var/log/mpd/mpd.log"
|
||||
pid_file "/var/run/mpd/mpd.pid"
|
||||
pid_file "/var/run/mpd.pid"
|
||||
state_file "/var/lib/mpd/state"
|
||||
sticker_file "/var/lib/mpd/sticker.sql"
|
||||
|
||||
input {
|
||||
plugin "curl"
|
||||
plugin "alsa"
|
||||
}
|
||||
|
||||
input {
|
||||
plugin "alsa"
|
||||
plugin "curl"
|
||||
}
|
||||
|
||||
audio_output {
|
||||
@ -20,6 +20,13 @@ audio_output {
|
||||
mixer_type "software"
|
||||
}
|
||||
|
||||
audio_output {
|
||||
type "pulse"
|
||||
name "My Pulse Output"
|
||||
server "172.17.0.1"
|
||||
sink "bluez_sink.E8_07_BF_46_F4_B1"
|
||||
}
|
||||
|
||||
audio_output {
|
||||
type "httpd"
|
||||
name "My HTTP Stream"
|
||||
|
13
mpd/mpd.conf
13
mpd/mpd.conf
@ -2,16 +2,16 @@ music_directory "/var/lib/mpd/music"
|
||||
playlist_directory "/var/lib/mpd/playlists"
|
||||
db_file "/var/lib/mpd/database"
|
||||
log_file "/var/log/mpd/mpd.log"
|
||||
pid_file "/var/run/mpd/mpd.pid"
|
||||
pid_file "/var/run/mpd.pid"
|
||||
state_file "/var/lib/mpd/state"
|
||||
sticker_file "/var/lib/mpd/sticker.sql"
|
||||
|
||||
input {
|
||||
plugin "curl"
|
||||
plugin "alsa"
|
||||
}
|
||||
|
||||
input {
|
||||
plugin "alsa"
|
||||
plugin "curl"
|
||||
}
|
||||
|
||||
audio_output {
|
||||
@ -20,6 +20,13 @@ audio_output {
|
||||
mixer_type "software"
|
||||
}
|
||||
|
||||
audio_output {
|
||||
type "pulse"
|
||||
name "My Pulse Output"
|
||||
server "172.17.0.1"
|
||||
sink "bluez_sink.E8_07_BF_46_F4_B1"
|
||||
}
|
||||
|
||||
audio_output {
|
||||
type "httpd"
|
||||
name "My HTTP Stream"
|
||||
|
Loading…
Reference in New Issue
Block a user