Advertisement
Guest User

Untitled

a guest
Jan 18th, 2018
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. ####### MPD CONFIG #######
  2.  
  3. # Required files
  4. db_file "~/.config/mpd/database"
  5. log_file "~/.config/mpd/log"
  6.  
  7. # Optional
  8. music_directory "~/Music"
  9. playlist_directory "~/.config/mpd/playlists"
  10. pid_file "~/.config/mpd/pid"
  11. state_file "~/.config/mpd/state"
  12. sticker_file "~/.config/mpd/sticker.sql"
  13.  
  14. max_output_buffer_size "16384"
  15.  
  16. audio_output {
  17. type "alsa"
  18. name "mpd alsamixer-output"
  19. mixer_type "software"
  20. }
  21.  
  22. audio_output {
  23. type "fifo"
  24. name "toggle_visualizer"
  25. path "/tmp/mpd.fifo"
  26. format "44100:16:2"
  27. }
  28.  
  29. ####### END MPD CONFIG #######
  30.  
  31.  
  32. #
  33. # ncmpcpp config
  34. #
  35.  
  36. mpd_music_dir = "~/Music"
  37. mpd_crossfade_time = "5"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement