Files
opalfiles/archive/mpd/mpd.conf
2026-02-22 08:57:47 -08:00

16 lines
434 B
Plaintext

music_directory "/mnt/media/music"
playlist_directory "~/.local/share/mpd/playlists"
db_file "~/.local/share/mpd/db"
log_file "~/.local/share/mpd/log"
pid_file "~/.local/share/mpd/pid"
state_file "~/.local/share/mpd/state"
sticker_file "~/.local/share/mpd/sticker.sql"
port "6660"
bind_to_address "127.0.0.1"
audio_output {
type "pulse"
name "My Audio"
}