You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the suggestion. I think this is a reasonable feature to have. @wisp3rwind, do you want to have a look at this since you added support for album art?
Convert supports copying album art:
https://github.com/beetbox/beets/blob/1b187fbf5345727e0dfdaea958a714f19e917a4e/beetsplug/convert.py#L373
The function is called when a config is set for
convert: copy_album_art
. But this plugin only does embedding: it only referencesart.embed_item
.beets-alternatives/beetsplug/alternatives.py
Line 293 in 1bc8752
https://github.com/beetbox/beets/blob/d778a5236ba163844f20bf5f499a1773ddd7bb91/beets/art.py#L53
(Sorry for making more issues; I hope I'm not misinterpreting the goals of this plugin).
The text was updated successfully, but these errors were encountered: