Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- music_directory "/mnt/INT2/music"
- playlist_directory "/home/cirrus/.mpd/playlists"
- db_file "~/.mpd/database"
- log_file "~/.mpd/log"
- pid_file "~/.mpd/pid"
- state_file "~/.mpd/state"
- #bind_to_address "Arch"
- #user "cirrus"
- gapless_mp3_playback "yes"
- input {
- plugin "curl"
- }
- #
- audio_output {
- type "alsa"
- name "My ALSA Device"
- }
- #
- audio_output {
- type "fifo"
- name "my_fifo"
- path "/tmp/mpd.fifo"
- bitrate "128"
- }
- #audio_output {
- # type "httpd"
- # name "worxed"
- # encoder "lame"
- # port "8000"
- # bitrate "128"
- # format "44100:16:1"
- #}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement