38 lines
968 B
Plaintext
38 lines
968 B
Plaintext
# Recommended location for database
|
|
db_file "/home/jonnybravo/.config/mpd/database"
|
|
|
|
# If you want to log messages to a file
|
|
log_file "/home/jonnybravo/.config/mpd/log"
|
|
|
|
# The music directory is by default the home directory.
|
|
music_directory "/home/jonnybravo/Musik"
|
|
|
|
# If you want to support playlists
|
|
playlist_directory "/home/jonnybravo/.config/mpd/playlists"
|
|
|
|
# A unique name for this MPD server
|
|
pid_file "/home/jonnybravo/.config/mpd/pid"
|
|
|
|
state_file "/home/jonnybravo/.config/mpd/state"
|
|
sticker_file "/home/jonnybravo/.config/mpd/sticker.sql"
|
|
|
|
bind_to_address "127.0.0.1"
|
|
port "6601"
|
|
|
|
audio_output {
|
|
type "pipewire"
|
|
name "PipeWire Sound Server"
|
|
}
|
|
|
|
audio_output {
|
|
type "fifo"
|
|
name "my_fifo"
|
|
path "/tmp/mpd.fifo"
|
|
format "44100:16:2"
|
|
}
|
|
|
|
decoder {
|
|
plugin "wildmidi"
|
|
enabled "no"
|
|
}
|