Feat: add mpd role and enable it to nas
This commit is contained in:
11
vars/nas.yml
11
vars/nas.yml
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user