Advertisement
SageTheWizard

MPD config

Sep 4th, 2013
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. music_directory "/home/jacob/music"
  2. playlist_directory "/home/jacob/.mpd/playlists"
  3. db_file "/home/jacob/.mpd/tag_cache"
  4. log_file "/home/jacob/.mpd/mpd.log"
  5. pid_file "/home/jacob/.mpd/mpd.pid"
  6. state_file "/home/jacob/.mpd/mpdstate"
  7. #user "mpd"
  8. audio_output {
  9. type "pulse"
  10. name "MPD"
  11. path "/tmp/mpd.fifo"
  12. format "44100:16:2"
  13. # server "remote_server" # optional
  14. # sink "remote_server_sink" # optional
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement