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

Commits on Jul 28, 2024

  1. 替换音乐信息中的歌手分隔符

    将歌手信息中的分隔符从`、`替换为`;`,以确保音乐元数据在写入时的兼容性和一致性。这项更改针对的是特定场景下音乐元数据处理的准确性,从而提高应用内部音乐信息管理的准确性和用户体验。
    
    Signed-off-by: qnnp <wjp@pfan.ltd>
    qnnp committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    7572dcb View commit details
    Browse the repository at this point in the history
  2. 替换正则表达式以支持多处替换

    在处理下载信息的元数据时,将替换逻辑从仅替换第一个匹配项修改为替换所有匹配项。这样可以确保歌手名中的所有分隔符都能被正确替换为分号,提高数据处理的准确性。
    
    Signed-off-by: qnnp <wjp@pfan.ltd>
    qnnp committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    595c797 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. 增加歌手名分隔符的空格以提高音乐文件元数据的准确性

    在保存音乐文件元数据时,将歌手名中的`、`(中文逗号)替换为` ; `(英文分号加空格),以符合一些音乐播放器对歌手名分隔符的空格要求,从而提高元数据的准确性和兼容性。
    
    在`action.ts`文件的`saveMeta`函数中,修改了对`artist`字段的处理,增加了空格以改善数据格式。
    
    Signed-off-by: qnnp <wjp@pfan.ltd>
    qnnp committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    361c2aa View commit details
    Browse the repository at this point in the history
  2. ~

    Signed-off-by: qnnp <wjp@pfan.ltd>
    qnnp committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    a369ff7 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. Configuration menu
    Copy the full SHA
    83709a5 View commit details
    Browse the repository at this point in the history