This repository has been archived on 2023-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/.config/mpd/mpd.conf

30 lines
999 B
Plaintext
Raw Normal View History

2020-12-14 12:21:58 +01:00
# Recommended location for database
2021-09-23 23:28:35 +02:00
db_file "~/.config/mpd/database"
2020-12-14 12:21:58 +01:00
# Logs to systemd journal
2021-09-23 23:28:35 +02:00
log_file "syslog"
2020-12-14 12:21:58 +01:00
# The music directory is by default the XDG directory, uncomment to amend and choose a different directory
2021-09-23 23:28:35 +02:00
music_directory "~/music"
2020-12-14 12:21:58 +01:00
# Uncomment to refresh the database whenever files in the music_directory are changed
2021-09-23 23:28:35 +02:00
auto_update "yes"
2020-12-14 12:21:58 +01:00
# Uncomment to enable the functionalities
2021-09-23 23:28:35 +02:00
playlist_directory "~/.config/mpd/playlists"
pid_file "~/.config/mpd/pid"
#state_file "~/.config/mpd/state"
sticker_file "~/.config/mpd/sticker.sql"
2020-12-14 12:21:58 +01:00
audio_output {
2021-09-23 23:28:35 +02:00
type "pulse"
name "pulse audio"
2020-12-14 12:21:58 +01:00
}
audio_output {
2021-09-23 23:28:35 +02:00
type "fifo"
name "my_fifo"
path "/tmp/mpd.fifo"
format "44100:16:2"
2020-12-14 12:21:58 +01:00
}