Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ grep -v "^#" ~/.mpdconf
- music_directory "/mnt/wdt/music/"
- playlist_directory "~/.mpd/playlists"
- db_file "~/.mpd/database"
- log_file "~/.mpd/mpd.log"
- pid_file "~/.mpd/mpd.pid"
- state_file "~/.mpd/state"
- sticker_file "~/.mpd/sticker.sql"
- bind_to_address "localhost"
- port "6600"
- input {
- plugin "curl"
- }
- audio_output {
- type "alsa"
- name "My ALSA Device"
- device "hw:0,0" # optional
- format "44100:16:2" # optional
- }
- filesystem_charset "UTF-8"
- id3v1_encoding "UTF-8"
- audio_output {
- type "httpd"
- name "smpcln_stream"
- encoder "vorbis" # optional, vorbis or lame
- port "8008"
- quality "10.0" # do not define if bitrate is defined
- format "44100:16:1"
- }
Advertisement
Add Comment
Please, Sign In to add comment