[GH-ISSUE #421] 特定的本地歌词被吃掉 #228

Closed
opened 2026-02-27 07:10:47 +03:00 by kerem · 14 comments
Owner

Originally created by @retro1996 on GitHub (May 26, 2025).
Original GitHub issue: https://github.com/imsyy/SPlayer/issues/421

是网页端还是客户端

客户端

当前系统环境

Windows 11 24H2 (26100.40610)

当前 Node.js 及 npm 版本

25.1.8

当前版本

v3.0.0-beta.1

具体信息

播放本地歌曲时歌词(包括桌面歌词)有一定几率被吃掉,但是后面歌词出现的时机正常。

...
[00:38.34] 吻成一條海平線
[00:42.36] 看你溫柔的雙眼 彈著吉他的弦 (只有这一句被吞,测试发现把“彈著吉他的弦”移到下一行后,“看你溫柔的雙眼”可以正常显示。)
[00:48.39] 歌詞是諾言 旋律是依戀
...

Image

五月天.txt

P.S. GitHub 不支持 LRC 文件,只好传 TXT 了 :(

感谢项目的所有开发人员!

Originally created by @retro1996 on GitHub (May 26, 2025). Original GitHub issue: https://github.com/imsyy/SPlayer/issues/421 ### 是网页端还是客户端 客户端 ### 当前系统环境 Windows 11 24H2 (26100.40610) ### 当前 Node.js 及 npm 版本 25.1.8 ### 当前版本 v3.0.0-beta.1 ### 具体信息 播放本地歌曲时歌词(包括桌面歌词)有一定几率被吃掉,但是后面歌词出现的时机正常。 > ... > [00:38.34] 吻成一條海平線 > [00:42.36] 看你溫柔的雙眼 彈著吉他的弦 (只有这一句被吞,测试发现把“彈著吉他的弦”移到下一行后,“看你溫柔的雙眼”可以正常显示。) > [00:48.39] 歌詞是諾言 旋律是依戀 > ... ![Image](https://github.com/user-attachments/assets/7ffba200-e9b9-4074-aca8-79372a748488) [五月天.txt](https://github.com/user-attachments/files/20442023/default.txt) P.S. GitHub 不支持 LRC 文件,只好传 TXT 了 :( 感谢项目的所有开发人员!
kerem 2026-02-27 07:10:47 +03:00
  • closed this issue
  • added the
    过期
    label
Author
Owner

@serious-snow commented on GitHub (May 26, 2025):

把设置里面的 歌词 排除内容 清空试试

<!-- gh-comment-id:2909814648 --> @serious-snow commented on GitHub (May 26, 2025): 把设置里面的 歌词 排除内容 清空试试
Author
Owner

@retro1996 commented on GitHub (May 26, 2025):

还真是! 谢谢提醒!不过我没有手动添加过排除项,预设似乎也没有。Confused...

<!-- gh-comment-id:2909830713 --> @retro1996 commented on GitHub (May 26, 2025): 还真是! 谢谢提醒!不过我没有手动添加过排除项,预设似乎也没有。Confused...
Author
Owner

@retro1996 commented on GitHub (May 26, 2025):

难道是模糊匹配?

<!-- gh-comment-id:2909832935 --> @retro1996 commented on GitHub (May 26, 2025): 难道是模糊匹配?
Author
Owner

@serious-snow commented on GitHub (May 26, 2025):

难道是模糊匹配?

我记得默认有一些,然后是直接把关键字给去掉了

<!-- gh-comment-id:2909841744 --> @serious-snow commented on GitHub (May 26, 2025): > 难道是模糊匹配? 我记得默认有一些,然后是直接把关键字给去掉了
Author
Owner

@retro1996 commented on GitHub (May 26, 2025):

Sorry,我的锅(>人<;)只是没有想到吉他成了关键词 :( 估计也没人想到“吉他”进了歌词😅

Image

<!-- gh-comment-id:2909859300 --> @retro1996 commented on GitHub (May 26, 2025): Sorry,我的锅(>人<;)只是没有想到吉他成了关键词 :( 估计也没人想到“吉他”进了歌词😅 ![Image](https://github.com/user-attachments/assets/e1a14973-0c26-4ef4-aba2-e9994e55faf3)
Author
Owner

@retro1996 commented on GitHub (May 26, 2025):

以为是把 bad language 变成 "*"

<!-- gh-comment-id:2909862019 --> @retro1996 commented on GitHub (May 26, 2025): 以为是把 bad language 变成 "*"
Author
Owner

@serious-snow commented on GitHub (May 26, 2025):

我之前也是遇到歌词丢字,我以为是歌词有问题,后面排查了好久,主要是这个是默认开启的

<!-- gh-comment-id:2909974514 --> @serious-snow commented on GitHub (May 26, 2025): 我之前也是遇到歌词丢字,我以为是歌词有问题,后面排查了好久,主要是这个是默认开启的
Author
Owner

@retro1996 commented on GitHub (May 26, 2025):

再次感谢!好像有优化的空间,但是一时间脑子卡住了)我先把 issue 留着

<!-- gh-comment-id:2910741696 --> @retro1996 commented on GitHub (May 26, 2025): 再次感谢!好像有优化的空间,但是一时间脑子卡住了)我先把 issue 留着
Author
Owner

@serious-snow commented on GitHub (May 26, 2025):

再次感谢!好像有优化的空间,但是一时间脑子卡住了)我先把 issue 留着

我自己的操作是再加了一个开关,默认关闭

<!-- gh-comment-id:2910784148 --> @serious-snow commented on GitHub (May 26, 2025): > 再次感谢!好像有优化的空间,但是一时间脑子卡住了)我先把 issue 留着 我自己的操作是再加了一个开关,默认关闭
Author
Owner

@imsyy commented on GitHub (May 27, 2025):

这个确实不好,应该是加个开关的 😂

<!-- gh-comment-id:2910933217 --> @imsyy commented on GitHub (May 27, 2025): 这个确实不好,应该是加个开关的 😂
Author
Owner

@rt265 commented on GitHub (Jun 8, 2025):

我最近刚换到 SPlayer,也遇到了这个问题,真的有点……抽象。歌词排除内容原来不是全词匹配的吗 😂
我主要听英文歌。这里的排除列表有个"op",结果这句歌词也被排除了:

We're standing on a tight rope

就因为 "rope" 里面有一个 "op"……

<!-- gh-comment-id:2953702024 --> @rt265 commented on GitHub (Jun 8, 2025): 我最近刚换到 SPlayer,也遇到了这个问题,真的有点……抽象。歌词排除内容原来不是全词匹配的吗 😂 我主要听英文歌。这里的排除列表有个"op",结果这句歌词也被排除了: > We're standing on a tight r**op**e 就因为 "rope" 里面有一个 "op"……
Author
Owner

@retro1996 commented on GitHub (Jun 8, 2025):

估计字母语言的部分全阵亡了 😅

<!-- gh-comment-id:2954078890 --> @retro1996 commented on GitHub (Jun 8, 2025): 估计字母语言的部分全阵亡了 😅
Author
Owner

@rt265 commented on GitHub (Jun 8, 2025):

幸好没把 ed 当默认排除词,不然用过去时态写的歌词有难了 😂

<!-- gh-comment-id:2954157246 --> @rt265 commented on GitHub (Jun 8, 2025): 幸好没把 ed 当默认排除词,不然用过去时态写的歌词有难了 😂
Author
Owner

@github-actions[bot] commented on GitHub (Nov 27, 2025):

👀 该 Issue 已经 30 天没有任何更新啦
如果问题仍然存在,请回复此评论,否则将在 7 天后自动关闭

<!-- gh-comment-id:3584432246 --> @github-actions[bot] commented on GitHub (Nov 27, 2025): 👀 该 Issue 已经 30 天没有任何更新啦 如果问题仍然存在,请回复此评论,否则将在 7 天后自动关闭
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#228
No description provided.