{"id":25999603,"url":"https://github.com/WXRIW/Lyricify-Lyrics-Helper","last_synced_at":"2025-03-05T18:40:43.694Z","repository":{"id":184170213,"uuid":"671424188","full_name":"WXRIW/Lyricify-Lyrics-Helper","owner":"WXRIW","description":"集成 Lyricify 所需的歌词相关功能","archived":false,"fork":false,"pushed_at":"2024-05-14T17:04:44.000Z","size":362,"stargazers_count":54,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-05-15T12:37:59.762Z","etag":null,"topics":["lyricify","lyrics","parser","spotify"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WXRIW.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-27T09:32:13.000Z","updated_at":"2024-06-20T20:56:05.032Z","dependencies_parsed_at":"2023-07-27T10:52:28.977Z","dependency_job_id":"fd03ab84-3a33-4834-ac84-b1cd05b9edd5","html_url":"https://github.com/WXRIW/Lyricify-Lyrics-Helper","commit_stats":null,"previous_names":["wxriw/lyricify-lyrics-helper"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WXRIW%2FLyricify-Lyrics-Helper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WXRIW%2FLyricify-Lyrics-Helper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WXRIW%2FLyricify-Lyrics-Helper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WXRIW%2FLyricify-Lyrics-Helper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WXRIW","download_url":"https://codeload.github.com/WXRIW/Lyricify-Lyrics-Helper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242046115,"owners_count":20063136,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["lyricify","lyrics","parser","spotify"],"created_at":"2025-03-05T18:40:41.721Z","updated_at":"2025-03-05T18:40:43.685Z","avatar_url":"https://github.com/WXRIW.png","language":"C#","funding_links":[],"categories":["C# #"],"sub_categories":[],"readme":"# Lyricify Lyrics Helper\n\n为 Lyricify 歌词相关功能竭力打造。\n\n## 主要功能\n- 歌词解析\n  - Lyricify Syllable\n  - Lyricify Lines\n  - LRC\n  - QRC\n  - KRC\n  - YRC\n  - TTML (暂不支持)\n  - Spotify Lyrics (原始 JSON)\n  - Musixmatch (原始 JSON)\n- 歌词生成\n  - Lyricify Syllable\n  - Lyricify Lines\n  - LRC\n  - QRC\n  - KRC\n  - YRC\n- 歌词歌曲搜索\n  - QQ 音乐\n  - 网易云音乐\n  - 酷狗音乐\n  - Spotify (暂不支持)\n  - Musixmatch\n- 歌词处理优化\n  - Explicit 歌词处理及修复\n  - YRC 歌词优化\n  - 对唱识别 (暂不支持)\n  - 标题行识别 (暂不支持)\n- 歌词解密\n  - QRC\n  - KRC\n- 内嵌通用帮助类\n  - 中文帮助类 (简繁转换等)\n  - 字符串帮助类\n  - 数学帮助类\n\n## 项目架构\n### Lyricify.Lyrics.Helper\n- Decrypter // 歌词解密相关\n  - Krc\n  - Qrc\n- Generators // 歌词生成\n- Helpers // 帮助静态类\n  - General // 内嵌通用帮助\n    - ChineseHelper // 中文帮助\n    - StringHelper // 字符串帮助\n  - Optimization // 歌词处理优化\n    - Explicit // Explicit 歌词处理及修复\n    - Yrc // YRC 歌词优化\n    - Musixmatch // Musixmatch 歌词优化\n  - Types // 歌词类型\n    - Lrc // LRC 歌词类型特性\n  - GeneratorHelper // 生成帮助\n  - OffsetHelper // 偏移帮助 (用于对歌词添加 Offset 偏移)\n  - ParserHelper // 解析帮助\n  - SearchHelper // 搜索帮助\n  - TypeHelper // 歌词类型帮助\n- Models // 歌词模型\n- Parsers // 歌词解析\n- Providers // 歌词提供者\n  - Web // 提供者相关接口\n- Searchers // 歌曲搜索\n  - Helpers\n    - ArtistHelper // 艺人帮助 (艺人中英文名对照)\n    - CompareHelper // 信息匹配帮助\n  - SearcherHelper // 实例化的搜索类\n\n### Lyricify.Lyrics.Demo\n- Program\n  - ParsersDemo // 歌词解析演示\n  - GeneratorsDemo // 歌词生成演示\n  - TypeDetectorDemo // 歌词类型判断演示\n  - SearchDemo // 歌曲搜索演示\n\n## 感谢与支持\n特别感谢 [@cnbluefire](https://github.com/cnbluefire), [@Raspberry Kan](https://github.com/Raspberry-Monster) 提供的帮助和支持。  \n#### 感谢以下第三方代码\n- LyricParser (MIT License): https://github.com/HyPlayer/LyricParser\n- 163MusicLyrics (Apache-2.0 License): https://github.com/jitwxs/163MusicLyrics\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FWXRIW%2FLyricify-Lyrics-Helper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FWXRIW%2FLyricify-Lyrics-Helper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FWXRIW%2FLyricify-Lyrics-Helper/lists"}