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

@@ -0,0 +1,22 @@
---
# defaults file for mpd
mpd_name: Music Player Daemon
mpd_restore_paused: true
mpd_auto_update: true
mpd_follow_inside_symlinks: true
mpd_follow_outside_symlinks: false
mpd_music_directory: /var/lib/mpd/music
mpd_playlist_directory: /var/lib/mpd/playlists
mpd_db_file: /var/lib/mpd/mpd.db
mpd_sticker_file: /var/lib/mpd/sticker.db
mpd_state_file: /var/lib/mpd/mpdstate
mpd_user: mpd
mpd_bind_to_address: any
mpd_outputs:
- name: "Null Output"
type: "null"