mirror of
https://github.com/Keyitdev/dotfiles.git
synced 2026-09-24 01:52:09 +00:00
18 lines
434 B
Plaintext
Executable File
18 lines
434 B
Plaintext
Executable File
# Documentation: https://mpd.readthedocs.io/en/stable/user.html
|
|
# Config created by Keyitdev https://www.github.com/keyitdev/dotfiles
|
|
# Copyright (C) 2022 Keyitdev
|
|
|
|
music_directory "~/Music"
|
|
|
|
db_file "~/.config/mpd/database"
|
|
playlist_directory "~/.config/mpd/playlists"
|
|
|
|
auto_update "yes"
|
|
bind_to_address "127.0.0.1"
|
|
restore_paused "yes"
|
|
max_output_buffer_size "16384"
|
|
|
|
audio_output {
|
|
type "pulse"
|
|
name "pulse"
|
|
} |