65 lines
1.0 KiB
Plaintext
65 lines
1.0 KiB
Plaintext
# An example configuration file for MPD.
|
|
# Read the user manual for documentation: http://www.musicpd.org/doc/user/
|
|
|
|
# Don't play music on start
|
|
|
|
# Files
|
|
music_directory "~/Desktop/sync/Music"
|
|
playlist_directory "~/.mpd/playlists"
|
|
db_file "~/.mpd/database"
|
|
log_file "~/.mpd/log"
|
|
pid_file "~/.mpd/pid"
|
|
state_file "~/.mpd/state"
|
|
sticker_file "~/.mpd/sticker.sql"
|
|
|
|
auto_update "yes"
|
|
follow_outside_symlinks "yes"
|
|
follow_inside_symlinks "yes"
|
|
save_absolute_paths_in_playlists "no"
|
|
|
|
|
|
# Runtime options
|
|
user "mark"
|
|
group "mark"
|
|
port "6600"
|
|
|
|
restore_paused "yes"
|
|
volume_normalization "no"
|
|
|
|
metadata_to_use "artist,album,title,track,name,genre,date,comment"
|
|
zeroconf_enabled "no"
|
|
|
|
|
|
# Output options
|
|
|
|
audio_output {
|
|
type "pulse"
|
|
name "pulse audio"
|
|
}
|
|
|
|
# fifo for visualizer
|
|
audio_output {
|
|
type "fifo"
|
|
name "fifo"
|
|
path "/tmp/mpd.fifo"
|
|
format "44100:16:2"
|
|
}
|
|
|
|
|
|
# Plugins
|
|
input {
|
|
plugin "tidal"
|
|
enabled "no"
|
|
}
|
|
input {
|
|
plugin "qobuz"
|
|
enabled "no"
|
|
}
|
|
decoder {
|
|
plugin "hybrid_dsd"
|
|
enabled "no"
|
|
}
|
|
decoder {
|
|
plugin "wildmidi"
|
|
enabled "no"
|
|
} |