proohit / DirisSlave

Feature-rich Discord bot written in Java using JDA. Supports music playback with spotify integration, imageboards, weather data, simple command APIs and much more.
4 stars 0 forks source link

Add Genres to existing and future songs #43

Open proohit opened 4 years ago

proohit commented 4 years ago

Now that we have spotify integration, it would be nice to have all the genres for the existing and for future songs in the db

issue-label-bot[bot] commented 4 years ago

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.99. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

proohit commented 3 years ago

We could use songwhip.com for this. On songwhip.com/create is an endpoint which expects a POST body like the following:

{
"country": "DE",
"url": "https://www.youtube.com/watch?v=0Eh4b0Ge-sM"
}

and returns URLs to several music providers, including spotify. We could fetch genres from spotify with it.