-
Notifications
You must be signed in to change notification settings - Fork 63
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
[Feature Request] Add queue manipulation endpoints in the API #509
Labels
Comments
The way all current API endpoints work is by using the HTML elements and not any actual JS from Tidal itself. See: Lines 315 to 344 in f4d4b1a
Lines 201 to 209 in f4d4b1a
Lines 38 to 68 in f4d4b1a
If we were to go off trying to add it via using HTML elements it would essentially be impossible. |
Mastermindzh
added
enhancement
New feature or request
Investigation required
Needs to be investigated by the assignee
labels
Dec 9, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Reading in the API reference, I couldn't find any endpoints to manipulate the queue.
The most basic one I'd like to see in the TIDAL Hi-Fi API is adding a song to the play queue.
Spotify implemented it in this way, we could do something similar, for example:
/player/queue
: adds to play queue the specified content, identified by an URI (or a link!)Other endpoints could, for example:
I tried to implement the first endpoint but I wasn't able to reverse engineer the Tidal JS code, I'm still inexperienced!
Do you think it is possible to add these endpoints?
Thanks a lot!
The text was updated successfully, but these errors were encountered: