1
0
mirror of https://github.com/Foltik/dotfiles synced 2024-11-27 21:19:51 -05:00

More mpd config

This commit is contained in:
Jack 2017-08-01 21:56:32 -07:00
parent 2432d8fa89
commit 5acd52c8fd
Signed by: foltik
GPG Key ID: 303F88F996E95541
4 changed files with 15 additions and 3 deletions

6
cfg/beets/config.yaml Normal file
View File

@ -0,0 +1,6 @@
directory: ~/Music/beets
library: ~/Music/beets/library.db
mpdupdate:
host: localhost
port: 6600

View File

@ -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
#

View File

@ -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

View File

@ -5,7 +5,9 @@ vim
vim-plug
mpd
mpc
ncmpcpp
beets
zsh
oh-my-zsh AUR