mirror of
https://github.com/ksyasuda/dotfiles.git
synced 2025-05-22 21:05:52 -07:00
35 lines
778 B
Plaintext
Executable File
35 lines
778 B
Plaintext
Executable File
# 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"
|
|
}
|