I want beets to:
- respect my file’s existing tags,
- move and organize them based on those tags and
- run the fetchart, embedart and extrafiles plugins.
My config file is below.
When I set “autotag: no” beets organizes my files based on the existing tags, but doesn’t run the plugins (to the best of my knowledge).
When I set “autotag: yes” beets organizes my files based on the new tags, not the existing ones, but processes the art and moves the extra files as expected.
Am I missing something obvious or is there a config.yaml or bash shell workaround to achieve this? Thanks!
config.yaml
directory: /volume1/Media/Beets/TEST/Lossless
library: /volume1/Media/Beets/musiclibrary-TEST.db
art_filename: %if{$albumartist,$albumartist,$artist} - $album
import:
write: no
copy: yes
autotag: yes
group_albums: yes #Use tags to group albums.
paths:
default: $albumartist/$album%aunique{}/%if{$disc,$disc-}$track $title
plugins:
fetchart
embedart
info
fetchart:
cover_names: cover front folder
minwidth: 300
maxwidth: 1500
sources: google
google_key: *****
google_engine: *****
embedart:
ifempty: yes