Auto play simular tracks.
Hey, is there anyway possible so we can have ability to play simular tracks automatically after the queue ends?
2 Replies
One way is to enter the track name with the artist and search with a keyword that looks for similar things and ignore it with the identifier.
For example Golden Hour - Covers
I only know this way
Or else use autoPlay so it takes a list of recommended ones from YouTube
Or Spotify if you prefer
To activate player.setAutoPlay(true)
It will load a playlist with the current track ID, and pick a random one from that playlist. We do not yet have the ability to predict the next track when autoPlay is activated.
thanks