LuchoTurtle / banger-bot

๐Ÿงจ A personal Telegram bot that organizes and compiles songs within a group chat
MIT License
6 stars 0 forks source link

Classification and organization #3

Open LuchoTurtle opened 3 years ago

LuchoTurtle commented 3 years ago

Let's keep it simple for now - the bot will fetch the song and organize it accordingly. We need to mutually agree on how the songs will be organized and also how will we detect the song's genre. We are filtering any other genre besides EDM and Techno, innit?

We might expand a feature in the feature where we let users decide which genre they want to stick with but for now, let's focus on us ๐Ÿ˜‰ . The bot should be able to reject unrelated genres and respond accordingly to the one that linked the song.

Additionally, when prompted with a repeated song, we should ask the user if he wants to add or not (in case of remixes or another version of a song).

luisg0nc commented 3 years ago

The bot should be agnostic to the song's genre, if we can however extract the song's genre and save that as metadata, we could use that metadata to then export specific playlists.

A repeated song would be an exact same song, and a remix should be treated as another song. I am not sure how we can treat different versions of a song, like radio edits or extended versions.