Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
RollingStar opened this issue Oct 30, 2019 · 2 comments
Open

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

RollingStar opened this issue Oct 30, 2019 · 2 comments

Comments

@RollingStar
Copy link

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/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
Copy link
Owner

geigerzaehler commented Oct 31, 2019

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
Copy link
Collaborator

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.

@pkel pkel mentioned this issue Oct 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants