mixcloud-tracklist icon indicating copy to clipboard operation
mixcloud-tracklist copied to clipboard

Show time that track starts

Open WickyNilliams opened this issue 8 years ago • 11 comments

Would be useful to know at what time a track starts, so i can quickly scrub to that point

WickyNilliams avatar Apr 28 '16 11:04 WickyNilliams

Hey @WickyNilliams. Thanks for the request. It's been requested before in #6 and I said I probably wouldn't be looking into adding that feature as I just wanted to restore the previous behaviour.

I'll leave this issue open for now to see if it's more widely requested. If it is then I'll look into implementing it.

adlawson avatar May 06 '16 14:05 adlawson

+1 for show time track starts

DevilstormCZ avatar Jun 29 '16 09:06 DevilstormCZ

There's another request for this by Zygintas Bernotavičius in the Chrome webstore.

Maybe I should look at this. I'll need to check the data is there first, but I can't see this being a problem.

adlawson avatar Mar 27 '17 16:03 adlawson

@adlawson When I looked at this, the time information was missing in the data returned from mixcloud.

djg avatar Mar 28 '17 03:03 djg

The plugin was really helphul for me. I have made simple excel for my self witch generates cue list pasting track list. Than burn audio CD using cue with imgburn and enjoy my self listening favourite mixes with ability to jump throug tracks without anoying looong forwarding/rewinding. So track position would save lots of time analysing mix for proper track position and manual time entry in cue.

zygisber avatar Mar 29 '17 14:03 zygisber

Those fortunate car owners with digital audio format (mp3, flac, etc) players may use cuesplitter to automaticaly cut mixes into separate tracks and enjoy track skipping.

zygisber avatar Mar 29 '17 15:03 zygisber

so, not possible?

zygisber avatar Mar 31 '17 15:03 zygisber

No I think it is possible. I've already started looking at it but I have other obligations. If you like you're welcome to submit changes, otherwise it'll have to wait until I have some free time to finish it up.

I'll post here when I have an ETA

adlawson avatar Mar 31 '17 15:03 adlawson

Can you give me a nudge? Link to tutorials, how to build/test your plugin? It is completely unknown teritory for me :)

zygisber avatar Mar 31 '17 16:03 zygisber

While inspecting code I see that there are track starting possitions in secs: <div ng-init="tracklistShown=false;audioLength=7285;sectionStartTimes=[0, 516, 825, 1281, 1653, 1971, 2283, 2553, 2907, 3264, 3612, 3990, 4530, 4923, 5244, 5541, 5895, 6213, 6522, 6819]"> However I do not know how to put it in use :( I have been able set up pc to build your extension, but I understanding js is beyond my abilities :)

zygisber avatar Apr 03 '17 12:04 zygisber

I have added some stuff for my self, if you find anything usefull I'll share the code: https://chrome.google.com/webstore/detail/mixcloud-tracklist-downlo/lglkomjmpemepahcicfhkpbcmfncpefi/related

zygisber avatar Apr 26 '17 11:04 zygisber