This is just a simple wrapper around the Tidal web player based on Electron for Linux.
For music playback to work you need the PepperFlashPlayer plugin.
On Ubuntu you can install Flash through Canonical
Partners. Once
installed, verify the path by opening Chromium and going to chrome://plugins. Click the details
button on the top right and check that the Adobe Flash Player Location
path is /usr/lib/adobe-flashplugin/libpepflashplayer.so
. If not then set the pepperFlashPluginPath
variable in main.js
to the value reported by Chromium.
To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/Bunkerbewohner/tidal-music-linux
# Go into the repository
$ cd tidal-music-linux
# Install dependencies and run the app
$ npm install && npm start