SushiBtw / discord-music-player

Complete framework to facilitate music commands using discord.js v14 & v13.
https://discord-music-player.js.org/
MIT License
157 stars 65 forks source link

[FR] Fetch All Tracks from Spotify Playlist #310

Open RaFaTEOLI opened 1 year ago

RaFaTEOLI commented 1 year ago

Is your feature request related to a problem? Please describe. Kind of, right now the spotify-url-info only fetchs 100 tracks from a spotify playlist, would be nice to fetch all the tracks.

Describe alternatives you've considered I thought about fetching it from the Spotify Web API, however we'd need a token for this and tokens are expired every hour.

Additional Comments I'm doing some research on how we can achieve this, I know some other premium bots have this feature to fetch all spotify tracks, so there must be a way! If anyone has any ideas or suggestions, feel free to comment down below.

Once I have something concrete, I will either implement it and send a PR, or I will send the solution over here so that someone can finish this feature later on.

RaFaTEOLI commented 1 year ago

PR Openend: https://github.com/SushiBtw/discord-music-player/pull/312