From 38bab29776950ac2364ed64195b89887717c33de Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Thu, 1 Jan 1970 03:00:00 +0300 Subject: chore: init --- beets/.local/etc/beets/config.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 beets/.local/etc/beets/config.yaml (limited to 'beets/.local/etc') diff --git a/beets/.local/etc/beets/config.yaml b/beets/.local/etc/beets/config.yaml new file mode 100644 index 0000000..63a51a5 --- /dev/null +++ b/beets/.local/etc/beets/config.yaml @@ -0,0 +1,22 @@ +--- +library: ~/.local/var/lib/beets/library.db +directory: ~/music +plugins: badfiles edit fetchart info mbsync scrub +import: + write: yes + copy: yes + move: no + bell: yes +match: + preferred: + countries: [ 'JP', 'GB|UK', 'AU', 'US', 'RU', 'XE' ] +edit: + albumfields: album artist albumartist + itemfields: track title album artist albumartist day month year genre +fetchart: + auto: yes + cautious: yes + cover_names: cover Cover folder Folder art Art album Album front Front + sources: filesystem coverart itunes amazon albumart wikipedia +scrub: + auto: yes -- cgit 1.4.1