Skip to content

Commit c576635

Browse files
committed
Merge branch 'dev' of https://github.com/jayfunc/BetterLyrics into dev
2 parents c859020 + 2dc8b12 commit c576635

File tree

2 files changed

+22
-18
lines changed

2 files changed

+22
-18
lines changed

README.CN.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -137,18 +137,20 @@
137137

138138
**依赖与引用:**
139139

140-
| 项目/包 | 描述 |
140+
| 项目/包 (Projects/Packages) | 描述 (Description) |
141141
| :--- | :--- |
142-
| [Lyricify-Lyrics-Helper](https://github.com/WXRIW/Lyricify-Lyrics-Helper) | QQ、网易云、酷狗歌词获取与解密 |
143-
| [lrclib](https://github.com/tranxuanthang/lrclib) | LRCLIB 歌词 API 提供方 |
144-
| [Manzana-Apple-Music-Lyrics](https://github.com/dropcreations/Manzana-Apple-Music-Lyrics) | Apple Music 歌词获取 |
145-
| [Audio Tools Library (ATL)](https://github.com/Zeugma440/atldotnet) | 从音乐文件中提取图片 |
146-
| [WinUIEx](https://github.com/dotMorten/WinUIEx) | 简化 Win32 API 的窗口访问 |
147-
| [TagLib#](https://github.com/mono/taglib-sharp) | 读取原始歌词内容 |
142+
| [Audio Tools Library (ATL) for .NET](https://github.com/Zeugma440/atldotnet) | 用于从音乐文件中提取图片(封面) |
143+
| [cutlet](https://github.com/polm/cutlet) | 提供将日语转换为罗马音 (Romaji) 的功能 |
144+
| [DevWinUI](https://github.com/ghost1372/DevWinUI) | 为构建 WinUI 3 应用程序提供许多开箱即用的功能 |
145+
| [Isolation](https://github.com/Storyteller-Studios/Isolation) | 动态流体背景的实现 |
146+
| [LibreTranslate](https://github.com/LibreTranslate/LibreTranslate) | 提供离线歌词翻译功能 |
147+
| [lrclib](https://github.com/tranxuanthang/lrclib) | LRCLIB 歌词 API 数据源 |
148+
| [Lyricify-Lyrics-Helper](https://github.com/WXRIW/Lyricify-Lyrics-Helper) | 提供 QQ、网易云音乐和酷狗音乐源的歌词抓取、解密及解析功能 |
149+
| [Manzana-Apple-Music-Lyrics](https://github.com/dropcreations/Manzana-Apple-Music-Lyrics) | 使用 Python 获取 Apple Music 歌词 |
150+
| [SpectrumVisualization](https://github.com/Johnwikix/SpectrumVisualization) | 音频频谱可视化参考 |
151+
| [TagLib#](https://github.com/mono/taglib-sharp) | 用于读取原始歌词内容(元数据) |
148152
| [Vanara](https://github.com/dahall/Vanara) | Win32 API 封装库 |
149-
| [LibreTranslate](https://github.com/LibreTranslate/LibreTranslate) | 离线歌词翻译支持 |
150-
| [Isolation](https://github.com/Storyteller-Studios/Isolation) | 动态流体背景实现 |
151-
| [DevWinUI](https://github.com/ghost1372/DevWinUI) | WinUI 3 开发辅助工具 |
153+
| [WinUIEx](https://github.com/dotMorten/WinUIEx) | 提供访问与窗口管理相关的 Win32 API 的便捷方式 |
152154

153155
查看 [完整依赖列表](https://github.com/jayfunc/BetterLyrics/network/dependencies)
154156

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -139,16 +139,18 @@ This project is licensed under the **GNU General Public License v3.0**.
139139

140140
| Projects/Packages | Description |
141141
| :--- | :--- |
142-
| [Lyricify-Lyrics-Helper](https://github.com/WXRIW/Lyricify-Lyrics-Helper) | Lyrics fetch/decrypt for QQ, Netease, Kugou |
142+
| [Audio Tools Library (ATL) for .NET](https://github.com/Zeugma440/atldotnet) | Used for extracting pictures from music files |
143+
| [cutlet](https://github.com/polm/cutlet) | Provide the ability for converting Japanese to romaji |
144+
| [DevWinUI](https://github.com/ghost1372/DevWinUI) | Provide many out-of-the-box features for building WinUI 3 applications |
145+
| [Isolation](https://github.com/Storyteller-Studios/Isolation) | Dynamic fluid background implementation |
146+
| [LibreTranslate](https://github.com/LibreTranslate/LibreTranslate) | Provide the ability for offline lyrics translation |
143147
| [lrclib](https://github.com/tranxuanthang/lrclib) | LRCLIB lyrics API provider |
144-
| [Manzana-Apple-Music-Lyrics](https://github.com/dropcreations/Manzana-Apple-Music-Lyrics) | Apple Music lyrics fetch |
145-
| [Audio Tools Library (ATL)](https://github.com/Zeugma440/atldotnet) | Picture extraction from music files |
146-
| [WinUIEx](https://github.com/dotMorten/WinUIEx) | Win32 API windowing access |
147-
| [TagLib#](https://github.com/mono/taglib-sharp) | Reading original lyrics content |
148+
| [Lyricify-Lyrics-Helper](https://github.com/WXRIW/Lyricify-Lyrics-Helper) | Provide lyrics fetch, decryption, and parsing for QQ, Netease, and Kugou sources |
149+
| [Manzana-Apple-Music-Lyrics](https://github.com/dropcreations/Manzana-Apple-Music-Lyrics) | Apple Music lyrics fetch using Python |
150+
| [SpectrumVisualization](https://github.com/Johnwikix/SpectrumVisualization) | Audio visualization reference |
151+
| [TagLib#](https://github.com/mono/taglib-sharp) | Used for reading the original lyrics content |
148152
| [Vanara](https://github.com/dahall/Vanara) | Win32 API wrapper |
149-
| [LibreTranslate](https://github.com/LibreTranslate/LibreTranslate) | Offline lyrics translation |
150-
| [Isolation](https://github.com/Storyteller-Studios/Isolation) | Dynamic fluid background |
151-
| [DevWinUI](https://github.com/ghost1372/DevWinUI) | WinUI 3 helpers |
153+
| [WinUIEx](https://github.com/dotMorten/WinUIEx) | Provide easy ways to access the Win32 API regarding windowing |
152154

153155
See [dependencies](https://github.com/jayfunc/BetterLyrics/network/dependencies) for full list.
154156

0 commit comments

Comments
 (0)