my_konfig

This commit is contained in:
2025-12-17 18:10:08 +01:00
parent ed4ae93364
commit 773955ef02
42 changed files with 1313 additions and 158 deletions

37
config/mpd/mpd.conf Normal file
View File

@@ -0,0 +1,37 @@
# 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"
}