Track .mpdconf
[khome.git] / home / .mpdconf
1 #
2 music_directory "/home/siraaj/Archives/Audio"
3 playlist_directory "/home/siraaj/var/lib/mpd/playlists"
4 db_file "/home/siraaj/var/lib/mpd/tag_cache"
5 log_file "/home/siraaj/var/log/mpd/mpd.log"
6 pid_file "/home/siraaj/var/run/mpd/pid"
7 state_file "/home/siraaj/var/lib/mpd/state"
8 sticker_file "/home/siraaj/var/lib/mpd/sticker.sql"
9 user "siraaj"
10 group "siraaj"
11 bind_to_address "localhost"
12 bind_to_address "/home/siraaj/var/run/mpd/socket"
13 #port "6600"
14 log_level "verbose" # "default", "secure" or "verbose"
15 #gapless_mp3_playback "yes"
16 #restore_paused "no"
17 #save_absolute_paths_in_playlists "no"
18 #metadata_to_use "artist,album,title,track,name,genre,date,composer,performer,disc"
19 #auto_update "yes"
20 #auto_update_depth "3"
21 #follow_outside_symlinks "yes"
22 #follow_inside_symlinks "yes"
23 zeroconf_enabled "no"
24
25 input {
26 plugin "local"
27 }
28
29 audio_output {
30 type "pulse"
31 name "alsa_output.pci-0000_00_1b.0.analog-stereo"
32 }
33
34 audio_output {
35 type "fifo"
36 name "pcm.fifo"
37 path "/home/siraaj/var/run/mpd/pcm.fifo"
38 format "44100:16:2"
39 }
40
41 filesystem_charset "UTF-8"
42 id3v1_encoding "UTF-8"
43
44 decoder {
45 plugin "flac"
46 enabled "yes"
47 }
48
49 decoder {
50 plugin "vorbis"
51 enabled "yes"
52 }
This page took 0.065504 seconds and 4 git commands to generate.