Aaron Shaw
Aaron Shaw
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...
Have almost got this running as a plugin. Have pushed my dev branch here #399 Full error output... ``` root@2ec9b5a:/usr/ifi/ifi-tidal-release/bin# /usr/ifi/ifi-tidal-release/bin/tidal_connect_application \ > --tc-certificate-path "/usr/ifi/ifi-tidal-release/id_certificate/IfiAudio_ZenStream.dat" \ > --netif-for-deviceid wlan0 \...
@nmcmartins good news - i got it working https://github.com/balenalabs/balena-sound/pull/399#issuecomment-753708240 Need to tidy it up and sort out volume control and some other stuff but it is working so far. If...
Tidal connect application help output... ``` root@2ec9b5a:/# /usr/ifi/ifi-tidal-release/bin/tidal_connect_application --help usage: tidal_connect_application options where options are: --log-level, -l Log level 0: OFF 1: CRITICAL 2: ERROR 3: WARNING 4: INFO 5:...
Well - that was easier than I thought... Added dbus stuff in this commit and it now works!! https://github.com/balenalabs/balena-sound/pull/399/commits/224611889ba0670a1a0359d2ba050cb580fbfaca Now just need to test it with a DAC...
Good news! It is working (albeit intermittently and with no volume control)... https://user-images.githubusercontent.com/3359418/103493329-89a6cb00-4e28-11eb-9999-266ae56f3368.mp4 Also still getting some warnings / errors... ``` 04.01.21 00:55:00 (+0000) tidal [2021-01-04 00:55:00.715] [tisoc] [warning] [PlaybackControllerImpl.cpp:472]...
 Volume control issue. Gives the above volume control on Android phone but doesn't actually cause the volume to go up or down This is from the electron desktop app...
Ok, just discovered that the speaker_controller_application gives some playback info: And crucially - when running, the volume control works perfectly! Happy days 👍 Error message when you close the application:...
@asifjahmed what Pi version are you on? Also, do you have the error message where it failed higher up where it should say the specific error? Note that this is...
FYI this might be useful if anyone has time to work on this further https://github.com/TonyTromp/tidal-connect-docker and https://github.com/seniorgod/ifi-tidal-release/blob/master/tidal_connect_application_as_docker_container/ifi_docker.md