LuchoTurtle / banger-bot

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

Edge cases #4

Open LuchoTurtle opened 3 years ago

LuchoTurtle commented 3 years ago

We have some edge cases to handle, even on an MVP stage.

Discuss a bit here so we know how to proceed 🤔

luisg0nc commented 3 years ago

I believe we should only handle single and separate songs for now. Also I'm not sure what you mean by Youtube DL, we will only be saving metadata.

LuchoTurtle commented 3 years ago

@luisg0nc Given that the bot can receive any kind of input (for example, Youtube link), we ought to consider if a link refers to an album. In the specific case of Youtube, if I were to send this link, the bot should automatically assume I want to add the whole album and split the songs' metadata accordingly.