soundcloud Questions

2

Solved

I'm working on a CMS, and want to let users embed Soundcloud tunes and playlists. I'd like to avoid fiddling with the API - since it doesn't appear to be necessary: ) Instead I just piece together ...
Blythe asked 29/2, 2016 at 17:17

6

Solved

How can I get a track ID from a track URL using the SoundCloud API?
Stenopetalous asked 10/10, 2014 at 0:9

2

Recently I started to get requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url: https://api.soundcloud.com/oauth2/token using soundcloud (0.5.0) Python library. It happens in...
Jounce asked 29/1, 2018 at 9:0

3

Im using soundcloud dot com to upload my sounds. i want to press a button within my mobile application and have that sound play. So basically i want my sound to be referenced from the URL that I a...
Extremity asked 13/4, 2012 at 14:37

5

Solved

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=02gUJC0h...
Wolfson asked 6/12, 2016 at 9:58

3

When I try to connect to soundcloud using below code: // Create the request. NSURLRequest *request = [NSURLRequest requestWithURL:[NSURL URLWithString:@"https://soundcloud.com/api"] cachePolicy:NS...
Boustrophedon asked 22/2, 2016 at 8:59

2

Solved

I'm trying to add a list of someone's soundcloud followers to a database every hour. I have the code working to pull their list of followers and add them to a db, but I run into errors when I use i...
Fid asked 20/11, 2016 at 3:35

2

How can I edit the redirect_uri in my SoundCloud apps dashboard? I go to http://soundcloud.com/you/apps but no edit button was found.
Castara asked 20/12, 2016 at 7:48

8

Solved

I have been researching for hours with no luck to get it worked. Basically I have a cms in which users can put soundcloud url like this "https://soundcloud.com/cade-turner/cade-turner-symphony-of-l...
Palaeogene asked 1/1, 2014 at 15:44

2

Solved

I would like to know how to add a row, which upon clicking on will function like Bottom Sheet above Bottom Navigation Bar. Like this image Example (The darker row). Thanks!
Darrin asked 30/10, 2020 at 20:49

4

Solved

Here is how a SoundCloud embedded player on a HTML page looks like on mobile device: It's rather annoying, because the user has to click "Listen in browser", and then, often, it doesn't start li...
Stoltz asked 21/9, 2016 at 19:58

3

Solved

I'm trying to write a react native app which will stream some tracks from Soundcloud. As a test, I've been playing with the API using python, and I'm able to make requests to resolve the url, pull ...
Alcus asked 2/12, 2019 at 23:13

1

I am working on a php code as shown below which convert mp4 files (present in the in_folder) to mp3 (and send it into out_folder) <?php foreach ($mp4_files as $f) { $parts = pathinfo($f); sw...
Dymoke asked 21/5, 2019 at 19:8

3

Solved

I am trying to register a new app with SoundCloud. I therefore go to https://soundcloud.com/you/apps and click on "Sign up for a new app". This opens a google form that says: Due to the hi...
Signor asked 18/2, 2019 at 18:21

1

I had an simple Player on my Website where a Soundcloud Track can be played. I'm using the Widget API. Everything was working fine the last weeks, but now i get this Error in Chrome Browser (Deskto...
Work asked 19/2, 2019 at 9:42

2

I am getting curious to know that how a view can be created like the one shown below . Is this drag and drop or some custom view with gesture detection and animations? What can be a good starting...
Rosco asked 12/11, 2014 at 5:16

2

For a client of mine I used the Soundcloud API to show tracks on his website. now it had stopped working, the API returns 0 tracks. https://api.soundcloud.com/users/1525250/tracks?client_id=dec732...
Blodgett asked 27/5, 2016 at 7:14

1

I'm trying to upload a sound to soundcloud using WebService::Soundcloud. I've so far been able to make a couple of GET/POST requests following the examples provided by the WebService::Soundcloud do...
Coprolalia asked 9/5, 2013 at 6:55

0

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 kno...
Liard asked 4/6, 2018 at 12:14

1

I'm building a web app using the soundcloud JavaScript SDK that should only return profiles that contain one or more tracks. My GET request returns an array of user profiles, each including the tr...
Painstaking asked 14/4, 2016 at 14:42

4

Solved

Anyone know if there's a way to generate URL's for SoundCloud tracks that specify a start time for the song? I'm looking for a way to force playback of streams at a certain time in the stream witho...
Rael asked 26/5, 2013 at 19:45

3

I am researching for a project and was wondering if I can use SoundCloud API for making and app that streams music with SoundCloud. I could not find any official source from SoundCloud to privde a ...
Protozoal asked 30/9, 2014 at 2:53

3

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. h...
Brahmani asked 7/4, 2015 at 15:51

2

I have been trying to get this to work for months but it's still not working. It works fine in all browsers except Google Chrome. The problem is audio doesn't stream in Chrome. Here's a JS fiddle ...
Satiate asked 10/12, 2015 at 13:24

4

http://developers.soundcloud.com/docs/api When I look at the API docs, I see SC.stream("/tracks/293", function(sound){ sound.play(); }); When I look at the track I uploaded, it only provide...
Pyrrhonism asked 20/9, 2013 at 19:46

© 2022 - 2024 — McMap. All rights reserved.