freyacodes / archived-bot

A Discord music bot serving music in over 3 million discord servers
https://fredboat.com/docs
MIT License
488 stars 210 forks source link

Bandcamp Custom Domains #492

Open XT3RM1N8R opened 6 years ago

XT3RM1N8R commented 6 years ago

I am aware that the bot supports playing from Bandcamp links. Unfortunately, some artists prefer to host the Bandcamp page from their own website, which interferes with the way the bot checks for music and makes it difficult to queue music on these pages. This can be worked around by providing the URL that would be the link users see if the artist did not choose to have everything hosted on/redirected to their website.

Example: What users will see and try to pass to the bot: http://music.disasterpeace.com/album/disasters-for-piano

What users must provide in order for it to work: http://disasterpeace.bandcamp.com/album/disasters-for-piano

This can be easily worked around by simply re-formatting the URL passed to the bot.

marshall-rhea commented 4 years ago

Hey, I would like to work at this issue!