From a1427202a906c2fa7ef75fb66db6a01fa6d0246e Mon Sep 17 00:00:00 2001 From: Frank Stellmacher Date: Tue, 21 Apr 2026 12:08:52 +0200 Subject: [PATCH] docs(privacy): add YouLyPlus lyrics backend note (#240) * edit(PRIVACY): added note about YouLy+ lyrics backend * fix(PRIVACY): fixed link --------- Co-authored-by: kilyabin <65072190+kilyabin@users.noreply.github.com> --- PRIVACY.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/PRIVACY.md b/PRIVACY.md index 7f4c47ec..07d90331 100644 --- a/PRIVACY.md +++ b/PRIVACY.md @@ -20,6 +20,9 @@ All requests go to the [Last.fm API](https://www.last.fm/api). Your Last.fm cred ### LRCLIB (Lyrics) When lyrics are fetched from LRCLIB, Psysonic sends the track title, artist, album, and duration to [lrclib.net](https://lrclib.net) as a search query. No account is required. This feature can be disabled in Settings → Lyrics. +### YouLyPlus (Lyrics) +If YouLyPlus mode is selected in Settings → Lyrics, Psysonic sends the track title, artist, album, duration, and ISRC (when available) to a community-operated [lyricsplus](https://github.com/ibratabian17/lyricsplus) backend to fetch word-synced karaoke lyrics. No account is required. Requests are routed through a list of public mirrors; the data they receive is limited to the search query above. This feature is disabled by default. + ### NetEase Cloud Music (Lyrics) If NetEase is enabled as a lyrics source in Settings → Lyrics, Psysonic sends the track artist and title to the NetEase Cloud Music API (via a Rust-side proxy request) to search for synced lyrics. No account is required. This feature is disabled by default.