Browse Source

added visualization

master
Marc 4 years ago
parent
commit
4d0042482e
1 changed files with 12 additions and 0 deletions
  1. 12
      .config/mpd/mpd.conf

12
.config/mpd/mpd.conf

@ -11,3 +11,15 @@ sticker_file "~/.local/share/mpd/sticker.sql"
auto_update "yes"
replaygain "album"
metadata_to_use "artist,album,title,track,name,genre,date,albumartist"
audio_output {
type "pulse"
name "My Pulse Output"
}
audio_output {
type "fifo"
name "my_fifo"
path "/tmp/mpd.fifo"
format "44100:16:2"
}
Loading…
Cancel
Save