From e4b1013cdcb917cabab083679b75b0dcf67e53c1 Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Wed, 16 Mar 2016 23:10:07 +0100 Subject: [PATCH] update mpd and ncmpccp --- config/mpd/.gitignore | 6 ++++++ config/mpd/mpd.conf | 10 +++++----- config/ncmpcpp/config | 1 - 3 files changed, 11 insertions(+), 6 deletions(-) create mode 100644 config/mpd/.gitignore diff --git a/config/mpd/.gitignore b/config/mpd/.gitignore new file mode 100644 index 0000000..a8ea207 --- /dev/null +++ b/config/mpd/.gitignore @@ -0,0 +1,6 @@ +database +log +pid +state +sticker.sql +playlists diff --git a/config/mpd/mpd.conf b/config/mpd/mpd.conf index 5eef1af..14a384e 100644 --- a/config/mpd/mpd.conf +++ b/config/mpd/mpd.conf @@ -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: # diff --git a/config/ncmpcpp/config b/config/ncmpcpp/config index fbd8ba8..294234e 100644 --- a/config/ncmpcpp/config +++ b/config/ncmpcpp/config @@ -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