From 315722252c72c5a09cc456ee652cd417480a349d Mon Sep 17 00:00:00 2001 From: Zhe Fang Date: Thu, 1 Jan 2026 12:32:01 -0500 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 87d70de..14607ef 100644 --- a/README.md +++ b/README.md @@ -139,16 +139,17 @@ This project is licensed under the **GNU General Public License v3.0**. | Projects/Packages | Description | | :--- | :--- | -| [Lyricify-Lyrics-Helper](https://github.com/WXRIW/Lyricify-Lyrics-Helper) | Lyrics fetch/decrypt for QQ, Netease, Kugou | +| [Lyricify-Lyrics-Helper](https://github.com/WXRIW/Lyricify-Lyrics-Helper) | Provide lyrics fetch, decryption, and parsing for QQ, Netease, and Kugou sources | | [lrclib](https://github.com/tranxuanthang/lrclib) | LRCLIB lyrics API provider | -| [Manzana-Apple-Music-Lyrics](https://github.com/dropcreations/Manzana-Apple-Music-Lyrics) | Apple Music lyrics fetch | -| [Audio Tools Library (ATL)](https://github.com/Zeugma440/atldotnet) | Picture extraction from music files | -| [WinUIEx](https://github.com/dotMorten/WinUIEx) | Win32 API windowing access | -| [TagLib#](https://github.com/mono/taglib-sharp) | Reading original lyrics content | +| [Manzana-Apple-Music-Lyrics](https://github.com/dropcreations/Manzana-Apple-Music-Lyrics) | Apple Music lyrics fetch using Python | +| [Audio Tools Library (ATL) for .NET](https://github.com/Zeugma440/atldotnet) | Used for extracting pictures from music files | +| [WinUIEx](https://github.com/dotMorten/WinUIEx) | Provide easy ways to access the Win32 API regarding windowing | +| [TagLib#](https://github.com/mono/taglib-sharp) | Used for reading the original lyrics content | | [Vanara](https://github.com/dahall/Vanara) | Win32 API wrapper | -| [LibreTranslate](https://github.com/LibreTranslate/LibreTranslate) | Offline lyrics translation | -| [Isolation](https://github.com/Storyteller-Studios/Isolation) | Dynamic fluid background | -| [DevWinUI](https://github.com/ghost1372/DevWinUI) | WinUI 3 helpers | +| [LibreTranslate](https://github.com/LibreTranslate/LibreTranslate) | Provide the ability for offline lyrics translation | +| [Isolation](https://github.com/Storyteller-Studios/Isolation) | Dynamic fluid background implementation | +| [SpectrumVisualization](https://github.com/Johnwikix/SpectrumVisualization) | Audio visualization reference | +| [DevWinUI](https://github.com/ghost1372/DevWinUI) | Provide many out-of-the-box features for building WinUI 3 applications | See [dependencies](https://github.com/jayfunc/BetterLyrics/network/dependencies) for full list.