dotfiles-mirror/.mpdconf

17 lines
322 B
Text
Raw Normal View History

2026-02-05 03:05:24 +03:30
bind_to_address "127.0.0.1"
2026-02-21 01:27:19 +03:30
2026-02-05 03:05:24 +03:30
music_directory "/home/coast/Music"
playlist_directory "/home/coast/.mpd/playlists"
2026-02-21 01:27:19 +03:30
db_file "/home/coast/.mpd/database"
log_file "/home/coast/.mpd/log"
pid_file "/home/coast/.mpd/mpd.pid"
user "coast"
2026-02-05 03:05:24 +03:30
audio_output {
2026-02-21 01:27:19 +03:30
type "pulse"
name "PulseAudio Output"
mixer_type "software"
2026-02-05 03:05:24 +03:30
}