Skip to content

vcucek/ifi-tidal-moode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tidal connect service raspberry/ARM based on ppy2/ifi-tidal-release

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.

Test run

  1. SSH to rPI:
ssh pi@moode.local
  1. Download and unzip repository content:
wget -c "https://github.com/vcucek/ifi-tidal-moode/archive/refs/heads/master.zip" -O - | busybox unzip -
  1. Navigate to folder:
cd ifi-tidal-moode-master
  1. Configure playback audio device:
make
  1. Run Tidal connect as sudo. For some reason the application is unable to open ALSA device stream as a reguar user.
sudo ./start.sh

Install (run application as a service)

  1. Configure playback output device:
sudo make
  1. Copy repository content to the "/opt/tidal-connect" folder, configure systemd unit and start a Tidal connect service:
sudo make install

TODO:

Remove duplicated libraries from 'lib' folder.

About

tidal connect application for ARM SBC based on https://github.com/ppy2/ifi-tidal-release

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 61.1%
  • Makefile 38.9%