mirror of
https://github.com/Foltik/dotfiles
synced 2024-11-27 21:19:51 -05:00
More mpd config
This commit is contained in:
parent
2432d8fa89
commit
5acd52c8fd
6
cfg/beets/config.yaml
Normal file
6
cfg/beets/config.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
directory: ~/Music/beets
|
||||
library: ~/Music/beets/library.db
|
||||
|
||||
mpdupdate:
|
||||
host: localhost
|
||||
port: 6600
|
@ -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
|
||||
#
|
||||
|
@ -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
|
||||
|
@ -5,7 +5,9 @@ vim
|
||||
vim-plug
|
||||
|
||||
mpd
|
||||
mpc
|
||||
ncmpcpp
|
||||
beets
|
||||
|
||||
zsh
|
||||
oh-my-zsh AUR
|
||||
|
Loading…
Reference in New Issue
Block a user