SeeSharpeDen / miitopia

A discord bot written in rust that adds miitopia music to your "content"
3 stars 0 forks source link

Add a way to select/query/search specific songs/groups. #4

Open 45ninjas opened 1 year ago

45ninjas commented 1 year ago

We could use the text of the message as the search query like below. image

This could allow us to have multiple libraries of tracks. We could have a folder for miitopia, mario party and minecraft and users could specify what genre of meme music/sounds they would like to use.

If the query is empty we could default to "miitopia".

Or alternatively. Tracks could be stored inside a database that contains tags and the tags are used to query the track like below. image

This method would allow for some kind of interface (discord bot/reactions/webpage/android app) to edit/vote for tags. Maybe even support user uploaded tracks :thinking: