update mpd and ncmpccp
This commit is contained in:
parent
372aefd84f
commit
e4b1013cdc
6
config/mpd/.gitignore
vendored
Normal file
6
config/mpd/.gitignore
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
database
|
||||
log
|
||||
pid
|
||||
state
|
||||
sticker.sql
|
||||
playlists
|
@ -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:
|
||||
#
|
||||
|
@ -245,7 +245,6 @@ media_library_primary_tag = genre
|
||||
## Available values: wrapped, normal.
|
||||
#default_find_mode = wrapped
|
||||
## Available values: add, select.
|
||||
default_space_mode = select
|
||||
#default_tag_editor_pattern = %n - %t
|
||||
#header_visibility = yes
|
||||
#statusbar_visibility = yes
|
||||
|
Loading…
Reference in New Issue
Block a user