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

Add Support for Tidal #66

Closed
7Kav opened this issue Jul 20, 2023 · 5 comments
Closed

Add Support for Tidal #66

7Kav opened this issue Jul 20, 2023 · 5 comments
Labels
New Service Request Service/In-Progress I have started working on supporting this service

Comments

@7Kav
Copy link

7Kav commented Jul 20, 2023

I'm not currently sure if Tidal has an official API or not but im hoping this is possible

@ThatGravyBoat ThatGravyBoat added New Service Request Service/waiting Waiting on the service to respond to queries labels Jul 20, 2023
@Mar0xy
Copy link

Mar0xy commented May 2, 2024

This should technically be possible by using Tidal-HiFi https://github.com/Mastermindzh/tidal-hifi as it offers an API which can be toggled in its settings

with the following URLs:

localhost:47836/current
localhost:47836/play
localhost:47836/pause
localhost:47836/playpause

@ThatGravyBoat
Copy link
Owner

ill look into adding support for this, as tidal has ghosted me since they sent me an email about getting in contact

@ThatGravyBoat
Copy link
Owner

okay so ive looked at and built a small prototype but the problem is that app does not have much info needed and it is hard to work on as it does not support windows fully.

I can easily get around the windows part but it still doesnt have volume control, shuffle, repeat, info for shuffle, repeat, and volume, artists & times are stored in a manor that is not idle when working with as a string for duration is a little annoying, my work around is parsing them but when I interact with an api I prefer strongly typed stuff.

@Mar0xy
Copy link

Mar0xy commented May 2, 2024

but it still doesnt have volume control, shuffle, repeat, info for shuffle, repeat, and volume, artists & times are stored in a manor that is not idle when working with as a string for duration is a little annoying, my work around is parsing them but when I interact with an api I prefer strongly typed stuff.

Wouldn't opening an issue on the repo and asking for this stuff to be added/fixed help in this case?

@ThatGravyBoat
Copy link
Owner

Ive made an issue: Mastermindzh/tidal-hifi#393

@ThatGravyBoat ThatGravyBoat added Service/In-Progress I have started working on supporting this service and removed Service/waiting Waiting on the service to respond to queries labels May 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
New Service Request Service/In-Progress I have started working on supporting this service
Projects
None yet
Development

No branches or pull requests

3 participants