Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can i handle Playlists #144

Open
joetifa2003 opened this issue Aug 4, 2022 · 2 comments
Open

How can i handle Playlists #144

joetifa2003 opened this issue Aug 4, 2022 · 2 comments

Comments

@joetifa2003
Copy link

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

@FelixMcFelix
Copy link
Member

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.

@joetifa2003
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants