geigerzaehler / beets-alternatives

Beets plugin to manage external files
MIT License
93 stars 21 forks source link

Copy album art to destination folder (without embedding) #43

Open RollingStar opened 4 years ago

RollingStar commented 4 years ago

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

geigerzaehler commented 4 years ago

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?

wisp3rwind commented 4 years ago

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.