Boot fixes, scratch windows

This commit is contained in:
Ian Keane 2026-08-09 14:31:49 -04:00
parent 8aa1f8a8a6
commit d3de780583
9 changed files with 740 additions and 0 deletions

22
config/mpd/mpd.conf Normal file
View file

@ -0,0 +1,22 @@
# MPD configuration
# Music is on NFS share at /mnt/media — MPD only starts if that's mounted
music_directory "/mnt/media/Music"
playlist_directory "/mnt/media/Music/playlists"
db_file "~/.config/mpd/database"
log_file "~/.config/mpd/log"
pid_file "/var/run/mpd/mpd.pid"
state_file "~/.config/mpd/state"
user "green"
bind_to_address "localhost"
port "6600"
audio_output {
type "pulse"
name "PulseAudio Output"
}
# Also try pipewire via pulse compatibility layer
# If pure pipewire is needed, switch type to "pipewire"