Last change
on this file since 434 was
414,
checked in by sebas, 15 years ago
|
nuevo modulo para configurar un servidor de musica
|
File size:
779 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 | pid_file "/var/run/mpd/pid" |
---|
6 | state_file "/var/lib/mpd/state" |
---|
7 | user "mpd" |
---|
8 | bind_to_address "any" |
---|
9 | input { |
---|
10 | plugin "curl" |
---|
11 | } |
---|
12 | audio_output { |
---|
13 | type "alsa" |
---|
14 | name "My ALSA Device" |
---|
15 | device "hw:0,0" # optional |
---|
16 | format "44100:16:2" # optional |
---|
17 | mixer_device "default" # optional |
---|
18 | mixer_control "PCM" # optional |
---|
19 | mixer_index "0" # optional |
---|
20 | } |
---|
21 | filesystem_charset "UTF-8" |
---|
22 | id3v1_encoding "UTF-8" |
---|
Note: See
TracBrowser
for help on using the repository browser.