1.0.0 • Published 9 years ago
ufpamail v1.0.0
tidal-music-linux
This is just a simple wrapper around the Tidal web player based on Electron for Linux.
Requirements
For music playback to work you need the PepperFlashPlayer plugin.
On Ubuntu you can install pepperflashplugin-nonfree
(then run sudo update-pepperflashplugin-nonfree --install
) which will copy the library to /usr/lib/pepperflashplugin-nonfree/libpepflashplayer.so
- this path is hardcoded into the application right now. You can change it in main.js by changing the variable pepperFlashPluginPath
.
To Use
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
License MIT
1.0.0
9 years ago