tomasruud / downcloud

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

Metadata and stats #4

Closed Allowsh28 closed 4 years ago

Allowsh28 commented 6 years ago

I wanted to see if we can back up all metadata and stats of my souncloud account in an open format.

tomasruud commented 6 years ago

I'm kinda limited to the data that the Soundcloud API provides, but I think it would be possible to dump significant amount of data from there. The API returns everything as JSON, so I think that would go as an "open format". Are you thinking both track metadata (like plays, comments, bpm, key etc.) and profile metadata (like follower count, profile image etc.) or only track meta?

Allowsh28 commented 6 years ago

Amazing, sure - Any data collection would help. The more the better.

tomasruud commented 5 years ago

bd8e7c3bb09bab2c22186a42a7b017373f5e809b is a step towards more data at least. I have made both user data and track data available as json for people wanting more data.