No description
| .forgejo/workflows | ||
| app | ||
| assets | ||
| components | ||
| functions | ||
| .gitignore | ||
| app.json | ||
| babel.config.js | ||
| biome.json | ||
| eas.json | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
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
- Install eas CLI,
npm i -g eas-cli - Run the build command,
eas build --clear-cache --platform android --profile preview --local(You can also remove--localto 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