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/ image is present into isolated storage
test1
new Uri("Shared/Media/1.jpg")
test2
new Uri("ms-appdata:///local/Shared/Media/1.jpg")
but not it works, why?