Bump
This commit is contained in:
41
root/defaults/icecast.xml
Normal file
41
root/defaults/icecast.xml
Normal file
@@ -0,0 +1,41 @@
|
||||
<icecast>
|
||||
<hostname>icecast.local</hostname>
|
||||
<location>local</location>
|
||||
<admin>noreply@icecast.local</admin>
|
||||
<fileserve>1</fileserve>
|
||||
|
||||
<limits>
|
||||
<burst-on-connect>0</burst-on-connect>
|
||||
</limits>
|
||||
|
||||
<authentication>
|
||||
<source-password>hackme</source-password>
|
||||
<relay-password>hackme</relay-password>
|
||||
<admin-user>admin</admin-user>
|
||||
<admin-password>hackme</admin-password>
|
||||
</authentication>
|
||||
|
||||
<listen-socket>
|
||||
<port>8000</port>
|
||||
<bind-address>0.0.0.0</bind-address>
|
||||
</listen-socket>
|
||||
|
||||
<mount>
|
||||
<mount-name>/mopidy</mount-name>
|
||||
<fallback-mount>/silence.mp3</fallback-mount>
|
||||
<fallback-override>1</fallback-override>
|
||||
</mount>
|
||||
|
||||
<paths>
|
||||
<logdir>/data/icecast/logs</logdir>
|
||||
<webroot>/data/icecast/web</webroot>
|
||||
<adminroot>/data/icecast/admin</adminroot>
|
||||
|
||||
<alias source="/" destination="/status.xsl"/>
|
||||
</paths>
|
||||
|
||||
<logging>
|
||||
<loglevel>3</loglevel>
|
||||
<logsize>10000</logsize>
|
||||
</logging>
|
||||
</icecast>
|
||||
@@ -1,10 +1,10 @@
|
||||
[core]
|
||||
cache_dir = /data/.cache
|
||||
config_dir = /data/.config
|
||||
data_dir = /data
|
||||
config_dir = /data/.config
|
||||
cache_dir = /data/.cache
|
||||
|
||||
[audio]
|
||||
output = audioresample ! audioconvert ! audio/x-raw,rate=48000,channels=2,format=S16LE ! wavenc ! filesink location=/tmp/snapfifo
|
||||
output = lamemp3enc bitrate=320 ! shout2send async=false mount=mopidy ip=0.0.0.0 port=8000 password=hackme
|
||||
|
||||
[file]
|
||||
media_dirs = /music|Music
|
||||
@@ -12,6 +12,7 @@ media_dirs = /music|Music
|
||||
[local]
|
||||
library = images
|
||||
media_dir = /music
|
||||
scan_flush_threshold = 100
|
||||
|
||||
[local-images]
|
||||
library = sqlite
|
||||
@@ -28,3 +29,27 @@ snapcast_host = snapserver
|
||||
snapcast_port = 1705
|
||||
country = US
|
||||
locale = en_US
|
||||
|
||||
[spotify]
|
||||
username =
|
||||
password =
|
||||
client_id =
|
||||
client_secret =
|
||||
bitrate = 320
|
||||
|
||||
[spotify_web]
|
||||
client_id =
|
||||
client_secret =
|
||||
|
||||
[gmusic]
|
||||
username =
|
||||
password =
|
||||
deviceid = mac
|
||||
bitrate = 320
|
||||
|
||||
[soundcloud]
|
||||
auth_token =
|
||||
|
||||
[scrobbler]
|
||||
username =
|
||||
password =
|
||||
|
||||
BIN
root/defaults/silence.mp3
Normal file
BIN
root/defaults/silence.mp3
Normal file
Binary file not shown.
Reference in New Issue
Block a user