dotfiles

personal dotfiles
git clone anongit@rnpnr.xyz:dotfiles.git
Log | Files | Refs | Feed | Submodules

mpd.conf (622B)


      1 music_directory		"~/media/mus"
      2 db_file			"~/.config/mpd/database"
      3 pid_file		"~/.config/mpd/pid"
      4 state_file		"~/.config/mpd/state"
      5 playlist_directory	"~/.config/mpd/playlists"
      6 log_file		"/tmp/mpd.log"
      7 log_level		"default"
      8 
      9 #bind_to_address		"~/.config/mpd/socket"
     10 bind_to_address		"localhost"
     11 port			"6600"
     12 
     13 #audio_output {
     14 #	type		"alsa"
     15 #	name 		"ALSA SoftVol"
     16 #	device		"mpd"
     17 #	auto_resample	"no"
     18 #	mixer_device	"mpdvol"
     19 #	mixer_control	"MPD"
     20 #}
     21 
     22 audio_output {
     23 	type            "pipewire"
     24 	name            "PipeWire Sound Server"
     25 }
     26 
     27 audio_output {
     28 	name	"FIFO"
     29 	type	"fifo"
     30 	path	"/tmp/mpd.fifo"
     31 	format	"48000:16:2"
     32 }