{"id":18725701,"url":"https://github.com/skye-z/steam-ost-player","last_synced_at":"2025-10-15T07:41:54.826Z","repository":{"id":159198809,"uuid":"634498456","full_name":"skye-z/steam-ost-player","owner":"skye-z","description":"Steam Original Soundtrack Player","archived":false,"fork":false,"pushed_at":"2023-05-14T11:18:14.000Z","size":110292,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-12T05:20:09.347Z","etag":null,"topics":["music-player","ost","steam"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/skye-z.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-04-30T10:22:16.000Z","updated_at":"2024-01-21T18:47:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"d3948953-bcca-4699-bda3-bb6069688d64","html_url":"https://github.com/skye-z/steam-ost-player","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/skye-z/steam-ost-player","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skye-z%2Fsteam-ost-player","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skye-z%2Fsteam-ost-player/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skye-z%2Fsteam-ost-player/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skye-z%2Fsteam-ost-player/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skye-z","download_url":"https://codeload.github.com/skye-z/steam-ost-player/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skye-z%2Fsteam-ost-player/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279059662,"owners_count":26095003,"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","status":"online","status_checked_at":"2025-10-15T02:00:07.814Z","response_time":56,"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":["music-player","ost","steam"],"created_at":"2024-11-07T14:11:26.412Z","updated_at":"2025-10-15T07:41:54.778Z","avatar_url":"https://github.com/skye-z.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Steam OST Player\n\n[![MIT License](https://img.shields.io/badge/license-MIT-blue)](https://opensource.org/licenses/MIT)\n[![CodeQL](https://github.com/skye-z/steam-ost-player/workflows/CodeQL/badge.svg)](https://github.com/skye-z/steam-ost-player/security/code-scanning)\n\nSteam 原声配乐(OST)播放器, 与 Steam 资源库无缝连接, 支持自动从 Steam 资源库读取 OST.\n\n![DEMO](demo.jpg)\n\n## 使用方法\n\n1. 下载安装包后解压在任意目录\n2. 双击 `Steam OST Player.exe` 运行\n3. 点击应用左下角 `更新资料库` 按钮\n4. 更新完成后在右侧列表点击即可播放\n\n\u003e 若出现更新资料库完成但右侧列表任然为空, 可点击顶部的 `刷新` 按钮手动刷新列表\n\n## 更新应用\n\n当前暂不支持自动更新, 请在 `Releases` 下载最新版本后覆盖即可.\n\n数据库文件存储在 `C:\\Users\\当前用户\\AppData\\Roaming\\steam-ost-player/sop.db`, 而 OST 文件存储在 Steam 资料库中\n\n## 功能计划\n\n* [x] 自动发现 Steam OST (1.0.0+)\n* [x] MP3、FLAC 播放 (1.0.0+)\n* [x] 媒体数据解析 (1.0.0+)\n* [x] 自动获取封面 (1.0.0+)\n* [x] 后台播放 (1.0.0+)\n* [x] 单曲循环 (1.0.1+)\n* [x] 随机播放 (1.0.1+)\n* [x] 三段式音量控制 (1.0.1+)\n* [ ] 自定义合集\n* [ ] 收藏音乐\n* [ ] 频谱可视化\n* [ ] 音乐风格分析\n* [ ] 应用版本检测与更新\n\n## 已知问题\n\n* [x] 播放器已播时间不准 -\u003e 暂时推后 -\u003e 已修复\n* [ ] 更新资料库时内存占用飙升(实测最高1G) -\u003e 待修复\n\n## 文件结构\n\n* /basic · · · · · · · · · · · · · · · \u003e Electron 基础脚本\n* /basic/main · · · · · · · · · ·\u003e 主脚本\n* /basic/preload · · · · · · · \u003e 预加载脚本\n* /core · · · · · · · · · · · · · · · ·\u003e 核心脚本\n* /core/databse.js · · · · · ··\u003e 数据库脚本\n* /core/player.js · · · · · · · ·\u003e 播放器脚本\n* /core/scan-library.js · · ·\u003e 扫描资源库脚本\n* /core/window.js · · · · · · \u003e 窗口控制脚本\n* /other · · · · · · · · · · · · · · ··\u003e 其他资源与脚本\n* /other/build · · · · · · · · · ·\u003e 构建所需资源文件\n* /other/scripts · · · · · · · · ·\u003e 运行调试所需文件\n* /other/version · · · · · · · ··\u003e 版本管理所需文件\n* /page · · · · · · · · · · · · · · · ·\u003e 应用界面\n\n## 产物体积优化\n\n1. 删除 `d3dcompiler_47.dll` - 4.6M\n1. 删除 `vk_swiftshader.dll` - 5.1M\n2. 删除 `LICENSES*` - 8M\n3. 删除不支持的语言包 - 28M\n\n## 鸣谢\n\n* [find-install-path](https://www.npmjs.com/package/find-install-path): 查找应用程序安装位置\n* [music-metadata](https://www.npmjs.com/package/music-metadata): 媒体数据解析\n* [sqlite3](https://www.npmjs.com/package/sqlite3): SQLite3 数据库\n* [audiomotion-analyzer](https://www.npmjs.com/package/audiomotion-analyzer): 实时音频频谱分析","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskye-z%2Fsteam-ost-player","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskye-z%2Fsteam-ost-player","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskye-z%2Fsteam-ost-player/lists"}