songbird icon indicating copy to clipboard operation
songbird copied to clipboard

How can i handle Playlists

Open joetifa2003 opened this issue 2 years ago • 2 comments

I want to handle playlist links and spread the songs to the queue. The current behavior is that it will add all the songs as a single track so if i skip it will skip all songs in the playlist

joetifa2003 avatar Aug 04 '22 05:08 joetifa2003

From lack of context, I assume you're on v0.3? You can likely parse the json output from yt-dlp yourself and create sub-requests that way -- this version won't receive any new features.

You could do the same on next, but supporting it natively would take some more thought that I don't have time to put in.

FelixMcFelix avatar Aug 05 '22 11:08 FelixMcFelix

Ok, I'll parse it manually then. Another quick question how can i loop the entire queue?

joetifa2003 avatar Aug 05 '22 14:08 joetifa2003