Advertisement
Dobbie03

mpd.conf

Aug 14th, 2024
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. bind_to_address "127.0.0.1"
  2. port "6600"
  3.  
  4. music_directory "/opt/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.  
  11. restore_paused "yes"
  12. max_playlist_length "400000"
  13.  
  14. max_output_buffer_size "100192"
  15. audio_output {
  16. type "pipewire"
  17. name "PipeWire Sound Server"
  18. }
  19. audio_output {
  20. type "fifo"
  21. name "Visualizer feed"
  22. path "/tmp/mpd.fifo"
  23. format "44100:16:2"
  24. }
  25.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement