Boot fixes, scratch windows
This commit is contained in:
parent
8aa1f8a8a6
commit
d3de780583
9 changed files with 740 additions and 0 deletions
22
config/mpd/mpd.conf
Normal file
22
config/mpd/mpd.conf
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue