{"id":18685664,"url":"https://github.com/chen310/neteasepotplayer","last_synced_at":"2026-02-14T01:04:05.019Z","repository":{"id":42085989,"uuid":"476713459","full_name":"chen310/NeteasePotPlayer","owner":"chen310","description":"PotPlayer 网易云音乐插件：可以直接在 PotPlayer 中播放网易云音乐中的歌曲和视频","archived":false,"fork":false,"pushed_at":"2025-04-06T09:13:19.000Z","size":1318,"stargazers_count":71,"open_issues_count":1,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-09-03T04:38:39.392Z","etag":null,"topics":["extension","netease","netease-cloud-music","potplayer","potplayer-extension"],"latest_commit_sha":null,"homepage":"","language":"AngelScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chen310.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2022-04-01T12:34:36.000Z","updated_at":"2025-07-30T06:11:13.000Z","dependencies_parsed_at":"2023-12-22T15:40:13.814Z","dependency_job_id":"0c4d0122-5eff-454e-85a7-e8158f78e2e3","html_url":"https://github.com/chen310/NeteasePotPlayer","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/chen310/NeteasePotPlayer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chen310%2FNeteasePotPlayer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chen310%2FNeteasePotPlayer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chen310%2FNeteasePotPlayer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chen310%2FNeteasePotPlayer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chen310","download_url":"https://codeload.github.com/chen310/NeteasePotPlayer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chen310%2FNeteasePotPlayer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29427649,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T22:20:51.549Z","status":"ssl_error","status_checked_at":"2026-02-13T22:20:49.838Z","response_time":78,"last_error":"SSL_read: 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":["extension","netease","netease-cloud-music","potplayer","potplayer-extension"],"created_at":"2024-11-07T10:23:34.705Z","updated_at":"2026-02-14T01:04:04.966Z","avatar_url":"https://github.com/chen310.png","language":"AngelScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NeteasePotPlayer\n\n适用于 PotPlayer 的网易云音乐插件。如果配合[油猴脚本](https://greasyfork.org/zh-CN/scripts/443047-neteasepotplayer)，可以直接在网页打开 PotPlayer 进行播放\n\n## 安装插件\n\n将项目 `Media/PlayParse` 路径下的 `MediaPlayParse - Netease.as`、 `MediaPlayParse - Netease.ico` 和 `Netease_Config.json` 三个文件复制到 `{PotPlayer 安装路径}\\Extension\\Media\\PlayParse` 文件夹下。\n\n将项目 `Media/UrlList` 路径下的 `MediaUrlList - Netease.as` 和 `MediaUrlList - Netease.ico` 两个文件复制到 `{PotPlayer 安装路径}\\Extension\\Media\\UrlList` 文件夹下。\n\n比如，如果 PotPlayer 安装路径为 `D:\\DAUM\\PotPlayer`，则将 `MediaPlayParse - Netease.as`、 `MediaPlayParse - Netease.ico` 和 `Netease_Config.json` 三个文件复制到 `D:\\DAUM\\PotPlayer\\Extension\\Media\\PlayParse` 文件夹下，将 `MediaUrlList - Netease.as` 和 `MediaUrlList - Netease.ico` 两个文件复制到 `D:\\DAUM\\PotPlayer\\Extension\\Media\\UrlList` 文件夹下。\n\n然后打开 `Netease_Config.json` 文件进行设置。\n\n```json5\n{\n    // 填写账号 Cookie\n    \"cookie\": \"\",\n    // 有多个账号可填写，用来获取歌曲播放链接。可不填\n    \"VIPCookie\": \"\",\n    \"X-Real-IP\": \"\",\n    // 歌曲音质，可用 standard | higher | exhigh | lossless | hires | jyeffect | sky | jymaster | dolby\n    \"musicQuality\": \"hires\",\n    // 视频画质\n    \"videoQesolution\": \"1080\",\n    // 是否跳过不能播放的歌曲\n    \"skipUnavailable\": true,\n    // 是否使用第三方 API 地址，如为 true，则需在下方填写 API 地址，否则使用官方 API\n    \"useNeteaseApi\": false,\n    // 第三方 API 地址，详见 https://github.com/Binary/NeteaseCloudMusicApi\n    \"NeteaseApi\": \"\",\n    // 歌词 API\n    \"lyricApi\": \"\",\n    \"debug\": false\n}\n```\n\n填写 cookie 后，则可以播放云盘歌曲，如果是黑胶账号，还能播放 VIP 歌曲。如果不填写 cookie，则只能播放免费歌曲。\n\n如果无法访问 vercel，可以自己搭建歌词 API 并填写服务器地址: [NeteaseLyric](https://github.com/chen310/NeteaseLyric)\n\n插件默认使用的是官方 API，如果要使用自己搭建的 API，请将 `useNeteaseApi` 变量的值设置为 true，并在 `NeteaseApi` 中填写服务器地址。服务器搭建方法详见 [NeteaseCloudMusicApi](https://github.com/Binaryify/NeteaseCloudMusicApi)\n\n按 \u003ckbd\u003eF5\u003c/kbd\u003e 打开选项，点击扩展功能下的媒体播放列表/项目，再点击 `NeteaseCloudMusic`，然后打开 `账号设置`，在 `配置文件路径` 中填写配置文件 `Netease_Config.json` 的路径，如 `D:\\DAUM\\PotPlayer\\Extension\\Media\\PlayParse\\Netease_Config.json`，之后可以点击测试按钮进行测试。\n\n如果不使用 \u003ckbd\u003ectrl\u003c/kbd\u003e + \u003ckbd\u003eU\u003c/kbd\u003e 的列表功能，后面的设置可不填写：打开 `MediaUrlList - Netease.as` 文件进行设置。\n\n```AngelScript\n// 填写 Cookie\nstring cookie = \"\";\n// 填写用户 id\nstring uid = \"\";\n// 是否使用第三方 API 地址，如为 true，则需在下方填写 API 地址，否则使用官方 API\nbool useNeteaseApi = false;\n// 第三方 API 地址，详见 https://github.com/Binary/NeteaseCloudMusicApi\nstring NeteaseApi = \"\";\n```\n\n需要填写自己的用户 id。如果不填写 cookie，则无法查看隐私歌单。\n\n## 在列表中显示缩略图\n\n按 \u003ckbd\u003eF6\u003c/kbd\u003e 打开播放列表，点击鼠标右键，点击`样式`，选择显示缩略图，即可显示缩略图。\n\n## 使用\n\n使用 PotPlayer 打开网易云链接（快捷键为 \u003ckbd\u003ectrl\u003c/kbd\u003e + \u003ckbd\u003eU\u003c/kbd\u003e），即可播放。\n\n### 播放 MV\n\n示例链接\n\n```\nhttps://music.163.com/mv?id=482078\n```\n\n![MV](https://cdn.jsdelivr.net/gh/chen310/NeteasePotPlayer/public/img/mv.png)\n\n### 播放歌曲\n\n示例链接\n\n```\nhttps://music.163.com/song?id=186331\n```\n\n![Song](https://cdn.jsdelivr.net/gh/chen310/NeteasePotPlayer/public/img/song.png)\n\n### 播放歌单\n\n示例链接\n\n```\nhttps://music.163.com/playlist?id=492068610\n```\n\n![Playlist](https://cdn.jsdelivr.net/gh/chen310/NeteasePotPlayer/public/img/playlist.png)\n\n### 播放视频歌单\n\n示例链接\n\n```\nhttps://music.163.com/playlist?id=6642773122\n```\n\n![VideoPlaylist](https://cdn.jsdelivr.net/gh/chen310/NeteasePotPlayer/public/img/video_playlist.png)\n\n### 播放专辑\n\n示例链接\n\n```\nhttps://music.163.com/#/album?id=6491\n```\n\n![Album](https://cdn.jsdelivr.net/gh/chen310/NeteasePotPlayer/public/img/album.png)\n\n### 播放歌手 MV\n\n示例链接\n\n```\nhttps://music.163.com/#/artist/mv?id=7763\n```\n\n![ArtistMV](https://cdn.jsdelivr.net/gh/chen310/NeteasePotPlayer/public/img/artist_mv.png)\n\n### 播放歌手歌曲\n\n示例链接\n\n```\nhttps://music.163.com/#/artist?id=2116\n```\n\n![ArtistSong](https://cdn.jsdelivr.net/gh/chen310/NeteasePotPlayer/public/img/artist_song.png)\n\n### 播放电台\n\n示例链接\n\n```\nhttps://music.163.com/#/djradio?id=966559685\n```\n\n![Radio](https://cdn.jsdelivr.net/gh/chen310/NeteasePotPlayer/public/img/radio.png)\n\n### 已购单曲\n\n示例链接\n\n```\nhttps://music.163.com/#/member/purchasedsong\n```\n\n### 每日歌曲推荐\n\n示例链接\n\n```\nhttps://music.163.com/#/discover/recommend/taste\n```\n\n### 排行榜\n\n示例链接\n\n```\nhttps://music.163.com/#/discover/toplist\nhttps://music.163.com/#/discover/toplist?id=3779629\n```\n\n### 收藏的视频\n\n示例链接\n\n```\nhttps://music.163.com/#/my/m/music/mv\n```\n\n### 我的歌单\n\n按 \u003ckbd\u003ectrl\u003c/kbd\u003e + \u003ckbd\u003eU\u003c/kbd\u003e，选择 `NeteaseCloudMusic 我的歌单`，即可得到歌单列表，选择想要播放的歌单，双击即可播放。\n\n![MyPlaylist](https://cdn.jsdelivr.net/gh/chen310/NeteasePotPlayer/public/img/my_playlist.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchen310%2Fneteasepotplayer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchen310%2Fneteasepotplayer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchen310%2Fneteasepotplayer/lists"}