No description
Find a file
2025-11-10 21:37:59 +01:00
.forgejo/workflows update workflow 2025-11-10 21:37:59 +01:00
app update workflow 2025-11-10 21:37:47 +01:00
assets update workflow 2025-11-10 21:37:47 +01:00
components update workflow 2025-11-10 21:37:47 +01:00
functions push app 2024-11-24 09:29:57 +01:00
.gitignore push app 2024-11-24 09:29:57 +01:00
app.json update workflow 2025-11-10 21:37:47 +01:00
babel.config.js push app 2024-11-24 09:29:57 +01:00
biome.json push app 2024-11-24 09:29:57 +01:00
eas.json push app 2024-11-24 09:29:57 +01:00
LICENSE Create LICENSE 2024-12-19 14:26:18 +01:00
package-lock.json update workflow 2025-11-10 21:37:47 +01:00
package.json update workflow 2025-11-10 21:37:47 +01:00
README.md update workflow 2025-11-10 21:37:47 +01:00
tsconfig.json push app 2024-11-24 09:29:57 +01:00

SyncLyrics Android App

SyncLyrics is an app for Android which fetches the song you're listening to on Spotify and shows its synced lyrics from multiple sources (Musixmatch, Lrclib.net and Netease).

Installation

Just download the APK from the github action artifact (This link might be outdated, to get the newest build check the latest APK build action).

Build

If you want to build the app yourself,

Note

You must have an Expo account and install Java and Android SDK

  1. Install eas CLI, npm i -g eas-cli
  2. Run the build command, eas build --clear-cache --platform android --profile preview --local (You can also remove --local to build it on expo server instead of your local PC).

Setup

After installation you must create an app on spotify and add your own client ID and client secret in the settings, once you added them, restart the app for it to start working.// Edited at 2024-11-25T13:07:45.654Z