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.
0
votes
0answers
148 views
Unable to login with client redirect URI, login view says configured URI invalid
I'm working with the CocoaSoundCloudAPI and am doing a few test apps. I have completed two without issue, but I am unable to login via the loginViewController on iOS. I have created an app profile on ...
1
vote
0answers
57 views
Programmatically setting quiet mode options (comments/stats) through SoundCloud's API
I'm in the process of migrating my company's audio from the old hosting provider to SoundCloud. I've written a script to automate this process which uploads the audio file, its thumbnail, and writes ...
1
vote
1answer
119 views
Soundcloud Javascript API SC.get() will not allow me to change a variable outside of the function
I seem to be having a issue with the SC.get function in the Soundcloud Javascript API. I try to push a new item to the newSounds array; however, after the _.each loop exits the newSounds object is ...
0
votes
1answer
189 views
Manipulate soundcloud iframe widget
I'm loading soundcloud into my website using iframes. Is it possible to edit the style of the soundcloud iframe. Example. Set a class of the iframe to
visibility : hidden
Or is there another ...
0
votes
1answer
119 views
SoundCloud API login opens itunes app on IOS 6.0 device?
Have implemented SoundCloud API into app. All working well, using the SoundCloud IOS Quick Start guide.
- (IBAction) login:(id) sender
{
SCLoginViewControllerCompletionHandler handler = ^(NSError ...
0
votes
0answers
135 views
render (youtube/soundcloud-links and comments) facebook wall on my website (like facebook itself)
with the Facebook SDK i have wrote some code to get my Fanpage-Wall-Messages and Photo-Posts ob my Fanpage-Website!
But is there any finished code-Snippet to render all cases of types (like "status", ...
0
votes
0answers
74 views
How to add a track to a SoundCloud playlist in AS3?
OK, so I've been beating my head against this for a few days...
I'm building an app in AS3 that accesses a specific SoundCloud account. The account has two existing playlists - one is empty. ...
0
votes
0answers
128 views
SoundCloud Android Explicit Intent Sharing deletes file after upload
I'm using the soundcloud explicit intent sharing mechanism in my app since a long time, and it works well.
Intent intent = new Intent("com.soundcloud.android.SHARE")
...
0
votes
0answers
64 views
SC.stream not loading soundmanager2 with IE
Spent some time on the unminified sdk, and found out the readyState === 'complete', for IE678, is almost never fired, so I added a readyState === 'loaded' to the test. Now it works all the time...
...
0
votes
0answers
55 views
Process a stream from soundcloud
I would like to process a Soundcloud stream (for example get its Fourier Transform). The easiest way for me would be to use Java or Python, since I am running the script on a remote server.
Additional ...
0
votes
1answer
263 views
SoundCloud Custom Player and YouTube Embed Player on https
I am using SoundCloud Custom Player on https site, everything works good but on chrome (html5 player) I get console alert that the player loads mp3 file from
http://ak-media.soundcloud.com...
This ...
1
vote
1answer
175 views
Soundcloud as Oauth Provider: How to make it connect only one time
I'm currently implementing an Oauth consumer service which is going to use Soundcloud as an Oauth service provider as well. But I'm having the following issue with it: Taking Facebook or Twitter ...
0
votes
0answers
36 views
SC.Widget.Events.FINISH event no longer called in HTML5 player
The SC.Widget.Events.FINISH event is no longer firing in the HTML5 player - this seems to have been happening for the past few weeks.
I see that this has been raised a few times by others but I can't ...
0
votes
2answers
131 views
Stop all sounds Soundcloud
I've built a small gallery using Anything Slider + Soundcloud . You can see it here: www.diasporaduo.com (multimedia section). The problem is that, when I hide the "mp3content" div, I have no way to ...
0
votes
1answer
180 views
Using SoundCloud API for creating a dynamic playlist
I'm developing a rails web app for school that would allow users to add songs to a playlist and then invite other users to up/down vote songs in the queue.
I'm trying to figure out if the SoundCloud ...
0
votes
0answers
112 views
Enabling use of WebAuthenticationBroker with SoundCloud
In order to use WebAuthenticationBroker (Microsoft's WinRT signon library), I have to set the protocol to ms-app:// which works fine when I invoke it from a web browser.
When invoked inside a WinRT ...
0
votes
0answers
38 views
Rapzilla Remix competion dropdown box doesn't show all music
When i go to http://remix.rapzilla.com/lecraeiknow/submit i click on the drop down menu and all my music is not there to select from so i am struggling to enter the remix, any suggestions?
Kind ...
2
votes
2answers
129 views
Sign in with Devise, Omniauth and SoundCloud
I'm trying to sign in my Rails application using Devise and Omniauth. I've already installed omniauth-soundcloud and omniauth gems. I've created an application in Soundcloud with:
name: sitename
url: ...
0
votes
1answer
71 views
getting soundcloud authorization code in django
I'm attempting to have soundcloud authorize my django app, which i have successfully registered with soundcloud. I pass in the details supplied during registration as well as the callback uri ...
1
vote
2answers
358 views
Play SoundCloud links through Soundmanager2
I'm using the Soundmanager Mp3 Button on my site. However, I'd like to use the Soundcloud Api to stream tracks through Soundmanager instead of hosting MP3's. Basically, I'd like to stream a Soundcloud ...
0
votes
1answer
137 views
SoundCloud iOS SDK fails to find all header files. libSoundCloudUI/CocoaSoundCloudUI
I have spent hours over the past week trying to figure out why SoundCloud suddenly stopped working in an app I'm working on. Figuring it might have been file-location related, I completely removed it ...
1
vote
1answer
99 views
Can't get Getters from SoundCloud HTML5 Widget API
I'm struggeling with the Soundcloud HTML5 Widget API. The Methods and Events are working fine, but i can't log the getters. I've been looking around in the Soundcloud API documentation but i can't ...
0
votes
1answer
51 views
Widget API accepts clean friendly URLs
In the past the widget HTML5 player API was not accepting sound clean friendly URLs,
only with a track ID.
But now when I try it, it seems that it does works fine, but I don't see it mentioned ...
1
vote
2answers
323 views
Are button html tags outside of a form valid?
I just noticed that, in soundcloud, the "action" buttons on a track (like, repost, etc...) are all html button tags. Moreover, they are neither inside a form nor they bind to a form a la html5 nor ...
0
votes
1answer
68 views
i want to implement soundtrack in my rails app
Hey i did just like this tuotorial for my rails app
https://github.com/soundcloudlabs/connect-with-soundcloud-rails-demo
also there is a video http://www.youtube.com/watch?v=oSBfGV0uUA4 I watch this ...
0
votes
0answers
103 views
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 ...
0
votes
0answers
125 views
Soundcloud API authentication from an open source application [closed]
I am working on a Soundcloud XBMC add-on. The add-on is open source, and written in Python.
The application needs to be able to authenticate users to the SoundCloud API. In order to do so, the docs ...
0
votes
1answer
473 views
Stratus player (soundcloud api) non stop play
I installed the stratus player on my website but everytime you load a new page, the player stops since it's not in an iframe.
I checked on the deadmau5 site http://www.deadmau5.com/ which is also ...
1
vote
1answer
379 views
Soundcloud custom player event on track end
I've been having problems with the custom soundcloud HTML 5 soundcloud player that I got from here: https://github.com/soundcloud/soundcloud-custom-player
What I'm trying to do is load the ...
3
votes
1answer
258 views
Events not firing html5 player
Has the html5 player / api been updated? The events
SC.Widget.Events.PLAY,
SC.Widget.Events.PAUSE,
SC.Widget.Events.FINISH,
from the html5 player are not firing anymore. Can somebody confirm?
0
votes
1answer
60 views
Soundcloud API: How to write conditions concerning dates/ids?
I'm having this use case I'm not figuring out by the soundcloud documentation page: I fetch the last 10 most recent tracks. In 2 hours, I want to see if there are new tracks. So technically, I want to ...
0
votes
0answers
20 views
Authenticity warning dialog shown when launch my app
I download the source code of soundcloud for MAC, and made some changes to it, after build, when I launch it, sometimes, it will prompt a authenticity warning dialog:
Share on SoundCloud wants to use ...
0
votes
0answers
84 views
'Open File' dialogue after loading Soundcloud html5 player widget
recently I've noticed, that Chrome or FireFox (win7) are presenting an 'Open File' dialogue, when using the html5 widget. It asks you to save a file, and then, no track comes in. Is there anything, ...
0
votes
0answers
133 views
Soundcloud resolve issue
I am developing an app for SoundCloud, written in PHP and I use the php-soundcloud library.
After successfully having instantiated a Services_Soundcloud instance, I can do calls like the following:
...
0
votes
1answer
109 views
SoundCloud API : I can't decode Json data
I have an issue with SounCloud PHP wrapper. When I make an oembed request to the SounCloud API. This last one gives me back a string data. It's composed by something like a header and the JSON data. ...
-1
votes
1answer
114 views
Retrieve innerhtml of updating soundcloud div element
I am creating a Chrome Extension and am currently trying to retrieve the status of the timer in a Soundcloud page.
Using Firebug I found the element is a div and has a class of ...
0
votes
2answers
37 views
How to modify functionality of SoundCloud
For 3rd Party developer, is it permitted to modify the source code of SoundCloud, if so, what is the process to do this? If not, is there some way to raize the request to SoundCloud? thanks!
0
votes
1answer
424 views
Is it possible to have an (iframed) SoundCloud widget with no background?
I'm trying to make a really minimal player -- just a play button, and another button to zoom up to a full-sized player. (Fiddle.)
As far as I can tell, there's no way to get rid of the white ...
1
vote
1answer
88 views
Soundcloud Oauth implementation: Why the hash parameters?
Concerning https://github.com/sinatra/sinatra/issues/596, which i wrongly diagnosed as a sinatra bug.
I'm having the following issue: I'm using Soundcloud OAuth workflow to implement single-sign-on ...
1
vote
1answer
224 views
SoundCloud Widget API play(), pause(), toggle() methods don't toggle the play/pause button image in the player
Check it out on the SoundCloud Widget API Playground for example. If you click the play, pause, and toggle buttons, the big orange play/pause button in the widget doesn't update.
I've checked in ...
2
votes
0answers
149 views
Soundcloud popup_callback.html not redirected to callback url after Facebook login
my first post after years of reading :P
I think that are some problem with the page of soundcloud https://soundcloud.com/popup_callback.html
My app uses the soundcloud api and work fine, but when my ...
1
vote
2answers
195 views
SoundCloud Widget and Flash wmode
The SoundCloud HTML5 widget is embedded as an <iframe>, but it will fallback to using Flash if the browser does not support the required HTML5 components. Unfortunately, the Flash player does ...
1
vote
2answers
232 views
How is New Soundcloud Top Bar Programmed?
I was curious to see if anyone knows how the new Soundcloud website was developed? Specifically, how does the song continue to play through the top bar audio player even after the user has navigated ...
1
vote
1answer
191 views
SoundCloud widget events not firing
I'm having problems with the SoundCloud Widget API.
For some reason the PLAY and PLAY_PROGRESS events are not firing after playing the track using the auto_play option. The READY event is working ...
0
votes
1answer
629 views
Soundcloud HTML5 Player not loading in Firefox
I'm on Mac OS X 10.8.2 running Firefox 18 and I'm not able to get the HTML5 Soundcloud player to work. I get blank space where it should be, and "Additional plugins are required to display all the ...
1
vote
1answer
234 views
If downloading for a song is disabled, can a 3rd party application that has been authenticated still use the download URL to grab the track?
I'm trying to create an application using Ruby on Rails that allows a user to download all of the songs that they have uploaded. At this point I've authenticated the user using OmniAuth, and I've ...
0
votes
1answer
381 views
Stop SoundCloud HTML5 iframe player when clicking next slide
--- [EDIT ---
I had to use getElementByID for the below to work, however, is there a way of affecting all iframes within the carousel at once instead of individually adding IDs i.e. programmatically ...
0
votes
1answer
54 views
Only 50 Soundcloud groups returned by GET
I have joined 92 groups in soundcloud, but when I do an SC.get("/me/groups"....etc I only get 50 returned to me. When I do a
curl ...
1
vote
1answer
132 views
Order for search with soundcloud api
How can i get the sort order of my search results to be just like the one at soundcloud.com? When i search at soundcloud.com; it doesn't look it's sorted for hotness or created_at.
0
votes
1answer
195 views
player state implemented javascript on beatport vs. iframes? soundcloud support?
I have successful implementation of static players on many of my sites using iframes. This has served my purposes thus far, and has been a little complex to make happen. i often have needed to pass a ...





