Feat: add mpd role and enable it to nas

This commit is contained in:
2022-08-18 21:42:48 +02:00
parent db8a7e758e
commit 5ad74e8f9d
14 changed files with 208 additions and 3 deletions

View File

@@ -21,3 +21,14 @@ upss:
# minidlna
minidlna_friendly_name: "Nas dlna"
minidlna_media_dir: /mnt/DocNas/Commun/musique/
# Mpd
mpd_name: Mpd NAS
mpd_music_directory: /mnt/DocNas/Commun/musique
mpd_outputs:
- type: "httpd"
name: "Nas mpd stream"
encoder: "vorbis" # optional, vorbis or lame
port: "8000"
bitrate: "128" # do not define if quality is defined
format: "44100:16:1"