.dotfiles/.config/mpd/mpd.conf

26 lines
727 B
Plaintext
Raw Normal View History

2020-01-08 13:08:20 +00:00
# Recommended location for database
db_file "$XDG_CONFIG_DIR/mpd/database"
2020-01-08 13:08:20 +00:00
# Logs to systemd journal
log_file "syslog"
# The music directory is by default the XDG directory, uncomment to amend and choose a different directory
music_directory "$XDG_MUSIC_DIR"
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 "$XDG_CONFIG_DIR/mpd/playlists"
pid_file "$XDG_CONFIG_DIR/mpd/pid"
state_file "$XDG_CONFIG_DIR/mpd/state"
sticker_file "$XDG_CONFIG_DIR/mpd/sticker.sql"
2020-01-08 13:08:20 +00:00
audio_output {
type "pulse"
name "pulse audio"
}