Add beets config
This commit is contained in:
parent
74dc2987dc
commit
65a249c8a5
3
.bashrc
3
.bashrc
@ -30,6 +30,9 @@ if [ ! -d ~/.cache/mutt ]; then
|
||||
mkdir ~/.cache/mutt
|
||||
fi
|
||||
|
||||
eval "$(beet completion)"
|
||||
|
||||
export EDITOR=vim
|
||||
export SUDO_EDITOR=rvim
|
||||
|
||||
export SSH_AGENT_PID=""
|
||||
|
21
.config/beets/config.yaml
Normal file
21
.config/beets/config.yaml
Normal file
@ -0,0 +1,21 @@
|
||||
directory: ~/Music
|
||||
library: ~/Music/musiclibrary.db
|
||||
plugins: inline edit fetchart embedart mbsync
|
||||
item_fields:
|
||||
multidisc: 1 if disctotal > 1 else 0
|
||||
import:
|
||||
move: yes
|
||||
timid: yes
|
||||
paths:
|
||||
default: $albumartist/$album%aunique{}/%if{$multidisc,$disc-}$track $title
|
||||
musicbrainz:
|
||||
searchlimit: 10
|
||||
fetchart:
|
||||
cautious: yes
|
||||
minwidth: 250
|
||||
maxwidth: 1000
|
||||
enforce_ratio: 1%
|
||||
sources: filesystem wikipedia coverart amazon albumart
|
||||
embedart:
|
||||
auto: no
|
||||
remove_art_file: yes
|
Loading…
x
Reference in New Issue
Block a user