A simple Android app to download lyrics (.lrc files) for songs in your music library.
- Download lyrics for whole music library with a single click
- Download lyrics for individual songs in your music library
- Search for lyrics for songs not in your music library (and download them)
You can download the latest version of the app from the releases page.
If you would like to help translating this app, you can do so here.
To build this app, it is recommended to create a file called local.properties
in the root directory of the project. This file should contain the following lines:
spotify_client_id=<your spotify client id>
spotify_client_secret=<your spotify client secret>
You can get these values by creating a new app on the Spotify Developer Dashboard.
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.
This app uses the Spotify Web API to get song metadata and the spotify lyrics API to get lyrics for songs.