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
13
votes
1 answer

soundcloud API - JSON track count does not match profile track count

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 track_count property and associated value, as…
samnicho
  • 141
  • 1
  • 10
13
votes
2 answers

How to show/hide fragment with swipe up/down like soundcloud android app

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 point?
SohailAziz
  • 8,034
  • 6
  • 41
  • 43
13
votes
1 answer

How does SoundCloud pause other tabs?

If you have two browser tabs open to a Soundcloud page, or a page with a Soundcloud iFrame, with one tab playing, when you press play in the other tab it will pause the first. Howe exactly is this achieved?
Zack
  • 657
  • 5
  • 16
12
votes
3 answers

Reference URL with JavaScript to play sound?

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 am given when the button is pressed by the user. I…
JColling
  • 149
  • 1
  • 2
  • 6
11
votes
2 answers

401 Client Error: Unauthorized for url

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 client = soundcloud.Client(client_id='id', …
Alex
  • 111
  • 1
  • 1
  • 3
11
votes
0 answers

SoundCloud API: Getting the likes for a given user

I am using the SoundCloud API and I've noticed a difference between the number of likes on the website and the number of likes given by the API. For example: HTTPResponse resptest =…
Paul Fournel
  • 10,807
  • 9
  • 40
  • 68
11
votes
3 answers

Soundcloud 500x500 artwork by default

if($song->artwork_url != null) { $song_artwork = $song->artwork_url; } else { $song_artwork = 'img/no_art.png'; } By default soundcloud pulls -large (which is 100x100) How do i make it pull (t500x500) so i can have a higher res…
Black Dahlia
  • 141
  • 1
  • 1
  • 6
11
votes
2 answers

Soundcloud API - Extracting tracks reposted by a user

As reposts where introduced in the new soundcloud website, is it also possible to extract tracks reposted by a given user through the API ? Thanks in advance for your help
user2079074
  • 113
  • 5
10
votes
5 answers

How to get thumbnail of SoundCloud using API?

For example: http://soundcloud.com/mhiqu3/sets/heretik/ How to get the thumbnail url: http://i1.sndcdn.com/artworks-000004897289-5r6ws9-large.jpg?1767646 with the api (or without) ?
bux
  • 7,087
  • 11
  • 45
  • 86
10
votes
2 answers

Can't edit redirect_uri in SoundCloud app dashboard

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.
Hiro
  • 391
  • 5
  • 10
10
votes
2 answers

Apscheduler runs once then throws TypeError

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 it with apscheduler. Here's an example of the…
Kyle Frye
  • 113
  • 1
  • 1
  • 4
10
votes
3 answers

SoundCloud API URLs timing out and then returning error 403 on about 50% of tracks

I noticed this issue has been reported in the past a lot, but it appears no one of the SoundCloud support team actually has been able to address the issue. Ever since this week, SoundCloud API URLs are timing out followed by a 403 error when…
Dxx
  • 934
  • 2
  • 11
  • 41
10
votes
1 answer

Soundcloud API works on Firefox but not on Safari or Chrome

http://jsfiddle.net/gwz3rchj/76/ I am using this piece of code. No errors in the console. It's not loading the sound at all. $(document).ready(function() { SC.initialize({ client_id: "43e02302fc33adb2051f2391815f1828" }); …
Ali Gajani
  • 14,762
  • 12
  • 59
  • 100
10
votes
1 answer

Soundcloud API / SoundManager2 SetPosition not working before track is playing

I am trying to set the position of a sample in SoundCloud using setPosition to play from a certain time when I call the play() method. I need to set this before the sample starts playing. Right now this code isn't…
user547794
  • 14,263
  • 36
  • 103
  • 152
10
votes
1 answer

Soundcloud Custom Player with Waveform.js and scrubber functionality

I'm working on a custom Soundcloud player for my website using waveform.js to generate waveforms. It works great but it lacks the scrubber functionality. How can I add that? I'm not a JS wizard, still learning my ways around so I'll be very…
spik3s
  • 136
  • 1
  • 7