[PR #541] [CLOSED] fix: 极端特殊情况下不显示歌词 #499

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

📋 Pull Request Information

Original PR: https://github.com/imsyy/SPlayer/pull/541
Author: @MoYingJi
Created: 11/9/2025
Status: Closed

Base: devHead: fix


📝 Commits (2)

  • 6811ac0 fix: 极端特殊情况下不显示歌词
  • 8ca1c44 fix: 替换可能影响的 isHasLrc

📊 Changes

3 files changed (+19 additions, -6 deletions)

View changed files

📝 src/components/Player/FullPlayer.vue (+6 -5)
📝 src/components/Player/PlayerMenu.vue (+2 -1)
📝 src/utils/lyric.ts (+11 -0)

📄 Description

修复当有 YRC 歌词但无 LRC 歌词的情况时,程序错误地认为没有歌词从而不显示的 BUG

这次的情况是这次网易云没有歌词但 AMLL TTML DB 有歌词,但 TTML 格式的歌词并没有被转换为 LRC 格式

这个问题其实我之前改过一次,但后来认为没有这种极端情况,就改回来了
事实是真的有这种情况,可以触发此 BUG 的是原神的四周年 EP,下面给出此歌曲的一个版本:

经过 Passing Memories(伴奏 男调中文伴唱)

发现此 BUG 的:@ITManCHINA


🔄 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/541 **Author:** [@MoYingJi](https://github.com/MoYingJi) **Created:** 11/9/2025 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `fix` --- ### 📝 Commits (2) - [`6811ac0`](https://github.com/imsyy/SPlayer/commit/6811ac0781b7d1755a9eba87eba16d4b1ba40005) fix: 极端特殊情况下不显示歌词 - [`8ca1c44`](https://github.com/imsyy/SPlayer/commit/8ca1c441aef44c75f4cfb821a33925540c4fd4fb) fix: 替换可能影响的 isHasLrc ### 📊 Changes **3 files changed** (+19 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `src/components/Player/FullPlayer.vue` (+6 -5) 📝 `src/components/Player/PlayerMenu.vue` (+2 -1) 📝 `src/utils/lyric.ts` (+11 -0) </details> ### 📄 Description 修复当有 YRC 歌词但无 LRC 歌词的情况时,程序错误地认为没有歌词从而不显示的 BUG 这次的情况是这次网易云没有歌词但 AMLL TTML DB 有歌词,但 TTML 格式的歌词并没有被转换为 LRC 格式 这个问题其实我之前改过一次,但后来认为没有这种极端情况,就改回来了 事实是真的有这种情况,可以触发此 BUG 的是原神的四周年 EP,下面给出此歌曲的一个版本: [经过 Passing Memories(伴奏 男调中文伴唱)](https://music.163.com/#/song?id=2631336275) 发现此 BUG 的:@ITManCHINA --- <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:05 +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#499
No description provided.