dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

mpd.conf (825B)


      1 # ░█▄█░█▀█░█▀▄░░
      2 # ░█░█░█▀▀░█░█░░
      3 # ░▀░▀░▀░░░▀▀░░░
      4 
      5 # files
      6 music_directory			"/media/music"
      7 playlist_directory		"~/.config/mpd/playlists"
      8 db_file					"~/.config/mpd/database"
      9 log_file				"~/.config/mpd/log"
     10 pid_file				"~/.config/mpd/pid"
     11 state_file				"~/.config/mpd/state"
     12 sticker_file			"~/.config/mpd/sticker.sql"
     13 
     14 # opts
     15 bind_to_address			"~/.config/mpd/socket"
     16 port					"6601"
     17 log_level				"default"
     18 #gapless_mp3_playback	"yes"
     19 filesystem_charset		"UTF-8"
     20 
     21 # io
     22 input {
     23     plugin				"curl"
     24 }
     25 #audio_output {
     26 #	type				"alsa"
     27 #	name				"audio"
     28 #	mixer_type			"hardware"
     29 #	mixer_device		"default"
     30 #	mixer_control		"PCM"
     31 #}
     32 #audio_output {
     33 #	type				"fifo"
     34 #	name				"visualizer"
     35 #	path				"~/.mpd/mpd.fifo"
     36 #	format				"44100:16:2"
     37 #}