-
Notifications
You must be signed in to change notification settings - Fork 432
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
Support to a Tidal Connect #371
Comments
More info on Tidal connect It appears to be closed source. You have to register your interest here and wait to hear back from them. |
Just found this after some googling https://github.com/seniorgod/ifi-tidal Also this https://github.com/seniorgod/ifi-tidal-release ... which looks like it should work in balenaSound with some wrangling. And this https://github.com/ppy2/ifi-tidal-release Tidal Volumio plugin https://github.com/play-so-fun/volumio_tidal Tidal API https://github.com/play-so-fun/TidalAPI and https://github.com/lucaslg26/TidalAPI and https://github.com/max-huster/TidalAPI Python https://github.com/tamland/python-tidal API reference https://github.com/spencercharest/tidal-api/blob/master/docs/api.md Keys - https://gist.github.com/artworked/3003fa0183b464a0b0d2ca2e77afe477 openTidal - https://github.com/openTIDAL/docTIDAL/wiki/API-Keys |
Have almost got this running as a plugin. Have pushed my dev branch here #399 Full error output...
The key error is:
Basically I think it is trying to use avahi / avahi-daemon - but it can't because balenaOS doesn't have systemd in the containers. So I think I maybe need to find some way to use DBUS to work with avahi in the balena HostOS. Bit in over my head now to be honest! Will keep messing around with it. But the good news is that the tidal connect service is authenticating and it is running - it just doesn't actually advertise properly over mDNS so the Tidal app can't find it. Loads more info here too - #399 (comment) |
@nmcmartins good news - i got it working #399 (comment) Need to tidy it up and sort out volume control and some other stuff but it is working so far. If you want you can test it using balena CLI... |
Any updates/progress reports? |
Hi! Could you provide guidance on how to enable this? Thanks!! |
An excellent improvement will be to include support for Tidal Connect.
The text was updated successfully, but these errors were encountered: