Replies: 1 comment
-
see #1562 Getting the current queue in YTM is quite complicated. Hopefully, this code will help you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How do you handle queues?
I don't know much of js and I can't figure out how queues work,
on the youtube videos website and music website there is a queue link...(however I don't think the link contains all the songs)
for example: https://music.youtube.com/watch?v=yvqHzdk8ZLc&list=OLAK5uy_lOxke5jTh9mQExan6XnCLXVoy69lHN11c
someway I can get an array of the songs in my queue?
then we could use the api to add them all to a playlist.
I'm trying to figure out how one would go about this feature request
basically this feature:
this saves existing queue to a playlist on android(and ios too i think).
then we could save our carefully curated queues which are lost otherwise.
thx
Beta Was this translation helpful? Give feedback.
All reactions