{"id":26124525,"url":"https://github.com/aquamarine5/bettercloudsearch","last_synced_at":"2026-02-18T04:31:43.610Z","repository":{"id":270710634,"uuid":"911231507","full_name":"aquamarine5/BetterCloudSearch","owner":"aquamarine5","description":"BetterNCM网易云插件 直接在搜索页搜索云盘音乐 而不用再去云盘进行搜索  Plugin for BetterNCM with NetEase Cloud, it can directly search for cloud music on the search page without having to search on the cloud disk.","archived":false,"fork":false,"pushed_at":"2025-02-28T02:58:49.000Z","size":518,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-13T15:13:23.291Z","etag":null,"topics":["betterncm","ncm","netease-cloud-music","plugin"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aquamarine5.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":"2025-01-02T14:40:39.000Z","updated_at":"2025-02-28T02:58:45.000Z","dependencies_parsed_at":"2025-02-28T03:44:37.218Z","dependency_job_id":"2b468a85-54c3-4813-b9bb-8b48a0e3fc07","html_url":"https://github.com/aquamarine5/BetterCloudSearch","commit_stats":null,"previous_names":["aquamarine5/bettercloudsearch"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/aquamarine5/BetterCloudSearch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aquamarine5%2FBetterCloudSearch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aquamarine5%2FBetterCloudSearch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aquamarine5%2FBetterCloudSearch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aquamarine5%2FBetterCloudSearch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aquamarine5","download_url":"https://codeload.github.com/aquamarine5/BetterCloudSearch/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aquamarine5%2FBetterCloudSearch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29568437,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T04:18:28.490Z","status":"ssl_error","status_checked_at":"2026-02-18T04:13:49.018Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["betterncm","ncm","netease-cloud-music","plugin"],"created_at":"2025-03-10T16:36:18.541Z","updated_at":"2026-02-18T04:31:38.602Z","avatar_url":"https://github.com/aquamarine5.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BetterCloudSearch\n\n[![wakatime](https://wakatime.com/badge/github/aquamarine5/BetterCloudSearch.svg)](https://wakatime.com/badge/github/aquamarine5/BetterCloudSearch)\n\n![readme](preview.png)\n\n## 功能\n\n- 默认搜索歌曲时遇到无版权音乐并不会出现在搜索结果内。\n- 安装BetterCloudSearch后可以搜索存储在云盘的音乐，并插入到搜索结果的最前。\n\n## 实现\n\n### `cloudsearch`：搜索云盘音乐\n\n```ts\nlet queryString: string\nlet userid = window.ctl.cloudListManager.NI.uid;\nvar queryData = {\n    data: { uid: userid, offset: 0, total: true, limit: 200, keyword: queryString },\n    ext: {},\n    key: `track_cloud_search-${userid}-${queryString}`,\n    limit: 200,\n    offset: 0,\n    onload: function(){console.log(arguments)},\n    rkey: `r-track_cloud_search-${userid}-${queryString}-0-200`,\n};\nwindow.ctl.player.AJ[0].MF.$i(queryData);\nwindow.ctl.player.AJ[0].MF.Ge(\"doloadlist\", queryData);\n```\n\n\u003e [!NOTE]\n\u003e 一点一点打breakpoint挖出来的😢\n\n### BetterNCM.Hijacks: 搜索时响应\n\n- 这里通过Hijack修改了`core.js`\n- 在返回搜索结果（`searchload`）时，对数据进行插入操作\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faquamarine5%2Fbettercloudsearch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faquamarine5%2Fbettercloudsearch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faquamarine5%2Fbettercloudsearch/lists"}