vladkomarr

mpd

Dec 26th, 2015
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.30 KB | None | 0 0
  1. # See: /usr/share/doc/mpd/mpdconf.example
  2.  
  3. pid_file "/run/mpd/mpd.pid"
  4. db_file "/var/lib/mpd/mpd.db"
  5. state_file "/var/lib/mpd/mpdstate"
  6. playlist_directory "/var/lib/mpd/playlists"
  7.  
  8. audio_output {
  9.     type        "fifo"
  10.     name        "fifo: ncmpcpp visualizer"
  11.     path        "~/.mpd/.mpd.fifo"
  12.     format      "44100:16:2"
  13. }
Advertisement
Add Comment
Please, Sign In to add comment