Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

替换音乐信息中的歌手分隔符 #1989

Merged
merged 5 commits into from
Aug 24, 2024
Merged

Conversation

qnnp-me
Copy link
Contributor

@qnnp-me qnnp-me commented Jul 28, 2024

将歌手信息中的分隔符从替换为;,以确保音乐元数据在写入时的兼容性和一致性。这项更改针对的是特定场景下音乐元数据处理的准确性,从而提高应用内部音乐信息管理的准确性和用户体验。

qnnp and others added 5 commits July 28, 2024 17:30
将歌手信息中的分隔符从`、`替换为`;`,以确保音乐元数据在写入时的兼容性和一致性。这项更改针对的是特定场景下音乐元数据处理的准确性,从而提高应用内部音乐信息管理的准确性和用户体验。

Signed-off-by: qnnp <wjp@pfan.ltd>
在处理下载信息的元数据时,将替换逻辑从仅替换第一个匹配项修改为替换所有匹配项。这样可以确保歌手名中的所有分隔符都能被正确替换为分号,提高数据处理的准确性。

Signed-off-by: qnnp <wjp@pfan.ltd>
在保存音乐文件元数据时,将歌手名中的`、`(中文逗号)替换为` ; `(英文分号加空格),以符合一些音乐播放器对歌手名分隔符的空格要求,从而提高元数据的准确性和兼容性。

在`action.ts`文件的`saveMeta`函数中,修改了对`artist`字段的处理,增加了空格以改善数据格式。

Signed-off-by: qnnp <wjp@pfan.ltd>
~
Signed-off-by: qnnp <wjp@pfan.ltd>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants