skateguy

~/.config/mpd/mpd.conf

Sep 15th, 2014
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. bind_to_address "127.0.0.1"
  2. # Required files
  3. db_file "~/.config/mpd/database"
  4. log_file "~/.config/mpd/log"
  5.  
  6. # Optional
  7. music_directory "~/Music"
  8. playlist_directory "~/.config/mpd/playlists"
  9. pid_file "~/.config/mpd/pid"
  10. state_file "~/.config/mpd/state"
  11. sticker_file "~/.config/mpd/sticker.sql"
  12.  
  13. audio_output {
  14. type "alsa"
  15. name "My Sound Card"
  16. mixer_type "software" # optional
  17. }
Advertisement
Add Comment
Please, Sign In to add comment