{"id":51454912,"url":"https://github.com/amarinne/spicy-ex","last_synced_at":"2026-07-24T16:01:09.744Z","repository":{"id":365073583,"uuid":"1270010035","full_name":"amarinne/spicy-ex","owner":"amarinne","description":null,"archived":false,"fork":false,"pushed_at":"2026-06-15T18:01:04.000Z","size":699,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-15T20:04:22.080Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/amarinne.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-15T09:47:30.000Z","updated_at":"2026-06-15T18:01:20.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/amarinne/spicy-ex","commit_stats":null,"previous_names":["amarinne/spicy-ex"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/amarinne/spicy-ex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amarinne%2Fspicy-ex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amarinne%2Fspicy-ex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amarinne%2Fspicy-ex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amarinne%2Fspicy-ex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amarinne","download_url":"https://codeload.github.com/amarinne/spicy-ex/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amarinne%2Fspicy-ex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35847531,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-24T02:00:07.870Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-07-06T00:00:29.230Z","updated_at":"2026-07-24T16:01:09.738Z","avatar_url":"https://github.com/amarinne.png","language":"Java","funding_links":[],"categories":["App Patches and Mods"],"sub_categories":["Non-Social App Mods"],"readme":"\u003cdiv align=\"center\"\u003e\n\n# Spicy EX\nSpicy Lyrics for Spotify, as an Xposed/LSPosed module.\u003cbr\u003e\nFor the desktop version, check out [spicy-lyrics](https://github.com/amarinne/spicy-lyrics).\nXiaomi HyperOS 3 lockscreen/AOD integration: [HyperGlow](https://github.com/amarinne/hyperglow)\n\n\u003cimg src=\"assets/demo.gif\" width=\"320\" alt=\"Spicy EX lyrics demo\"\u003e\n\n\u003c/div\u003e\n\n## Features\n- Full-screen synced lyrics — Spicy karaoke wash, per-word animation, interludes.\n- Live current line in the player, with a ♪ placeholder on no-lyric tracks.\n- Transliteration: Japanese (furigana / romaji / both), Chinese (pinyin / jyutping), Korean / Cyrillic / Greek — optionally per-word.\n- Google Translate.\n- In-Spotify settings; works even when Spotify itself has no lyrics.\n- [Read more](FEATURES_USER.md)\n\n## Install\nAPK from [Releases](../../releases). \n\n**Rooted (LSPosed):** install, enable, scope to Spotify — you know the drill.\n\n**Non-rooted (LSPatch):**\nSpotify enforces Play Integrity during login. Bypass this using the **Downgrade-Login-Upgrade** method:\n\n1. Download two Spotify APKs: an older version (e.g., `v8.9.18`) and the target version (`v9.1.28.2252`).\n2. Patch both APKs with Spicy EX using [LSPatch](https://github.com/JingMatrix/LSPatch) (ensures matching signatures).\n3. **Uninstall** current Spotify and **install the patched OLD version**.\n4. **Log in** (Email/Password only, no Google/Facebook).\n5. **Install the patched NEW version** over the old one as an update.\n\n\u003e [!NOTE]\n\u003e Tested on Spotify **v9.1.28.2252**.\n\n\u003e [!WARNING]\n\u003e May conflicts with ReVanced / modified Spotify or old Spotify Plus \n\n## Build\nJDK 21 and an Android SDK are required. Gradle wrapper builds should be run with JDK 21; newer JDKs can fail during build-script compilation. The Android app still targets Java 11 bytecode unless that is changed intentionally.\n\n```sh\n# Build both debug flavors and copy stamped APKs into artifacts/.\nJAVA_HOME=/path/to/jdk21 ./gradlew :app:assembleLiteDebug :app:assembleFullDebug\n\n# Run the primary JVM unit suite (current tests exercise full-flavor romanization code).\nJAVA_HOME=/path/to/jdk21 ./gradlew :app:testFullDebugUnitTest\n```\n\n`lite` disables transliteration/translation features; `full` enables them and includes the heavier language dependencies. For app-code changes, validate both flavors unless the change is demonstrably scoped to one source set.\n\nDocs-only changes do not require unit/device testing. Device behavior remains the final validation path for UI, hook, and Spotify-host integration changes.\n\n## Credits\n- [LeNerd46/SpotifyPlus](https://github.com/LeNerd46/SpotifyPlus)\n- [Spikerko/Spicy Lyrics](https://github.com/Spikerko/spicy-lyrics)\n- [surfbryce/beautiful-lyrics](https://github.com/surfbryce/beautiful-lyrics)\n- [boidushya/better-lyrics](https://github.com/boidushya/better-lyrics) (+ kawarp background)\n\n## License\n[AGPL-3.0](LICENSE). See [NOTICE](NOTICE) for attribution.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famarinne%2Fspicy-ex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famarinne%2Fspicy-ex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famarinne%2Fspicy-ex/lists"}