timheuer / taglib-sharp-portable

.NET Portable Class Library implementation of TagLib# (forked from TagLib# main project)
Other
58 stars 33 forks source link

How to add album art? #18

Open ghost opened 8 years ago

ghost commented 8 years ago

Hi there! I am trying to use this library in my UWP app. I know how to add the album, artists, and other text tags. However, when I try to assign the album art from a .jpg file, the music file's album art remains empty when I reproduce it using Windows Media Player. How should I do it? Thanks!