Skip to content

An electron based wrapper around the Tidal web player for Linux

License

Notifications You must be signed in to change notification settings

BobbyBabes/tidal-music-linux

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 56.9%
  • HTML 38.1%
  • CSS 5.0%