Initial commit for public dots
This commit is contained in:
29
.config/mpd/mpd.conf
Normal file
29
.config/mpd/mpd.conf
Normal file
@ -0,0 +1,29 @@
|
||||
bind_to_address "127.0.0.1"
|
||||
music_directory "~/docs/music"
|
||||
#music_directory "/run/media/HDD/New\ FL\ Backup"
|
||||
playlist_directory "~/.config/mpd/playlists"
|
||||
db_file "~/.cache/mpd/database"
|
||||
log_file "~/.cache/mpd/log"
|
||||
pid_file "~/.cache/mpd/pid"
|
||||
state_file "~/.cache/mpd/state"
|
||||
sticker_file "~/.cache/mpd/sticker.sql"
|
||||
|
||||
audio_output {
|
||||
type "pulse"
|
||||
name "pulse audio"
|
||||
device "pulse"
|
||||
mixer_type "hardware"
|
||||
}
|
||||
|
||||
# audio_output {
|
||||
# type "jack"
|
||||
# name "jack audio"
|
||||
# device "hw:M2,0"
|
||||
# }
|
||||
|
||||
audio_output {
|
||||
type "fifo"
|
||||
name "my_fifo"
|
||||
path "/tmp/mpd.fifo"
|
||||
format "44100:16:2"
|
||||
}
|
||||
Reference in New Issue
Block a user