Specify starting time of track within URL for SoundCloud?
Asked Answered
R

4

38

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 without having to do any processing on my end via the API.

Rael answered 26/5, 2013 at 19:45 Comment(2)
Be attention this solution doesn't help while you work with streaming URL. E.g. api.soundcloud.com/tracks/299331197/stream?client_id={your_id}#t=47sC
Duplicate: Link to specific point in time on SoundCloudGombroon
P
43

As @bsz correctly noticed, we have released a way of specifying start time on the sound when linking to it, append #t=12s to the sound's URL to start it at 12th second, etc.

If the audio is long enough, you can use (e.g.) #t=2h10m12s.

Pentomic answered 27/5, 2013 at 12:35 Comment(4)
Sucks that that's the case but at least I know now. Thanks!Rael
Also see: webapps.stackexchange.com/questions/47570/…Celt
Is there also an option for putting times into comments?Layout
*If the audio is long enough, you have to use hms (#t=107s will not work, but #t=1m47s will).Unyielding
X
16

They seem to have added a #t option but not sure if you can also give an stop time:

https://soundcloud.com/razhavaniazha-com/06-06-2013-razhavaniazha-afn#t=54:00

Xerophagy answered 1/7, 2013 at 2:37 Comment(1)
I tried getting this to work in an embedded widget, but it seems to only work when you link to the soundcloud. Anyone had any luck using it in a widget?Extrinsic
M
3

You can also specify a start time one minute or over by appending

#XmXs

If you want a time right on the minute mark (e.g. 3:00), include 0 seconds (0s) in the time code (i.e. 3m0s), or else the start time will be ignored. It does not appear to support a start time over an hour.

Mazard answered 5/9, 2013 at 1:55 Comment(0)
M
2

Click share and set or pick time enter image description here

Monia answered 10/9, 2017 at 1:57 Comment(1)
Where do you get that "at ....." time input option? It doesn't seem to be there (at least not anymore?) in Soundcloud's share feature.Inertia

© 2022 - 2024 — McMap. All rights reserved.