-
Notifications
You must be signed in to change notification settings - Fork 13
Description
I'm interested in taking a crack at this since I like to have the little pictures on my screen lol. We would need to extract the image tag from the song metadata and insert it into the AlbumArt table as a 256x256 png blob.
Here's a screenshot of the actual Engine DJ Desktop export (it works using wine btw)

One thing I need your feedback on is the extraction since we'll have to use a lib. TagLib is used by Mixxx which is the direction I'd like to go but including it in this project would be duplicating code. Could we have different cmake instructions for building this lib standalone vs in Mixxx?
I have parts of the solution in a branch on my fork https://github.com/danielkinahan/libdjinterop/tree/album-art-attempt
If you have time to take a look that would be awesome.