mirror of
https://github.com/ksyasuda/dotfiles.git
synced 2025-12-08 22:48:00 -08:00
add macos mpd
This commit is contained in:
34
.config/mpd/mpd.conf##os.Darwin
Executable file
34
.config/mpd/mpd.conf##os.Darwin
Executable 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"
|
||||
}
|
||||
Reference in New Issue
Block a user