diff --git a/playbooks/mpdb.conf b/playbooks/mpdb.conf new file mode 100644 index 0000000..de886c5 --- /dev/null +++ b/playbooks/mpdb.conf @@ -0,0 +1,27 @@ +Server side /etc/mpd.conf: + + +audio_output { + +type "httpd" name "My HTTP Stream" + +encoder "vorbis" # optional, vorbis or lame + +port "8000" # + +bind_to_address "your-server-IP-addr-here" # optional, IPv4 or IPv6 + +quality "5.0" # do not define if bitrate is d$ + +always_on "yes" + +tags "yes" + +format "44100:16:1" + +max_clients "0" # optional 0=no limit + +} + + + diff --git a/playbooks/mpdf.conf b/playbooks/mpdf.conf new file mode 100644 index 0000000..306de16 --- /dev/null +++ b/playbooks/mpdf.conf @@ -0,0 +1,38 @@ +[Default] + +hostname="localhost" + +name="Default" + +password="" + +portnumber="6600" + +useauth="0" + +music directory="" + +db update time="12345678901" + +[] + +[Remote] + +hostname="your-server-IP-addr-here" + +name="Remote" + +password="" + +portnumber="8000" + +useauth="0" + +music directory="" + +db update time="12345678901" + +[] + + +