소스 검색

new configs i got some notes to configure into these still working

still working on these
master
erin sims 2 년 전
부모
커밋
f8d538a622
2개의 변경된 파일65개의 추가작업 그리고 0개의 파일을 삭제
  1. +27
    -0
      playbooks/mpdb.conf
  2. +38
    -0
      playbooks/mpdf.conf

+ 27
- 0
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

}




+ 38
- 0
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"

[]




불러오는 중...
취소
저장