Skip to content

Instantly share code, notes, and snippets.

@Sp1l
Created February 9, 2015 10:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Sp1l/1ea680233e4948f9822d to your computer and use it in GitHub Desktop.
Save Sp1l/1ea680233e4948f9822d to your computer and use it in GitHub Desktop.
music_directory "/home/www/Music"
playlist_directory "/var/mpd/playlists"
db_file "/var/mpd/database"
log_file "/var/mpd/log"
pid_file "/var/mpd/pid"
state_file "/var/mpd/state"
sticker_file "/var/mpd.mpd/sticker.sql"
user "mpd"
bind_to_address "any"
input {
plugin "curl"
}
audio_output {
type "shout"
encoding "ogg" # optional
name "IceCast"
host "localhost"
port "8000"
mount "/mpd"
password "mypass"
quality "9"
format "44100:16:2"
protocol "icecast2" # optional
}
audio_output {
type "null"
name "My Null Output"
mixer_type "none" # optional
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment