Initial commit

This commit is contained in:
Brandon
2019-08-16 17:12:59 -05:00
commit c42f504220
5 changed files with 128 additions and 0 deletions

21
mopidy.conf Executable file
View File

@@ -0,0 +1,21 @@
[core]
data_dir = /data
[local]
library = images
media_dir = /music
[local-images]
library = sqlite
[audio]
output = tee name=t ! queue ! autoaudiosink t. ! queue ! udpsink host=0.0.0.0 port=5555
[m3u]
playlists_dir = /playlists
[http]
hostname = 0.0.0.0
[mpd]
hostname = 0.0.0.0