ndrewtl / tidal-music-linux

An electron based wrapper around the Tidal web player for Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tidal-music-linux

This is just a simple wrapper around the Tidal web player based on Electron for Linux.

Screenshot

Requirements

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 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

About

An electron based wrapper around the Tidal web player for Linux

License:MIT License


Languages

Language:JavaScript 82.2%Language:HTML 13.1%Language:CSS 4.7%