You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, how can I get the original thumbnail of the files using the thumbnail handler? I want to get album art of MP3 files, do some image manipulation on them, and display THAT as the thumbnail. The handler just completely overwrites the thumbnail, and nothing I've tried has worked so far. I have tried stuff like taglib to get album art from SelectedFileStream, it doesnt work, it probably cant read the stream, idk...
The text was updated successfully, but these errors were encountered:
Actually I figured it out now. I just used initializeWithFileServer to get paths of each mp3 file and use the path to do manipulation on the album cover, and display the resulting image as their thumb. Works on vista, all the way to windows 10, seems like initializeWithFileServer is not really obsolete.
Hi, how can I get the original thumbnail of the files using the thumbnail handler? I want to get album art of MP3 files, do some image manipulation on them, and display THAT as the thumbnail. The handler just completely overwrites the thumbnail, and nothing I've tried has worked so far. I have tried stuff like taglib to get album art from SelectedFileStream, it doesnt work, it probably cant read the stream, idk...
The text was updated successfully, but these errors were encountered: