The repository includes dynamic libraries which were scraped from debian packages to facilitate the installation process. The application has been tested on Moode audio OS, but it should also work on other distros.
- SSH to rPI:
- Download and unzip repository content:
wget -c "https://github.com/vcucek/ifi-tidal-moode/archive/refs/heads/master.zip" -O - | busybox unzip -
- Navigate to folder:
cd ifi-tidal-moode-master
- Configure playback audio device:
make
- Run Tidal connect as sudo. For some reason the application is unable to open ALSA device stream as a reguar user.
sudo ./start.sh
- Configure playback output device:
sudo make
- Copy repository content to the "/opt/tidal-connect" folder, configure systemd unit and start a Tidal connect service:
sudo make install
Remove duplicated libraries from 'lib' folder.