SongSync
A simple Android app to download lyrics (.lrc files) for songs in your music library.
Features
- 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)
Screenshots (v1.0)
Installation
You can download the latest version of the app from the releases page.
Building
To build this app, you will need 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.
License
This project is licensed under the GNU General Public License v3.0 – see the LICENSE file for details.
3rd Party APIs
This app uses the Spotify Web API to get song metadata and the spotify lyrics API to get lyrics for songs.