{"id":18351293,"url":"https://github.com/rojer95/netease-cloud-music-tv-rn","last_synced_at":"2025-04-06T10:32:29.530Z","repository":{"id":143809716,"uuid":"387090076","full_name":"rojer95/netease-cloud-music-tv-rn","owner":"rojer95","description":"基于React Native开发的（仿）网易云音乐（TV版本） ","archived":false,"fork":false,"pushed_at":"2022-06-15T04:15:17.000Z","size":1707,"stargazers_count":21,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-21T22:04:14.035Z","etag":null,"topics":["android-tv-application","netease-cloud-music","react-native"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/rojer95.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}},"created_at":"2021-07-18T04:32:16.000Z","updated_at":"2025-03-08T14:54:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"4337d1e4-8d56-4c28-bbff-5f1e105337e1","html_url":"https://github.com/rojer95/netease-cloud-music-tv-rn","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rojer95%2Fnetease-cloud-music-tv-rn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rojer95%2Fnetease-cloud-music-tv-rn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rojer95%2Fnetease-cloud-music-tv-rn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rojer95%2Fnetease-cloud-music-tv-rn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rojer95","download_url":"https://codeload.github.com/rojer95/netease-cloud-music-tv-rn/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247470345,"owners_count":20944146,"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":["android-tv-application","netease-cloud-music","react-native"],"created_at":"2024-11-05T21:30:10.475Z","updated_at":"2025-04-06T10:32:29.523Z","avatar_url":"https://github.com/rojer95.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 网易云 TV 版本\n\n基于 React Native 开发的（仿）网易云音乐（大屏 TV 版本）。\n\n## 预览\n\n\u003cimg src=\"./preview/Screenshot_1627022583.webp\" alt=\"首页预览\" width=\"140\"/\u003e\u0026nbsp;\u0026nbsp;\u003cimg src=\"./preview/Screenshot_1627022618.webp\" alt=\"播放器预览\" width=\"140\"/\u003e\u0026nbsp;\u0026nbsp;\u003cimg src=\"./preview/Screenshot_1627022649.webp\" alt=\"歌曲列表\" width=\"140\"/\u003e\n\n## TODO\n\n- [x] 登录/登出\n- [x] 私人 FM\n- [x] 推荐歌单\n- [x] 排行榜\n- [x] 我的喜欢/收藏的歌单\n- [x] 热门歌单\n- [x] 喜欢/不喜欢歌曲\n- [x] 单曲/随机/列表循环\n- [x] 歌词\n- [x] 收藏/取消收藏歌单\n- [ ] 热门电台/电台播放\n- [ ] 我的专辑\n- [ ] 我的订阅电台\n\n## 运行项目\n\n1. 请自行部署[接口服务端](https://github.com/rojer95/NeteaseCloudMusicApi)\n2. 克隆项目 `git clone https://github.com/rojer95/netease-cloud-music-tv-rn.git`\n3. 安装依赖 `cd netease-cloud-music-tv-rn \u0026\u0026 yarn install`\n4. 运行 `yarn android`\n\n## 使用的第三方库\n\n- @rojer/react-native-lrc （LRC 歌词）\n- react-native-image-sequence （帧动画）\n- react-native-linear-gradient （渐变色）\n- react-native-navigation （导航解决方案）\n- react-native-qrcode-svg （二维码生成）\n- react-native-svg （二维码依赖 SVG）\n- react-native-track-player （音乐播放）\n\n## Android TV 支持情况\n\n- 为了能够在智能电视（Android）上获取焦点，对 React Native 的`TouchableOpacity`进行封装，主要处理`onFocus`与`onBlur`事件，给可点击组建加上阴影与边框\n- 本项目未适配苹果的`tvOS`，请勿在`tvOS`中使用\n\n## 声明\n\n- 本项目仅用于学习，请勿用于任何非法或商业用途，谢谢！\n- 未进行大量测试，可能存在 BUG\n\n## 关于 API 端\n\nFork 自 [Binaryify](https://github.com/Binaryify/NeteaseCloudMusicApi) 的 API，添加了歌曲动态的 URL 获取方法【[点击这里查看](https://github.com/rojer95/NeteaseCloudMusicApi) 】\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frojer95%2Fnetease-cloud-music-tv-rn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frojer95%2Fnetease-cloud-music-tv-rn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frojer95%2Fnetease-cloud-music-tv-rn/lists"}