Soundnode / soundnode-app

Soundnode App is the Soundcloud for desktop. Built with Electron, Angular.js and Soundcloud API.
https://soundnode.github.io/soundnode-website/
Other
5.13k stars 640 forks source link

[FEATURE] Support for artists (Submitting music & viewing notifications/messages) #271

Open Chriz007 opened 9 years ago

Chriz007 commented 9 years ago

Tell me what'cha think of my concept design for the profile page.

To get access your profile page, click your username

profile

If you would like me to make the profile screen stuff face horizontal, just let me know! I'd be happy to help profile concept 5 Here is another picture with a notification symbol above. (Its a little hard to see so click the picture & magnify it)

profile concept w notification 6

If you want to submit the track, you drag your file in, and then this window will pop up.

songe

weblancaster commented 9 years ago

@Chriz007 this is a pretty good and big feature we can implement in the next versions, Will definitely make to Soundnode..

Also thanks for the design ideas I appreciate your help.

Chriz007 commented 9 years ago

Thanks! Does soundcloud actually have an api that allows for submitting tracks? I hope they do.

Pitros commented 9 years ago

SC API allows for file upload so can be done.

jakejarrett commented 9 years ago

The Javascript API doesn't document upload, but it should support it if we just POST an mp3 with title & asset_data. (Here's the ruby API for uploading a track for comparison)

track = client.post('/tracks', :track => {
  :title => 'This is my sound',
  :asset_data => File.new('file.mp3', 'rb')
})
kuhnertdm commented 8 years ago

This looks really nice. Would be a very big step towards adoption by artists fed up with Soundcloud's front-end bugs and such.