Skip to content

Instantly share code, notes, and snippets.

@Bolt64
Created July 13, 2014 15:58
Show Gist options
  • Save Bolt64/c1efe9c3c42f614d1632 to your computer and use it in GitHub Desktop.
Save Bolt64/c1efe9c3c42f614d1632 to your computer and use it in GitHub Desktop.
mpd.conf
music_directory "/mpd/Music"
playlist_directory "/mpd/conf/playlists"
db_file "/mpd/conf/database"
log_file "/mpd/conf/log"
pid_file "/mpd/conf/pid"
state_file "/mpd/conf/state"
sticker_file "/mpd/conf/sticker.sql"
user "mpd"
group "mpd"
restore_paused "no"
auto_update "yes"
input {
plugin "curl"
}
audio_output {
type "alsa"
name "Pi Speakers"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment