0

I'm using Background Audio Player on Windows Phone 8 and I'm trying to set an album art for my audio track. As I've read here and at MSDN the image MUST be at shared/media/ - ok I've checked the image is there and I try to do:

AudioTrack myTrack = new AudioTrack(track.source, track.Title, track.Artist, track.Album, new Uri("shared/media/Episode29.jpg", UriKind.Relative));

The music starts, but there is no image. Am I doing something wrong?

I've also run Background Audio Player Sample mentioned here at MSDN and I also see no image.

Community
  • 1
  • 1
Romasz
  • 29,662
  • 13
  • 79
  • 154
  • You've copied the files into isolated storage? – WiredPrairie Jan 26 '14 at 16:51
  • @WiredPrairie Yes, I've checked with IsolatedStorage explorer, there is directory Shared/Media and file in it - so it should work. I've also done it similar way like in MSDN example (which also doesn't show images - weird). I tried to find a solution for many hours but I've failed. – Romasz Jan 26 '14 at 18:03

0 Answers0