23 lines
617 B
Text
23 lines
617 B
Text
|
|
# 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"
|