Questions tagged [mixradio]

MixRadio is a global music service providing free streaming of playlists without subscription in over 30 countries, including the US, Brazil, India and China. It has a catalogue of over 34 million songs and teams of music experts curating playlists worldwide. MixRadio provides a RESTful service API and a .Net SDK via their developer site.

MixRadio is a global music service providing free streaming of playlists without subscription in over 30 countries, including the US, Brazil, India and China. It has a catalogue of over 34 million songs and a team of music experts curating thousands of local playlists worldwide.

MixRadio provide a RESTful service API and a .Net SDK via their developer site. Questions with this tag are monitored by the development team, who will provide support and guidance to anybody using the API or SDK.

4 questions
1
vote
1 answer

Running MixRadio's songs on 3rd party music player on wp8.1

I am an app developer and planing to make a music app for wp8.1 but while scaning the songs the songs downloaded from mixradio displays as unknown album. What shall i do for it? To make it properly arranged in respective albums? Please guide me for…
1
vote
1 answer

nokia mixradio api to get top artist list in new realease

I'm working with my new app for Windows phone and using Nokia music api which is now Nokia mix radio api. There are many changes in it and MusicClientAsync is no longer functional. I want to get list of top artist in user region. I'm trying to use…
0
votes
1 answer

Nokia MixRadio REST API fetching charts

I am using Nokia Mixradio REST api to get the charts. But i can request the charts for a particular country only. I want to get the charts for a particular genre of a particular country. Here's the request message which I am using currently. Is…
Razor
  • 669
  • 1
  • 10
  • 28
-1
votes
1 answer

How to play Track when getting Id on Mixradio API

I'm getting id each items of track but I don't play it as next,back, play, pause... E.g: I have items name is "Blank Space" song and is "015668". Now. How to play Blank Space song with id 015668. I dont see tutorial about that and Have other media…