# lx-music-desktop v2.10.0 — 2.10.0 - Product: lx-music-desktop (https://whatsnew.fyi/product/lx-music-desktop) - Vendor: lyswhut - Date: 2025-01-26 - Version: v2.10.0 - Original notes: https://github.com/lyswhut/lx-music-desktop/releases/tag/v2.10.0 - Permalink: https://whatsnew.fyi/product/lx-music-desktop/releases/v2.10.0 - Labels: Platforms: Desktop What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **added** — Add functionality to group downloaded songs by playlist name with a new setting in Settings → Download Settings - **added** — Add tray icon style setting to follow system light/dark mode in Settings → Other - **added** — Support reading local .krc format lyric files with the same name as songs - **added** — Expose new open API interfaces for player play/pause, skip to next track, and favorite current playing song - **changed** — Optimize playback transition when songs end normally by pre-fetching the next song's playback link in advance - **changed** — Improve song source switching mechanism to increase accuracy - **changed** — Optimize desktop lyric window resize mechanism on Windows platform to use native window resizing - **changed** — Optimize playback details page UI to fix text truncation issues for song names and artists - **changed** — Allow longer album names in Scheme URL song playback - **changed** — Prioritize reading local .jpg or .png image files as album cover when playing local songs - **changed** — Allow sync service connection in client mode to redirect up to 5 times - **changed** — Update default software font and fix interface garbled text on macOS Sequoia (15) - **changed** — Optimize Chinese text formatting and significantly revise English text formatting - **changed** — Optimize layout and long text display for song sorting, theme naming, theme creation/editing, and list update management dialogs - **changed** — No longer cache song source switching information long-term - **changed** — Update software to preferentially use system default fonts - **fixed** — Fix UI display issue when playlist name is too long on playlist details page - **fixed** — Fix logic issue with fetching custom ambient sound preset list - **fixed** — Fix inability to read embedded lyrics in .m4a files - **fixed** — Fix process name in Windows Task Manager displaying software description instead - **fixed** — Fix local song lyric file offset time adjustment not being applied on subsequent playback - **fixed** — Fix error that occurred when creating and deleting a playlist immediately after opening software for the first time - **security** — Linux system now requires GLIBC_2.29 or higher version to run 落雪祝大家新年快乐! ###### 关于之前提到的新项目 新项目我取名叫 Any Listen,希望它能像它的名字一样让我们能到处任意听歌。 经过一年多的开发,因各种原因,实际进度比预期的慢,但还是赶在年前发布了第一个web服务预览版,第一个版本仅支持播放服务器上的歌曲,扩展功能暂时未能开放,但已趋于完成,一两个月内可以搞定。 目前的版本仅是“能用”的状态,因时间关系,部分UI未能重新设计,但后面会继续完善。 该项目目前的目标用户是拥有自己服务器且上面存储有歌曲的人使用。 项目刚发布,文档未能完善,遇到使用问题或有任何建议欢迎提 issue 交流, 项目地址: https://github.com/any-listen/any-listen --- *感谢 @3gf8jv4dv 对 LX 系列项目翻译、文档等文案的大幅修订优化。* ###### 不兼容性变更 Linux 系统至少需要 `GLIBC_2.29` 版本才能运行。 由于将 Electron 升级到 v32.x,原生库的编译被限制到不低于 C++ 20,试了几次无法在 docker 镜像 `node:16` 安装 gcc-10,最终将构建使用镜像更新到 `node:18`。 ###### 新增 - 新增下载的歌曲按列表名分组的功能,默认关闭,可以通过「设置 → 下载设置 → 将文件保存到以对应列表命名的子目录中」启用(#2145) - 新增托盘图标样式「跟随系统亮暗模式」设置,可以在「设置 → 其他」里启用 (#2016) - 支持本地同名 `.krc` 格式歌词文件的读取(#2053) - 开放 API 新增播放器播放/暂停、切歌、收藏当前播放歌曲等接口调用,详情看文档「开放 API 服务」部分(#2077, @14Kay) ###### 优化 - 优化正常播放结束时的下一首歌曲播放衔接度,在歌曲即将结束播放时将预获取下一首歌曲的播放链接,减少自动切歌时的等待时间(#2126) - 优化歌曲换源机制,提升换源正确率 - 优化 Windows 平台上桌面歌词窗口大小调整机制,改用原生的窗口调整方式(#2137) - 修正搜索歌曲提示框文案(#2050) - 优化播放详情页 UI,修复「歌曲名」「艺术家」等文字过长时被截断的问题(#2049) - Scheme URL 的播放歌曲允许更长的专辑名称 - 播放本地歌曲时,将优先尝试读取本地同名 `.jpg` 或 `.png` 图片作为播放封面显示,若文件不存在则从音频文件内读取,最后再尝试使用在线图片(#2096) - 客户端模式的同步服务连接允许重定向 5 次(#2109) - 更新软件默认使用的字体,修复 macOS Sequoia (15) 上界面出现乱码的问题(#2076) - 优化简体、繁体中文文案编排,大幅修订英语文案编排(#2159, #2166, #2174 等, @3gf8jv4dv) - 优化排序歌曲、主题名称、添加/编辑主题、列表更新管理等对话框布局及长文本显示效果(#2176, #2188, #2189, #2198 等, @3gf8jv4dv) ###### 修复 - 修复歌单详情页内歌单名字过长时的 UI 显示问题(#2028) - 修复获取自定义环境音效预设列表逻辑问题 - 修复 `.m4a` 文件内嵌歌词无法读取的问题(#2090) - 修复 Windows 任务管理器中的进程名显示为软件描述的问题(#2147) - 修复本地歌曲同名歌词文件调整偏移时间后,下次再播放时调整的设置未被应用的问题(#2139) - 修复首次打开软件后直接创建并删除列表时的报错问题(#2175, @14Kay) ###### 变更 - 不再长期缓存换源歌曲信息 - 更新软件默认使用的字体,现在软件尽量使用系统自带的默认字体 - Linux 系统至少需要 `GLIBC_2.29` 版本才能运行 ###### 其他 - 更新 Readme 文档,优化文案编排(#2146, Thanks @3gf8jv4dv) - 更新 Issue 模板(#2153, @3gf8jv4dv) - 更新项目文档(@3gf8jv4dv) - 修订项目协议文件(#2146, #2152, @3gf8jv4dv) - 更新 Electron 到 v32.3.0 ###### File MD5 ``` 6F9194B7755714F0981FA5E88496C674 lx-music-desktop-v2.10.0-arm64-Setup.exe F1198415E51CBE43EF6FFBB9C7CB34B4 lx-music-desktop-v2.10.0-x64-Setup.exe 54BE245553192399DA79D61D8B6DF11D lx-music-desktop-v2.10.0-win_arm64-green.7z D8CE5CB52C1210533D7FD8D25371BDE0 lx-music-desktop-v2.10.0-win_x64-green.7z 8B0AFCF117EAE0A976624190F33BAD76 lx-music-desktop-v2.10.0-win7_x64-Setup.exe E1FE75CFEAFD359C99F09B7448583A42 lx-music-desktop-v2.10.0-win7_x64-green.7z 13A03B79A609315AAF87EB8BE6EF719A lx-music-desktop-v2.10.0-win7_x86-green.7z MD5 (lx-music-desktop-2.10.0-arm64.dmg) = 5944baf6111dc0262d9c3a140a76ab21 MD5 (lx-music-desktop-2.10.0-x64.dmg) = ec1b77a162785ae451e76fb051a7a16e 1b740f667bdae04c02cbd17c48747557 lx-music-desktop_2.10.0_amd64.deb 639812715cd3117d1a35a457f48259f6 lx-music-desktop_2.10.0_arm64.deb 78533a612b346e3f6a97cb78b5016f77 lx-music-desktop_2.10.0_armv7l.deb 1d34eabd06f9209eb171379366aaa4d7 lx-music-desktop-2.10.0.x64.rpm b34c736209c5bfbf50be937e1faf4277 lx-music-desktop_2.10.0_x64.pacman 08e31eb49eb8023f4cde53629e8d8c40 lx-music-desktop_2.10.0_x64.AppImage ``` [软件安装包说明](https://lyswhut.github.io/lx-music-doc/download#%E8%BD%AF%E4%BB%B6%E5%AE%89%E8%A3%85%E5%8C%85%E8%AF%B4%E6%98%8E)