Update theme, install more packages
This commit is contained in:
20
.config/mpd/mpd.conf
Normal file
20
.config/mpd/mpd.conf
Normal file
@ -0,0 +1,20 @@
|
||||
db_file "~/.local/share/mpd/database"
|
||||
log_file "syslog"
|
||||
|
||||
music_directory "~/music"
|
||||
playlist_directory "~/.local/share/mpd/playlists"
|
||||
pid_file "~/.cache/mpd/pid"
|
||||
state_file "~/.cache/mpd/state"
|
||||
sticker_file "~/.cache/mpd/sticker.sql"
|
||||
|
||||
audio_output {
|
||||
type "pulse"
|
||||
name "PulseAudio"
|
||||
}
|
||||
|
||||
audio_output {
|
||||
type "fifo"
|
||||
name "Visualizer"
|
||||
path "/tmp/mpd.fifo"
|
||||
format "44100:16:2"
|
||||
}
|
Reference in New Issue
Block a user