source: trunk/puppet/modules/music_player_daemon/files/mpd.conf

Last change on this file was 521, checked in by sebas, 14 years ago

agregamos el archivo para los errores y sacamos el input plugin

File size: 831 bytes
Line 
1music_directory         "/var/lib/mpd/music"
2playlist_directory      "/var/lib/mpd/playlists"
3db_file                 "/var/lib/mpd/tag_cache"
4log_file                "/var/log/mpd/mpd.log"
5error_file              "/var/log/mpd/errors.log
6pid_file                "/var/run/mpd/pid"
7state_file              "/var/lib/mpd/state"
8user                    "mpd"
9bind_to_address         "any"
10#input {
11#        plugin "curl"
12#}
13audio_output {
14        type            "alsa"
15        name            "My ALSA Device"
16        device          "hw:0,0"        # optional
17        format          "44100:16:2"    # optional
18        mixer_device    "default"       # optional
19        mixer_control   "PCM"           # optional
20        mixer_index     "0"             # optional
21}
22filesystem_charset      "UTF-8"
23id3v1_encoding          "UTF-8"
Note: See TracBrowser for help on using the repository browser.