SUP3R-US3R

Mpd

Oct 8th, 2016
344
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. music_directory "/home/ghost/Music"
  2.  
  3. playlist_directory "/home/ghost/.mpd/playlists"
  4.  
  5. db_file "/home/ghost/.mpd/tag_cache"
  6.  
  7. log_file "/home/ghost/.mpd/mpd.log"
  8.  
  9. pid_file "/home/ghost/.mpd/mpd.pid"
  10.  
  11. state_file "/home/ghost/.mpd/mpdstate"
  12.  
  13. bind_to_address "/home/ghost/.mpd/socket"
  14.  
  15. audio_output {
  16. type "pulse"
  17. name "MPD"
  18. # server "remote_server" # optional
  19. # sink "remote_server_sink" # optional
  20. }
  21.  
  22. audio_output {
  23. type "fifo"
  24. name "my_fifo"
  25. path "/tmp/mpd.fifo"
  26. format "44100:16:1"
  27. }
  28.  
  29. bind_to_address "localhost"
  30. port "6600"
  31. user "ghost"
  32.  
  33. auto_update "yes"
  34.  
  35. mixer_type "software"
  36.  
  37. replaygain "track"
  38.  
  39. gapless_mp3_playback "yes"
Advertisement
Add Comment
Please, Sign In to add comment