Questions tagged [rdio]

Rdio is a music subscription service with an API.

Rdio is a subscription-based music subscription service available in over 50 countries. The service has an API available to developers to create their own music-related applications.

21 questions
0
votes
1 answer

AUGraph/AudioUnit support in Rdio iOS SDK

I wanted to develop a iOS music player app by using Rdio streaming service.I have gone through rdio sdk documentation and able to understand the audio playback API's. However along with playback, I would also want to add some of the default apple…
sprabhu
  • 58
  • 4
0
votes
1 answer

How to retrieve data from Rdio API using PHP?

I can't get the Rdio PHP API to work (i.e. retrieve some meaningful data). I need to write a simple function for fetching info about track / album stored in a ShortCode. I am using PHP version of this: https://github.com/rdio/rdio-simple And this is…
Radek Bush
  • 17
  • 2
0
votes
1 answer

Programmatically change volume of Rdio RDPlayer?

I'm using Rdio's iOS API in my project and would like to change the volume at which the RDPlayer plays music. Is there a way to do this? I see in their documentation that you can do this on the web API, but I haven't found any information on their…
user3781236
  • 728
  • 2
  • 9
  • 23
0
votes
1 answer

Getting track listing for an album?

The Rdio API only gives keys for track listings through the API. Given, say, a call to Rdio's getAlbumsForArtist method with an artist key, you might get a response similar to: { "status": "ok", "result": [ { "baseIcon":…
0
votes
1 answer

I cannot locate my Rdio.com client ID

I've only just begun looking at development of Rdio apps and such, but every tutorial I have looked at asks to replace script src="https://www.rdio.com/api/api.js?client_id='myidhere' I have been trying to figure out how to get the ID for my…
Darshan
  • 937
  • 3
  • 15
  • 27
0
votes
1 answer

How do I start the server in the Rdio web playback API example?

I am trying to get the "hello world" app for the Rdio web playback API working. I cloned the repo and opened the hello.html file. When I click play, the following error appears: Uncaught TypeError: Cannot call method 'rdio_play' of null I am…
Coleman
  • 565
  • 7
  • 15
1
2