soundcloud

My importXML + xPath + Soundcloud playlist Not Working

天涯浪子 提交于 2019-12-08 11:18:57
问题 So How To Use importXML By Google Docs Spreadsheet Plus xPath To Help Me Copy Soundcloud Playlist Track Title? Today I'm looking for a solution on how to copy the Track Title of tracks inside a Soundcloud Playlist/Compilation. I searched around and discovered importXML function offered by Google Docs Spreadsheet. While digging further about the importXML function, I discovered about xPath . Great combination! I thought. So I quickly get my hands on the tools and tested it, and it's great! I

SoundCloud API PUT method not updating track asset data

六眼飞鱼酱① 提交于 2019-12-08 10:45:19
问题 I can post a new track to soundcloud using their JAVA API Wrapper (I know this is not formally supported) with asset_data and artwork_data and all of the following meta with no issue. When I go to use the update method, it can change everything successfully except for the asset_data (mp3), it even changes the artwork_data. Does anyone have this working in JAVA or any other language. I perused through stackoverflow and SoundClouds example and have't seen one working yet. But it is available as

How to play an audio from soundcloud in our app.?

不打扰是莪最后的温柔 提交于 2019-12-08 10:28:46
问题 Following program allows user to upload an audio from app to SoundCloud.But what if i need to play an audio from my account in soundcloud in my app?How to play an audio from soundcloud or from particular url of soundclous to in our app ? public class Record extends Activity { public static final String TAG = "soundcloud-intent-sharing-example"; private boolean mStarted; private MediaRecorder mRecorder; private File mArtwork; private static boolean AAC_SUPPORTED = Build.VERSION.SDK_INT >= 10;

Soundcloud HTTP API - POST /tracks 422 unprocessable

荒凉一梦 提交于 2019-12-08 10:08:54
问题 I am attempting to send a post request to the /tracks endpoint to upload an mp3 audio. In the apigee console, asset_data parameter is a header. However I do not understand what I am supposed to do with this parameter. Why would I be sending raw data in the headers? That would be in the POST body. Here is my demo code, HTML, the upload function is the only relevant part of the code (but again the same thing happens here https://apigee.com/console/soundcloud) function upload(blob){ var auth =

Soundcloud JAVA api wrapper : SSLException

一个人想着一个人 提交于 2019-12-08 09:33:24
问题 When using the soundcloud JAVA wrapper for the API i get the following SSL error javax.net.ssl.SSLException: hostname in certificate didn't match: api.soundcloud.com/178.249.136.151 != api.soundcloud.com OR api.soundcloud.com I am using java-api-wrapper-1.1.2-all.jar Found a google group post saying using the jar with everything bundled (..-all.jar) fixed the issue, but apparently not for me.. Anyone has an idea? 回答1: Found the problem, Conflicting jars for org apache httpclient, removed 4.1

Soundcloud HTML5 Player: Events.FINISH only fired once

一世执手 提交于 2019-12-08 08:03:34
问题 I'm using the SC HTML5 player, when one sound finishes, I load in another source, however the FINISH event only seems to fire for the first song, my code is as follows //Set the source document.getElementById("sc-widget").src = scPath; //get the widget reference var widgetIframe = document.getElementById('sc-widget'), widget = SC.Widget(widgetIframe); //set the finish event widget.bind(SC.Widget.Events.FINISH, endSC); function endSC() { var scPath = "http://w.soundcloud.com/player/?url=http

Soundcloud Javascript API SC.get() will not allow me to change a variable outside of the function

做~自己de王妃 提交于 2019-12-08 05:57:32
问题 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 still an array with length = 0. In addition the sounds object is undefined after loadSounds executes. Some help would be greatly appreciated, and if I need to post more to help solve the problem let me know. loadSounds = function() { var newSounds = []; _.each(trackURLs, function(trackURL) { console

Soundcloud API order on playlist

对着背影说爱祢 提交于 2019-12-08 04:55:39
问题 soundcloud api again! I'm trying to order the tracks when grabbing a playlist from soundcloud api using this call http://api.soundcloud.com/users/radio-pnr/playlists/10599585.json?client_id=XXXX I can limit the tracks by using &limit=10 but when I put the order=created_at to return the tracks ordered, this parameters seems to be ignored. Any idea? Thanks! 回答1: The order filter doesn't work anymore, when you retrieve the tracks from a certain user the order filter is set by default to created

Soundcloud: Cannot set property 'id' of undefined when trying to play the song

非 Y 不嫁゛ 提交于 2019-12-08 04:53:13
问题 The code below is compiled from CoffeeScript, hope it's still readable (function() { $(function() { var PLAYLIST_ID, SOUNDCLOUD_ID, tracks, tracks_ready, tracks_total; SOUNDCLOUD_ID = '6d5064768cc29c71e1f66691f435589a'; PLAYLIST_ID = '1768866'; SC.initialize({ client_id: SOUNDCLOUD_ID }); tracks = []; tracks_total = 0; tracks_ready = function() { return tracks[0].play(); }; return SC.get('/playlists/' + PLAYLIST_ID, function(pl) { var track; track = pl.tracks[0]; return SC.stream('/tracks/' +

Auto-play youtube and soundcloud embeds after one another

不想你离开。 提交于 2019-12-08 04:53:02
问题 I have a music blog that contains a series of youtube and soundcloud embeds. I would like to automatically play all of the embedded content on the page one after another. In other words after a youtube embed that I've played ends, I would like the next embed to start playing whether it be from soundcloud or youtube and vice versa. The rendered HTML looks like this: <span class="soundcloud_embed" id="soundcloud_post_308"> <iframe id="ui-id-1" width="100%" height="166" scrolling="no"