userspace-installation-maid/.config/mpd/mpd.conf

40 lines
819 B
Plaintext
Raw Normal View History

2024-02-05 03:30:51 -05:00
# Location for database
db_file "~/.config/mpd/database"
# Logs to system journal
log_file "~/.config/mpd/mpd.log"
# The Music directory
music_directory "~/Mounts/hdd2/Music"
state_file "~/.config/mpd/state"
sticker_file "~/.config/mpd/sticker.sql"
# Uncomment to refresh the database whenever files in the music_directory are changed
auto_update "yes"
auto_update_depth "0"
# Keeps MPD paused on launch
restore_paused "yes"
# Cue settings
playlist_plugin {
name "cue"
enabled "yes"
as_directory "no"
}
audio_output {
type "pipewire"
name "PipeWire sound Server"
2024-02-11 15:01:25 -05:00
buffer_time "100000"
2024-02-05 03:30:51 -05:00
}
audio_output {
type "fifo"
name "my_fifo"
path "/tmp/mpd.fifo"
format "44100:16:2"
2024-02-11 15:01:25 -05:00
buffer_time "100000"
2024-02-05 03:30:51 -05:00
}