Deprecated - musixmatch have realesed their own desktop app for Spotify.
Spotify does not support anymore MusixMatch lyrics. Because of their delay to release a new tool, I've been working on it. Feel free to contribute.
Be sure to have NodeJS installed.
- Clone or download the zip of the app, than install all dependencies
$ npm install
-
Create a API key for browser without domain here.
-
Click on the 'Create credentials' dropdown and select the 'API key' option
-
From the popup, click on 'Browser key'
-
Enter a unique name, leave the 'Accept requests from these HTTP referrers (web site)' field blank and click 'create'
-
Turn on the YouTube Data API here.
-
Create a config file called
config.json
in the root:{ "clients": { "youtube": "[YOUR_KEY_HERE]" } }
-
Install electron and run
$ npm start
or
$ electron app/main.js
Under MIT License.