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.
|
# file:// protocol) or streaming files over an accepted protocol.
|
||||||
#
|
#
|
||||||
#music_directory "~/music"
|
#music_directory "~/music"
|
||||||
music_directory "/mnt/lexicon/Music"
|
music_directory "/data/music/"
|
||||||
#
|
#
|
||||||
# This setting sets the MPD internal playlist directory. The purpose of this
|
# This setting sets the MPD internal playlist directory. The purpose of this
|
||||||
# directory is storage for playlists created by MPD. The server will use
|
# directory is storage for playlists created by MPD. The server will use
|
||||||
@ -214,15 +214,15 @@ input {
|
|||||||
#
|
#
|
||||||
# An example of an ALSA output:
|
# An example of an ALSA output:
|
||||||
#
|
#
|
||||||
#audio_output {
|
audio_output {
|
||||||
# type "alsa"
|
type "alsa"
|
||||||
# name "My ALSA Device"
|
name "My ALSA Device"
|
||||||
## device "hw:0,0" # optional
|
## device "hw:0,0" # optional
|
||||||
## mixer_type "hardware" # optional
|
## mixer_type "hardware" # optional
|
||||||
## mixer_device "default" # optional
|
## mixer_device "default" # optional
|
||||||
## mixer_control "PCM" # optional
|
## mixer_control "PCM" # optional
|
||||||
## mixer_index "0" # optional
|
## mixer_index "0" # optional
|
||||||
#}
|
}
|
||||||
#
|
#
|
||||||
# An example of an OSS output:
|
# An example of an OSS output:
|
||||||
#
|
#
|
||||||
|
@ -245,7 +245,6 @@ media_library_primary_tag = genre
|
|||||||
## Available values: wrapped, normal.
|
## Available values: wrapped, normal.
|
||||||
#default_find_mode = wrapped
|
#default_find_mode = wrapped
|
||||||
## Available values: add, select.
|
## Available values: add, select.
|
||||||
default_space_mode = select
|
|
||||||
#default_tag_editor_pattern = %n - %t
|
#default_tag_editor_pattern = %n - %t
|
||||||
#header_visibility = yes
|
#header_visibility = yes
|
||||||
#statusbar_visibility = yes
|
#statusbar_visibility = yes
|
||||||
|
Loading…
Reference in New Issue
Block a user