archive
This commit is contained in:
52
mpd-ympd-proxy-pause/scratch/mpd-ympd-conf
Executable file
52
mpd-ympd-proxy-pause/scratch/mpd-ympd-conf
Executable file
@@ -0,0 +1,52 @@
|
||||
db_file "/db/database"
|
||||
|
||||
music_directory "/media"
|
||||
playlist_directory "/playlists"
|
||||
state_file "/state"
|
||||
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
|
||||
# bitrate "128"
|
||||
# max_clients "0" # optional 0=no limit
|
||||
#}
|
||||
|
||||
audio_output {
|
||||
type "httpd"
|
||||
name "Mpd_Lame"
|
||||
encoder "lame"
|
||||
port "8000"
|
||||
bitrate "128"
|
||||
format "44100:16:1"
|
||||
max_clients "0"
|
||||
bind_to_address "0.0.0.0"
|
||||
}
|
||||
|
||||
#
|
||||
#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"
|
||||
#}
|
||||
|
||||
Reference in New Issue
Block a user