Skip to content

Commit d6f5a4c

Browse files
committed
docs: update README
1 parent 18b3191 commit d6f5a4c

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,12 @@ Lyrics submodule for [LyricsX](https://github.com/ddddxxx/LyricsX).
77
- NetEase Music
88
- QQ Music
99
- Kugou Music
10-
- TTPod
11-
- Gecimi
12-
- Syair
10+
- LRCLIB
11+
- Spotify
12+
- Musixmatch
13+
- <del>TTPod</del>
14+
- <del>Gecimi</del>
15+
- <del>Syair</del>
1316
- <del>Xiami Music</del> (discontinued)
1417
- <del>ViewLyrics</del> (not working anymore)
1518

@@ -40,6 +43,10 @@ provider.lyricsPublisher(request: searchReq).sink { lyrics in
4043
}
4144
```
4245

46+
#### Musixmatch source requires a token
47+
48+
The method for retrieving lyrics from Musixmatch is adapted from [LyricsPlus](https://github.com/spicetify/cli/tree/main/CustomApps/lyrics-plus). To use this feature properly, you need to follow the steps provided [here](https://spicetify.app/docs/faq#sometimes-popup-lyrics-andor-lyrics-plus-seem-to-not-work) to obtain a usertoken.
49+
4350
## License
4451

4552
LyricsKit is part of LyricsX and licensed under MPL 2.0. See the [LICENSE file](LICENSE).

0 commit comments

Comments
 (0)