Advertisement
Dobbie03

mpd.conf

Jul 21st, 2023
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. bind_to_address "127.0.0.1"
  2. port "6600"
  3.  
  4. music_directory "/home/USER/Music"
  5. playlist_directory "/home/USER/.config/mpd/playlists"
  6. db_file "/home/USER/.config/mpd/mpd.db"
  7. log_file "/home/USER/.config/mpd/mpd.log"
  8. pid_file "/home/USER/.config/mpd/mpd.pid"
  9. state_file "/home/USER/.config/mpd/mpdstate"
  10. restore_paused "yes"
  11. max_playlist_length "400000"
  12.  
  13. max_output_buffer_size "100192"
  14. audio_output {
  15. type "pulse"
  16. name "MPD"
  17. }
  18. audio_output {
  19. type "fifo"
  20. name "FIFO"
  21. path "/tmp/mpd.fifo"
  22. format "44100:16:2"
  23. }
  24.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement