.dotfiles/.config/mpd/mpd.conf

26 lines
690 B
Text
Raw Normal View History

2020-01-08 13:08:20 +00:00
# Recommended location for database
db_file "~/.config/mpd/database"
# Logs to systemd journal
log_file "syslog"
# The music directory is by default the XDG directory, uncomment to amend and choose a different directory
2020-01-15 01:49:43 +00:00
music_directory "~/Music"
2020-01-08 13:08:20 +00:00
2020-01-17 21:19:50 +00:00
# Refresh the database whenever files in the music_directory are changed
2020-01-08 13:08:20 +00:00
auto_update "yes"
2020-01-17 21:19:50 +00:00
# Restore in paused mode
restore_paused "yes"
2020-01-08 13:08:20 +00:00
# Uncomment to enable the functionalities
playlist_directory "~/.config/mpd/playlists"
pid_file "~/.config/mpd/pid"
state_file "~/.config/mpd/state"
sticker_file "~/.config/mpd/sticker.sql"
audio_output {
type "pulse"
name "pulse audio"
}