๐Ÿ”’ Backup for my config files
dotfiles
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add mpd config

kacaii d538d042 3ec2aef9

+15
+15
.config/mpd/mpd.conf
··· 1 + music_directory "~/Music" 2 + playlist_directory "~/Music/Playlists" 3 + db_file "~/.mpd/database" 4 + state_file "~/.mpd/state" 5 + 6 + auto_update "yes" 7 + restore_paused "yes" 8 + 9 + bind_to_address "127.0.0.1" 10 + port "6600" 11 + 12 + audio_output { 13 + type "pipewire" 14 + name "PipeWire Sound Server" 15 + }