-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
embedart: Respect ignore setting #1632
Comments
Seems like a solid addition. |
Hey guys, we would like to tackle this issue, if anyone is going to work on this soon let me know so we can look at other issues! We're planning to start working on this on Monday February 1st. Thanks! -Jake |
@BeetsStudentTeam Since the latest update on this issue is from last October I don't think anybody will be working on this anytime soon, so feel free to start! |
This issue is fixed by #3099. It should be fine to close it. 😊 |
Wahoo; thanks! 🎉 |
if you have the following in your config.yaml
ignore: .AppleDouble ._* *~ .DS_Store
When you run the importer it will ignore files like ._song.mp3 but import song.mp3, however embedart will not honor this and will try to use the bogus file ._album.jpg to embed as the art file instead of using the correct file album.jpg
If you execute beet with verbose logging you'll even see it fail
Sending event:art_set
embedart: Embedding album art into Artist - Album
embedart: not embedding image of unsupported type: image/x-None
embedart: not embedding image of unsupported type: image/x-None
embedart: not embedding image of unsupported type: image/x-None
embedart: not embedding image of unsupported type: image/x-None
The text was updated successfully, but these errors were encountered: