Windows Phone access to Artists/Album in collection

33 Views Asked by At

I am writing an xbox music based app and find myself needing to get a list of the current music in a users collection. I have seen how to access all of the Artists using KnownFolder.MusicLibrary but this seems to only access music that is stored on the phone. I want to access the 'Collection' of music on the phone, including music that is streaming only, i.e. not currently stored on the phone so has no physical folder. Any idea how to do this?

1

There are 1 best solutions below

1
On BEST ANSWER

Ah never mind, I was too focused on browsing the phone itself. It's actually accessed through the music API: /1/content/{namespace}/collection/{type}/browse

Would have been nice to be able to do this without needing to be online but can work with it at least :)