Funktr0n
Funktr0n

Reputation: 1842

Specify starting time of track within URL for SoundCloud?

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.

Upvotes: 38

Views: 28443

Answers (4)

Viktor Bogutskii
Viktor Bogutskii

Reputation: 930

Click share and set or pick time enter image description here

Upvotes: 2

Misha Reyzlin
Misha Reyzlin

Reputation: 13896

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.

Upvotes: 43

user2748976
user2748976

Reputation: 31

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.

Upvotes: 3

bsz
bsz

Reputation: 321

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

Upvotes: 16

Related Questions