[PR #726] [MERGED] feat(lyric): 丰富 AMLL 设置项,删除 QM 意外的逐字音译 #606

Closed
opened 2026-02-27 07:12:28 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imsyy/SPlayer/pull/726
Author: @MoYingJi
Created: 1/9/2026
Status: Merged
Merged: 1/10/2026
Merged by: @imsyy

Base: devHead: pr/s


📝 Commits (3)

  • 3c5b990 feat(am-lyric): 支持不显示翻译、音译、逐字音译
  • 0fe25e5 fix(qm-lyric): 逐字音译对不上 所以删掉了
  • 5645f7b feat(am-bg): 支持设置背景动画渲染比例

📊 Changes

6 files changed (+84 additions, -22 deletions)

View changed files

📝 src/components/Player/MainAMLyric.vue (+16 -1)
📝 src/components/Player/PlayerBackground.vue (+3 -4)
📝 src/components/Setting/LyricsSetting.vue (+10 -2)
📝 src/components/Setting/PlaySetting.vue (+17 -0)
📝 src/core/player/LyricManager.ts (+32 -15)
📝 src/stores/setting.ts (+6 -0)

📄 Description

  1. 通过删除 cloneDeep 后的歌词的翻译和音译来实现了 AMLL 的:不显示翻译、不显示音译、不显示逐字音译
  2. 修改了 QM 歌词解析的部分逻辑,合并逐字音译为逐行而不是按 index 放入错误的逐字音译(QM 歌词的逐字音译无论从 index 还是 startTime/endTime 都是对不上的,只能合并为逐行)
  3. 支持设置 AMLL 背景的 renderScale
  4. 修改了 AMLL 背景的 lowFreqVolume 的逻辑,之前的逻辑会导致暂停后 lowFreqVolume 突变为 1,现在暂停则会保持

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/imsyy/SPlayer/pull/726 **Author:** [@MoYingJi](https://github.com/MoYingJi) **Created:** 1/9/2026 **Status:** ✅ Merged **Merged:** 1/10/2026 **Merged by:** [@imsyy](https://github.com/imsyy) **Base:** `dev` ← **Head:** `pr/s` --- ### 📝 Commits (3) - [`3c5b990`](https://github.com/imsyy/SPlayer/commit/3c5b990111f868b01be665d29ae3b7bdd5d21675) feat(am-lyric): 支持不显示翻译、音译、逐字音译 - [`0fe25e5`](https://github.com/imsyy/SPlayer/commit/0fe25e5e9114c31362931d782a5bedcf81926961) fix(qm-lyric): 逐字音译对不上 所以删掉了 - [`5645f7b`](https://github.com/imsyy/SPlayer/commit/5645f7b8077f797cd2e609bb11ea6c92e59455dc) feat(am-bg): 支持设置背景动画渲染比例 ### 📊 Changes **6 files changed** (+84 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `src/components/Player/MainAMLyric.vue` (+16 -1) 📝 `src/components/Player/PlayerBackground.vue` (+3 -4) 📝 `src/components/Setting/LyricsSetting.vue` (+10 -2) 📝 `src/components/Setting/PlaySetting.vue` (+17 -0) 📝 `src/core/player/LyricManager.ts` (+32 -15) 📝 `src/stores/setting.ts` (+6 -0) </details> ### 📄 Description 1. 通过删除 `cloneDeep` 后的歌词的翻译和音译来实现了 AMLL 的:不显示翻译、不显示音译、不显示逐字音译 2. 修改了 QM 歌词解析的部分逻辑,合并逐字音译为逐行而不是按 `index` 放入错误的逐字音译(QM 歌词的逐字音译无论从 `index` 还是 `startTime`/`endTime` 都是对不上的,只能合并为逐行) 3. 支持设置 AMLL 背景的 `renderScale` 4. 修改了 AMLL 背景的 `lowFreqVolume` 的逻辑,之前的逻辑会导致暂停后 `lowFreqVolume` 突变为 `1`,现在暂停则会保持 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 07:12:28 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/SPlayer#606
No description provided.