beeg beeg one

This commit is contained in:
2026-02-22 08:57:47 -08:00
parent f6e4a4e209
commit 8e1b0376c5
31 changed files with 134 additions and 63 deletions

15
archive/mpd/mpd.conf Normal file
View File

@@ -0,0 +1,15 @@
music_directory "/mnt/media/music"
playlist_directory "~/.local/share/mpd/playlists"
db_file "~/.local/share/mpd/db"
log_file "~/.local/share/mpd/log"
pid_file "~/.local/share/mpd/pid"
state_file "~/.local/share/mpd/state"
sticker_file "~/.local/share/mpd/sticker.sql"
port "6660"
bind_to_address "127.0.0.1"
audio_output {
type "pulse"
name "My Audio"
}