Posted on June 21, 2017
I found an awesome package called tidal-music-linux that wraps a Chromium web player in an Electron shell for a standalone Tidal player like on Windows. It’s written by Mathias Kahl.
It should work in either Ubuntu or Arch. A major drawback is that I haven’t gotten HiFi playback to work. It says HiFi is only allowed in Chrome. Maybe wrapping a Chrome player in Electron rather than a Chromium player would solve this. Regardless, here’s how to install if you’re okay with 320 kbps playback in a beautiful standalone application.
yaourt -S pepper-flash
usr/lib/adobe-flashplugin
mkdir /usr/lib/adobe-flashplugin
sudo mv ~/Downloads/flash_player_ppapi_linux.x86_64.tar.gz /usr/lib/adobe-flashplugin
sudo pacman -S npm
git clone https://github.com/Bunkerbewohner/tidal-music-linux
gedit tidal-music-linux/package.json
cd tidal-music-linux
npm install
npm start