Add MPD docker setup

This commit is contained in:
Sonny Bakker 2025-04-21 17:32:24 +02:00
parent bd503eaa0d
commit 4259710626
10 changed files with 170 additions and 77 deletions

View file

@ -1 +1,6 @@
mpd_app_dir: '/srv/docker/mpd'
mpd_music_dir: '/home/sonny/music'
mpd_config_dir: '{{ xdg_config_dir }}/mpd'
mpd_playlist_dir: '{{ xdg_data_dir }}/mpd/playlists'
mpd_state_dir: '{{ xdg_state_dir }}/mpd'