tomasruud / downcloud

Download your own Soundcloud tracks (uncompressed)
https://downcloud.ruud.ninja
23 stars 4 forks source link

Download ALL button :) #2

Closed ghost closed 6 years ago

ghost commented 7 years ago

a button that downloads all my tracks in one take

animanoir commented 7 years ago

I le agree

tomasruud commented 7 years ago

This is not a bad idea. The only problem is that this is kinda tricky to solve in client-side JavaScript only. On one hand I could make it so all links are opened in new tabs and needs to be downloaded one-by-one. This is probably very tedious and the preferred solution would be to make JavaScript zip all the files, client-side. I don't know how this will work with a lot of large WAV-files, but it should be possible. I'll look into it.

tomasruud commented 6 years ago

This has kinda been implemented now, but it doesn't work in all browsers, and it seems like there aren't many solutions to this. I'm going to close it for now. The best way to do this is probably to use an extension or a 3rd party application to do the downloading, as multi-download in browsers are not really supported at the moment.