aquelemiguel / parrot

🦜 A hassle-free, highly performant, self-hosted Discord music bot with YouTube and Spotify support. Powered by yt-dlp.
MIT License
136 stars 44 forks source link

Play Files From Attachments #246

Open cycle-five opened 1 year ago

cycle-five commented 1 year ago

🧐 Rationale

A lot of people still have their own mp3s or other audio files on their computer that they may like to listen to and share with other through this discord bot. Supporting the ability to do this would be beneficial, and many other popular discord music bots support this as well.

📝 Description

The user is able to upload a file as an attachment, which is then download by the bot from discords CDN and stream with ffmpeg in otherwise the same manner as with yt-dlp.

➕ Additional Information & References

No response