Bump
This commit is contained in:
@@ -2,12 +2,9 @@
|
||||
data_dir = /data
|
||||
config_dir = /data/.config
|
||||
cache_dir = /data/.cache
|
||||
max_tracklist_length = 10000
|
||||
|
||||
[audio]
|
||||
mixer = software
|
||||
mixer_volume = 100
|
||||
output = lamemp3enc bitrate=320 ! shout2send mount=mopidy ip=0.0.0.0 port=8000 password=hackme
|
||||
output = lamemp3enc bitrate=320 ! shout2send async=false sync=true mount=mopidy
|
||||
|
||||
[file]
|
||||
media_dirs = /music|Music
|
||||
@@ -18,17 +15,32 @@ excluded_file_extensions =
|
||||
.gif
|
||||
.bmp
|
||||
.m4a
|
||||
.itdb
|
||||
.itl
|
||||
|
||||
[m3u]
|
||||
enabled = false
|
||||
|
||||
[stream]
|
||||
enabled = false
|
||||
|
||||
[local]
|
||||
library = images
|
||||
media_dir = /music
|
||||
scan_flush_threshold = 100
|
||||
excluded_file_extensions =
|
||||
.jpg
|
||||
.jpeg
|
||||
.png
|
||||
.gif
|
||||
.bmp
|
||||
.m4a
|
||||
.itdb
|
||||
.itl
|
||||
|
||||
[local-images]
|
||||
library = sqlite
|
||||
image_dir = /data/.images
|
||||
|
||||
[http]
|
||||
hostname = 0.0.0.0
|
||||
@@ -37,9 +49,6 @@ hostname = 0.0.0.0
|
||||
hostname = 0.0.0.0
|
||||
|
||||
[iris]
|
||||
snapcast_enabled = true
|
||||
snapcast_host = 0.0.0.0
|
||||
snapcast_port = 1705
|
||||
country = US
|
||||
locale = en_US
|
||||
|
||||
|
||||
Reference in New Issue
Block a user