While using the current discordx/music framework I ran into a problem regarding the music player. If you give the player a track long enough (above 30min), the player will stop playing the music and abort unexpectedly. The discordx team is currently using ytdl to download the music from youtube and play it.
I got in contact with the discordx team and they told me there is no known quick fixes for the current encountered bug, the only remaining solution is to actually use a lavalink player with a lava server to make it function properly.
Looking around the internet i found it hard to find good lava players with native integration with the discordx framework (that is based on devs best practices).
So I recommend making a wrapper around the lavalink player and creating a plugin for that to be shared with other people who wanna use the template. That would allow everyone to have access to a functioning music bot alongside the template which is a big plus.
Feature
While using the current discordx/music framework I ran into a problem regarding the music player. If you give the player a track long enough (above 30min), the player will stop playing the music and abort unexpectedly. The discordx team is currently using ytdl to download the music from youtube and play it.
I got in contact with the discordx team and they told me there is no known quick fixes for the current encountered bug, the only remaining solution is to actually use a lavalink player with a lava server to make it function properly.
Looking around the internet i found it hard to find good lava players with native integration with the discordx framework (that is based on devs best practices).
So I recommend making a wrapper around the lavalink player and creating a plugin for that to be shared with other people who wanna use the template. That would allow everyone to have access to a functioning music bot alongside the template which is a big plus.