Advertisement
Guest User

mpd.conf for alsa and ncmpcpp visualiser

a guest
Nov 5th, 2010
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. music_directory "/home/tartan/Music" # Your music dir.
  2. playlist_directory "/var/lib/mpd/playlists"
  3. db_file "/var/lib/mpd/mpd.db"
  4. log_file "/var/log/mpd/mpd.log"
  5. error_file "/var/log/mpd/mpd.error"
  6. pid_file "/var/run/mpd/mpd.pid"
  7. state_file "/var/lib/mpd/mpdstate"
  8. user "mpd"
  9. # Binding to address and port causing problems in mpd-0.14.2 best to leave
  10. # commented.
  11. # bind_to_address "127.0.0.1"
  12. # port "6600"
  13.  
  14. audio_output {
  15. type "alsa"
  16. name "sound"
  17. }
  18.  
  19. audio_output {
  20. type "fifo"
  21. name "vis_fifo"
  22. path "/tmp/mpd.fifo"
  23. format "44100:16:1"
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement