What would you wish for for our widget? #482
Replies: 5 comments 4 replies
-
Hi. The Dark mode would be great! |
Beta Was this translation helpful? Give feedback.
-
|
It's HTML only and not usable on other platforms |
Beta Was this translation helpful? Give feedback.
-
|
Custom CSS would be great, to build a player that actually fits with the websites style! |
Beta Was this translation helpful? Give feedback.
-
|
I'm a music composer. For a decade, my personal portfolio website music player has been based on SoundCloud. I already have my most popular tracks on SC, and it's a convenient way to manage song stats/playlists/thumbnails/etc. and stream track audio. It would be a huge effort to reimplement these things myself. Also, for better or worse, SoundCloud is the standard for embedding sharable audio on websites (look at any sample library demo page). Bandcamp has a widget, but it can't do playlists and doesn't show play stats. For a while I just used the official SC widget, until it really just became a huge eye sore by modern standards. I wanted to make it consistent with the rest of the site's design, and have my own custom UI that controlled the raw widget (which I'd make invisible). I tried using the official Widget API, but I've found it to be very limited, archaic, and buggy. See below. However, now it seems like maybe API signup has returned? I submitted an API key request with the AI chat bot, and a human eventually granted me one within a few days. Hopefully I can at least use the API to look up my own playlist tracks and track metadata, then still use the widget to play each track. Regardless, the problems with the widget still should be fixed. In general, I think the widget needs a complete overhaul. Here's a taste of the hacks I had to do to make the widget work as expected. And here's the full code for my website (if link broken, check Software Heritage). Specifically, here are some of the issues I ran into that I can remember:
As you can see, there's a host of issues. The code I needed to write could've been reduced by 25% if these issues were fixed. Please understand that this has all been very frustrating and disappointing, but I definitely don't blame the developers. I very much appreciate the noticeable increase in dev response and openness to feedback on this repo. I'm not sure how many of these issues are rooted in the relatively thin |
Beta Was this translation helpful? Give feedback.
-
|
I was directed here from a request to get an API key for app development. My main reason for wanting to use the API was that I didn't think there were enough customisation options. I had also built things with the API years ago but the account I used has lapsed so I wanted to pick up where I left off developing my reactjs components. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Many of you are writing custom players. Tell us what is missing in our widget so you would not do that!
https://developers.soundcloud.com/docs/api/html5-widget
Beta Was this translation helpful? Give feedback.
All reactions