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.
sudo apt-get install libncursesw5 python3-pyaudio screen
- SSH to rPI:
ssh pi@moode.local
- Download and unzip repository content:
wget -c "https://github.com/konzumpro/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.
Testing with DAC w hardware volume control.
Software volume with asound.conf softvol workaround if possible.