update mpd and ncmpccp

This commit is contained in:
Felix Van der Jeugt 2016-03-16 23:10:07 +01:00
parent 372aefd84f
commit e4b1013cdc
3 changed files with 11 additions and 6 deletions

6
config/mpd/.gitignore vendored Normal file
View file

@ -0,0 +1,6 @@
database
log
pid
state
sticker.sql
playlists

View file

@ -12,7 +12,7 @@
# file:// protocol) or streaming files over an accepted protocol.
#
#music_directory "~/music"
music_directory "/mnt/lexicon/Music"
music_directory "/data/music/"
#
# This setting sets the MPD internal playlist directory. The purpose of this
# directory is storage for playlists created by MPD. The server will use
@ -214,15 +214,15 @@ input {
#
# An example of an ALSA output:
#
#audio_output {
# type "alsa"
# name "My ALSA Device"
audio_output {
type "alsa"
name "My ALSA Device"
## device "hw:0,0" # optional
## mixer_type "hardware" # optional
## mixer_device "default" # optional
## mixer_control "PCM" # optional
## mixer_index "0" # optional
#}
}
#
# An example of an OSS output:
#