dotfiles

dotfiles.git
git clone git://git.lenczewski.org/dotfiles.git
Log | Files | Refs

mpd.conf (471B)


      1 pid_file "~/.mpd/pid"
      2 state_file "~/.mpd/state"
      3 sticker_file "~/.mpd/sticker.sql"
      4 
      5 playlist_directory "~/playlists"
      6 music_directory "~/music"
      7 
      8 metadata_to_use "artist,album,title,track,name,genre,date,composer,performer,disc"
      9 metadata_to_use "+comment"
     10 auto_update "yes"
     11 auto_update_depth "3"
     12 
     13 database {
     14 	plugin "simple"
     15 	path "~/.mpd/db"
     16 }
     17 
     18 audio_output {
     19 	type "alsa"
     20 	name "default"
     21 	mixer_type "software"
     22 }
     23 
     24 input_cache {
     25 	size "64 MB"
     26 }
     27 
     28 filesystem_charset "UTF-8"