Last change
on this file since 692 was
521,
checked in by sebas, 15 years ago
|
agregamos el archivo para los errores y sacamos el input plugin
|
File size:
831 bytes
|
Line | |
---|
1 | music_directory "/var/lib/mpd/music" |
---|
2 | playlist_directory "/var/lib/mpd/playlists" |
---|
3 | db_file "/var/lib/mpd/tag_cache" |
---|
4 | log_file "/var/log/mpd/mpd.log" |
---|
5 | error_file "/var/log/mpd/errors.log |
---|
6 | pid_file "/var/run/mpd/pid" |
---|
7 | state_file "/var/lib/mpd/state" |
---|
8 | user "mpd" |
---|
9 | bind_to_address "any" |
---|
10 | #input { |
---|
11 | # plugin "curl" |
---|
12 | #} |
---|
13 | audio_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 | } |
---|
22 | filesystem_charset "UTF-8" |
---|
23 | id3v1_encoding "UTF-8" |
---|
Note: See
TracBrowser
for help on using the repository browser.