From 3ac82595f979a4de6274188e8024e0e63e746594 Mon Sep 17 00:00:00 2001 From: Psychotoxical Date: Thu, 16 Apr 2026 19:50:28 +0200 Subject: [PATCH] docs(privacy): add NetEase Cloud Music lyrics source Co-Authored-By: Claude Sonnet 4.6 --- PRIVACY.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/PRIVACY.md b/PRIVACY.md index 542b2d2c..7f4c47ec 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. +### 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. + ### Apple Music / iTunes Search API If "Use Apple Music covers for Discord" is enabled in Settings, Psysonic queries the [iTunes Search API](https://developer.apple.com/library/archive/documentation/AudioVideo/Conceptual/iTuneSearchAPI/) with the current track's artist and album name to find cover art. No Apple account is required. Apple's own privacy policy applies to these requests.