From f8d538a622f26675b21464486214ea9156236ab9 Mon Sep 17 00:00:00 2001 From: erin sims Date: Mon, 30 May 2022 14:18:22 +0000 Subject: [PATCH] new configs i got some notes to configure into these still working still working on these --- playbooks/mpdb.conf | 27 +++++++++++++++++++++++++++ playbooks/mpdf.conf | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 65 insertions(+) create mode 100644 playbooks/mpdb.conf create mode 100644 playbooks/mpdf.conf 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" + +[] + + +