From 5acd52c8fd877d3ba682cef5bd03478ae2ae3d3c Mon Sep 17 00:00:00 2001 From: Jack Date: Tue, 1 Aug 2017 21:56:32 -0700 Subject: [PATCH] More mpd config --- cfg/beets/config.yaml | 6 ++++++ cfg/ncmpcpp/config | 4 ++-- configure.sh | 6 +++++- packages.txt | 2 ++ 4 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 cfg/beets/config.yaml diff --git a/cfg/beets/config.yaml b/cfg/beets/config.yaml new file mode 100644 index 0000000..ea01a20 --- /dev/null +++ b/cfg/beets/config.yaml @@ -0,0 +1,6 @@ +directory: ~/Music/beets +library: ~/Music/beets/library.db + +mpdupdate: + host: localhost + port: 6600 diff --git a/cfg/ncmpcpp/config b/cfg/ncmpcpp/config index 95f4796..21825a6 100644 --- a/cfg/ncmpcpp/config +++ b/cfg/ncmpcpp/config @@ -431,14 +431,14 @@ progressbar_look = ─╼─ ## Note: if below is enabled, ncmpcpp will ignore leading "The" word while ## sorting items in browser, tags in media library, etc. ## -#ignore_leading_the = no +ignore_leading_the = yes # ## ## Note: if below is enabled, ncmpcpp will ignore diacritics while searching and ## filtering lists. This takes an effect only if boost was compiled with ICU ## support. ## -#ignore_diacritics = no +ignore_diacritics = no # #block_search_constraints_change_if_items_found = yes # diff --git a/configure.sh b/configure.sh index 007f160..9f47e33 100755 --- a/configure.sh +++ b/configure.sh @@ -137,10 +137,14 @@ configure_common() { cp -rv cfg/mpd ~/.mpd lnfbe lnf - mkdir -pv ~/Music + mkdir -pv ~/Music/beets # NCMPCPP lnf cp -v cfg/ncmpcpp ~/.ncmpcpp + # Beets + lnfb + cp -rv cfg/beets ~/.config/beets + lnfbe ### Install Services # MPD diff --git a/packages.txt b/packages.txt index 32fe4aa..64e3f1a 100644 --- a/packages.txt +++ b/packages.txt @@ -5,7 +5,9 @@ vim vim-plug mpd +mpc ncmpcpp +beets zsh oh-my-zsh AUR