Questions tagged [soundcloud]

SoundCloud is a social audio storage service and community. Their api allows for deep mashups, allowing access to nearly all track meta data, and provides streaming and downloads in various formats.

2097 questions
10
votes
3 answers

How to search specific user's tracks by tag with the Sound Cloud API?

I want to search for tracks by tag relating only to my user name i.e. the Royal Opera House. For example: http://api.soundcloud.com/users/royaloperahouse/tracks/?client_id=238947HSGDHSDG&tags=eric tells me I need to use a q parameter. To humour…
user954348
  • 105
  • 1
  • 7
10
votes
1 answer

Soundcloud iframe stopped working under iOS

I have written phoneGap/Cordova code that includes some soundcloud widget players in iframes. The code was running fine in desktop browsers, under android and iOS. Today the iOS-version stopped playing music. I also tried running the code in mobile…
alx60531
  • 155
  • 1
  • 1
  • 11
9
votes
4 answers

How to get proper soundcloud url for embedding from a standard url?

So right now I can grab the url from already embedded soundcloud files in embed or iframe tags and use those urls on another page and display it in fancybox. Is there a way to get the right url or display in fancybox if a user offers a typical share…
qitch
  • 829
  • 3
  • 12
  • 21
9
votes
5 answers

Getting a SoundCloud API client ID

Encountered a problem accessing my tracks from browser. Usually i type this link in my browser to access downloadable tracks: http://api.soundcloud.com/tracks/294324164/download?client_id=02gUJC0hH2ct1EGOcYXQIzRFU91c72Ea But now i can not access it…
Prova Allwinner
  • 117
  • 1
  • 1
  • 6
9
votes
2 answers

Parallax effect on each item in a recycler view?

I'm trying to play with Parallax and getting some weird bugs, wondering if anyone can add some input to it. The only app I've seen implement parallax effectively is soundcloud. It's quite subtle, but each item has an image background and it has he…
RED_
  • 2,997
  • 4
  • 40
  • 59
9
votes
3 answers

Soundcloud API is returning 403 on some tracks

Soundclouds API is returning 403 on some tracks for me. I have tried playing with the raw http endpoints and also the soundcloud api wrapper for python, both have the issue. https://api.soundcloud.com/tracks/251164884.json?client_id=CLIENT_ID The…
Andrew
  • 203
  • 2
  • 10
9
votes
1 answer

Soundcloud API authentication without a web browser

I am working on a Soundcloud XBMC add-on. The add-on is open source, and written in Python. I would like to allow users to login to their SoundCloud account via the add-on, however it's possible to have XBMC instances running in an environment…
Arthur Richards
  • 471
  • 2
  • 6
8
votes
0 answers

When will soundcloud apps registration be back online?

I was building something, and planned to use the Soundcloud SDK - and I can't finish since app registration is closed. I've understood Soundcloud Dev answers questions here? Please let me know how long I have to wait before I can proceed - If I…
Mir Vaux
  • 101
  • 4
8
votes
0 answers

SoundCloud API 403s on Some Tracks

I've had an application that embeds soundcloud links as valid players using the soundcloud API for awhile now, I recently noticed a moderate volume of 403 Unauthorized errors returning from track lookups (api.soundcloud.com/tracks/[TRACK…
8
votes
3 answers

Get Soundcloud URL for a track using only its ID

I've inherited a database of Soundcloud IDs and would like to build a page linking to each track on Soundcloud. Is it possible to link to a track on the Soundcloud website using only its ID e.g. http://www.soundcloud.com/tracks/{trackId} The…
Paul Carvill
  • 183
  • 1
  • 2
  • 7
8
votes
1 answer

How to search for tracks using the soundcloud Sdk iOS

I have read the soundcloud's sdk documentation for iOS and it doesn't seem to say anything about searching for songs, though it talked about listing tracks from an existing soundcloud user. So are there any resources out there or examples ? Thanks a…
ipalibowhyte
  • 1,553
  • 2
  • 22
  • 34
8
votes
5 answers

How do you find out someones soundcloud userid?

I've literally looked everywhere and cannot figure out how to find someones userid that I can use inside their embed code. Anyone know how to find it out?
user2570937
  • 802
  • 3
  • 17
  • 34
8
votes
1 answer

Setup web audio api source node from soundcloud

I would like to know if there is any way to create a source node ( https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html#MediaElementAudioSourceNode) from a soundcloud track. I'm ok with the web audio API, but new to the soundcloud…
xavier.seignard
  • 11,254
  • 13
  • 51
  • 75
8
votes
1 answer

Soundcloud: play multiple tracks simultaneously - HTML5 widget

I am trying to create a simple multi-track player based on Soundcloud, displaying multiple tracks and start playing them simultaneously. I found a similar prototype here (Flash widget based): http://sessian.com/10/ Pressing two different 'Play'…
FraDiGomma
  • 103
  • 1
  • 5
7
votes
2 answers

SWFobject in a Chrome Extension - API Unavaiable

Hi! I'm building a Chrome extension, in which I need to embed a SWFobject in the background page. Everything works, except the JavaScript controls for the SWFobject and the eventListeners. My guess is that it has something to do with the…