add macos mpd

This commit is contained in:
2025-05-04 20:16:53 -07:00
parent 9632d9e9ee
commit bfe794ecc3
14 changed files with 29 additions and 2 deletions

34
.config/mpd/mpd.conf##os.Darwin Executable file
View File

@@ -0,0 +1,34 @@
# See: /usr/share/doc/mpd/mpdconf.example
# bind_to_address "thebox"
# bind_to_address "localhost"
pid_file "~/.config/mpd/pid"
# db_file "~/.mpd/database"
state_file "~/.config/mpd/mpdstate"
playlist_directory "~/.config/mpd/playlists"
# music_directory "~/Music"
music_directory "/Volumes/jellyfin/music"
# music_directory "nfs://102.168.5.77:/nandury/jellyfin/music"
database {
plugin "simple"
path "~/.config/mpd/database"
}
# database {
# plugin "proxy"
# host "thebox"
# port "6600"
# }
audio_output {
type "pipewire"
name "PipeWire Sound Server"
}
audio_output {
type "fifo"
name "my_fifo"
path "/tmp/mpd.fifo"
format "44100:16:2"
}