beets-alternatives icon indicating copy to clipboard operation
beets-alternatives copied to clipboard

Copy album art to destination folder (without embedding)

Open RollingStar opened this issue 5 years ago • 2 comments

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 references art.embed_item.

https://github.com/geigerzaehler/beets-alternatives/blob/1bc875272b13f08e9d2f1a71bdf354ac98b643e0/beetsplug/alternatives.py#L293

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).

RollingStar avatar Oct 30 '19 22:10 RollingStar

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?

geigerzaehler avatar Oct 31 '19 09:10 geigerzaehler

I'd also say that this is in scope of this plugin, but I won't have the time to look at it anytime soon, sorry.

wisp3rwind avatar Oct 31 '19 21:10 wisp3rwind