hyprdots

my dotfiles
git clone https://git.awy.one/hyprdots.git
Log | Files | Refs | README | LICENSE

mpd.conf (401B)


      1 music_directory		"/mnt/ssd/music"
      2 playlist_directory	"~/.config/mpd/playlists"
      3 
      4 auto_update "yes"
      5 bind_to_address "127.0.0.1"
      6 restore_paused "yes"
      7 max_output_buffer_size "16384"
      8 
      9 audio_output {
     10         type            "pipewire"
     11         name            "PipeWire Sound Server"
     12 }
     13 
     14 audio_output {
     15        type	"fifo"
     16        name	"Visualizer feed"
     17        path	"/tmp/mpd.fifo"
     18        format	"44100:16:2"
     19 }