You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The only option i can think of is creating a server to fetch genres and songs ids from modarchives and serve them to the client app. We have two ways to get these data in the server.
Easiest way is getting a key to access xml api of modarchive. We can send "view_genres" and "search" requests and get what we need. API documentation: https://modarchive.org/index.php?xml-api
Our second option is scrapping genre and song ids belonging to genre from the actual page. I wrote some functions for scrapping in my fork's genre branch.
https://modarchive.org/index.php?request=view_genres
would be great :-)
The text was updated successfully, but these errors were encountered: