Koodattu / twitch-song-request-desktop

A desktop application for Twitch song requests from Spotify and Youtube
MIT License
4 stars 1 forks source link

Soundcloud support #5

Open Koodattu opened 6 months ago

Koodattu commented 6 months ago

Add support for soundcloud song requests.

Koodattu commented 4 weeks ago

We can probably either use the soundcloud api for searching for tracks or retrieving the track id using the given url play it in a WPF MediaElement.

Or we can dig for the song id from the given url's page source code and use CefSharp to play the track as embedded like we currently do for Youtube.