1
0
mirror of https://github.com/Foltik/dotfiles synced 2025-02-19 23:13:50 -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 ## Note: if below is enabled, ncmpcpp will ignore leading "The" word while
## sorting items in browser, tags in media library, etc. ## 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 ## 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 ## filtering lists. This takes an effect only if boost was compiled with ICU
## support. ## support.
## ##
#ignore_diacritics = no ignore_diacritics = no
# #
#block_search_constraints_change_if_items_found = yes #block_search_constraints_change_if_items_found = yes
# #

View File

@ -137,10 +137,14 @@ configure_common() {
cp -rv cfg/mpd ~/.mpd cp -rv cfg/mpd ~/.mpd
lnfbe lnfbe
lnf lnf
mkdir -pv ~/Music mkdir -pv ~/Music/beets
# NCMPCPP # NCMPCPP
lnf lnf
cp -v cfg/ncmpcpp ~/.ncmpcpp cp -v cfg/ncmpcpp ~/.ncmpcpp
# Beets
lnfb
cp -rv cfg/beets ~/.config/beets
lnfbe
### Install Services ### Install Services
# MPD # MPD

View File

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