{"id":46533979,"url":"https://github.com/pcwl049/vrchat-lyrics-display","last_synced_at":"2026-03-12T04:01:03.939Z","repository":{"id":342599962,"uuid":"1173719660","full_name":"pcwl049/VRChat-lyrics-display","owner":"pcwl049","description":"在Vrchat用OSC消息把你正在听的歌展示给别人看","archived":false,"fork":false,"pushed_at":"2026-03-11T03:17:25.000Z","size":2239,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-11T06:58:35.711Z","etag":null,"topics":["vrchat"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pcwl049.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-05T17:15:40.000Z","updated_at":"2026-03-11T03:17:28.000Z","dependencies_parsed_at":"2026-03-12T04:00:37.291Z","dependency_job_id":null,"html_url":"https://github.com/pcwl049/VRChat-lyrics-display","commit_stats":null,"previous_names":["pcwl049/moekoeosc"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/pcwl049/VRChat-lyrics-display","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcwl049%2FVRChat-lyrics-display","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcwl049%2FVRChat-lyrics-display/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcwl049%2FVRChat-lyrics-display/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcwl049%2FVRChat-lyrics-display/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pcwl049","download_url":"https://codeload.github.com/pcwl049/VRChat-lyrics-display/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcwl049%2FVRChat-lyrics-display/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30415037,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-12T00:40:14.898Z","status":"online","status_checked_at":"2026-03-12T02:00:07.260Z","response_time":114,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["vrchat"],"created_at":"2026-03-06T23:08:05.537Z","updated_at":"2026-03-12T04:01:03.854Z","avatar_url":"https://github.com/pcwl049.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VRChat Lyrics Display\n\n在 VRChat 聊天框显示当前播放的音乐信息和歌词。\n\n## 功能\n\n- 支持 MoeKoeMusic 和网易云音乐\n- 显示歌曲名、歌手、进度条、歌词\n- 自动获取逐字歌词\n- 支持多音乐平台自动切换\n- 毛玻璃效果界面\n- 系统托盘运行\n- 自动更新检查\n\n## 使用\n\n1. 启动 `VRCLyricsDisplay.exe`\n2. 开启 MoeKoeMusic 的 API 模式（端口 6520）\n3. 或启动网易云音乐并开启远程调试（端口 9222）\n4. 在 VRChat 中开启 OSC\n\n## 构建\n\n需要 Visual Studio 2022，运行 `cpp/gui/compile_gui.bat`\n\n## 配置\n\n编辑 `config_gui.json`:\n- `osc.ip`: VRChat OSC 地址（默认 127.0.0.1）\n- `osc.port`: VRChat OSC 端口（默认 9000）\n- `auto_update`: 自动检查更新\n- `show_platform`: 显示音乐平台名称\n- `minimize_to_tray`: 最小化到托盘\n- `auto_start`: 开机自启动\n\n## 更新日志\n\n### v0.2.2\n\n**修复**\n- 修复托盘菜单退出程序选项无法正常工作的问题\n- 修复自动更新下载失败的问题（改为直接下载 .exe 文件）\n\n### v0.2\n\n**新功能**\n- 更新日志显示 - 从 GitHub Release 获取并显示更新内容\n- SHA256 校验和验证 - 下载完成后验证文件完整性\n- 跳过此版本功能 - 可跳过当前版本，不再提示更新\n- 三按钮更新对话框 - 更新/取消/跳过\n\n**修复**\n- 修复对话框在字体未初始化时的崩溃问题\n- 修复对话框消息循环导致的潜在问题\n- 修复点击 OSC IP 选项时闪退的问题\n\n**优化**\n- CPU 占用优化 - 从常量 16ms 重绘改为按需渲染，空闲时 CPU 占用 \u003c1%\n- 对话框应用毛玻璃效果，与主界面风格统一\n- 字体大小统一放大（标题 48px、副标题 32px、正文 26px）\n- 窗口最小尺寸调整为 600x620\n\n**清理**\n- 移除旧的 C++ 项目文件结构\n- 移除旧的 WinUI 项目文件\n- 清理 vcpkg 依赖配置\n\n### v0.1\n\n- 初始版本\n- 支持 MoeKoeMusic 和网易云音乐\n- 显示歌词和进度条\n- 显示OSC消息预览\n\n## 协议\n\n[GPL-3.0](LICENSE) - 任何衍生作品必须开源并使用相同协议\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpcwl049%2Fvrchat-lyrics-display","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpcwl049%2Fvrchat-lyrics-display","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpcwl049%2Fvrchat-lyrics-display/lists"}