You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
642 B

  1. port "6600"
  2. log_file "~/.local/share/mpd/log"
  3. music_directory "/mnt/network/Audio"
  4. # mkdir playlists
  5. playlist_directory "~/.local/share/mpd/playlists"
  6. db_file "~/.local/share/mpd/database"
  7. state_file "~/.local/share/mpd/state"
  8. sticker_file "~/.local/share/mpd/sticker.sql"
  9. auto_update "yes"
  10. replaygain "album"
  11. metadata_to_use "artist,album,title,track,name,genre,date,albumartist"
  12. audio_output {
  13. type "pulse"
  14. name "My Pulse Output"
  15. }
  16. audio_output {
  17. type "fifo"
  18. name "my_fifo"
  19. path "/tmp/mpd.fifo"
  20. format "44100:16:2"
  21. }