{"id":47969041,"url":"https://github.com/crayonlu/down-music","last_synced_at":"2026-04-04T10:41:27.658Z","repository":{"id":287018339,"uuid":"961387144","full_name":"crayonlu/down-music","owner":"crayonlu","description":"一个帮助你下载各大音乐平台的音乐资源的播放器","archived":false,"fork":false,"pushed_at":"2026-03-27T11:54:06.000Z","size":11070,"stargazers_count":21,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-27T22:55:42.142Z","etag":null,"topics":["download","multi-source","music"],"latest_commit_sha":null,"homepage":"https://music.cyncyn.xyz","language":"Vue","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/crayonlu.png","metadata":{"files":{"readme":"README.en.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":"2025-04-06T12:14:51.000Z","updated_at":"2026-03-27T11:54:10.000Z","dependencies_parsed_at":"2025-04-09T15:31:53.635Z","dependency_job_id":"f902c143-91ec-41b7-8ad6-94df33de8c00","html_url":"https://github.com/crayonlu/down-music","commit_stats":null,"previous_names":["crayoncreator/downloadmusictool","crayonlu/downloadmusictool","crayonlu/download-music-tool","crayonlu/down-music"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/crayonlu/down-music","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crayonlu%2Fdown-music","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crayonlu%2Fdown-music/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crayonlu%2Fdown-music/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crayonlu%2Fdown-music/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crayonlu","download_url":"https://codeload.github.com/crayonlu/down-music/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crayonlu%2Fdown-music/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31397055,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"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":["download","multi-source","music"],"created_at":"2026-04-04T10:41:27.036Z","updated_at":"2026-04-04T10:41:27.644Z","avatar_url":"https://github.com/crayonlu.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎶down-music\n\nEnglish | [简体中文](./README.md)\n\nA web-based music player that integrates with multiple music platforms for searching, streaming, and downloading songs.\n\n## Features\n\n- Multi-platform music search (NetEase Cloud Music, KuGou Music)\n- Real-time audio playback with visualizer\n- Lyrics display with synchronized scrolling\n- Playlist management\n- Song download functionality\n- Multiple playback modes (sequence, loop, random)\n- Dark/Light theme support\n- Responsive design for mobile and desktop\n\n## Tech Stack\n\n- Vue 3 + TypeScript\n- Vite\n- Pinia (State Management)\n- Vue Router\n- SCSS\n\n## Project Setup\n\n```sh\npnpm install\n```\n\n### Development\n\nStart the frontend:\n\n```sh\npnpm dev\n```\n\nStart the backend APIs:\n\n```sh\ncd backend/NeteaseCloudMusicApi\nbun start\n\ncd backend/KuGouMusicApi\nbun start\n```\n\n### Production Build\n\n```sh\npnpm build\n```\n\n### Self-host\n\nPull the pre-built image from the registry and run it:\n\n```sh\n# Pull pre-built image\ndocker pull ghcr.io/crayonlu/down-music:main\n\n# Run container (expose port 2999 -\u003e container's 80)\ndocker run -d --name down-music-app -p 2999:80 ghcr.io/crayonlu/down-music:main\n```\n\n## API Backends\n\nThis project requires two music API backends:\n\n- [NeteaseCloudMusicApi](./backend/NeteaseCloudMusicApi) - NetEase Cloud Music API\n- [KuGouMusicApi](./backend/KuGouMusicApi) - KuGou Music API\n\nBoth APIs need to be running for full functionality.\n\n## Media proxy configuration\n\n- `VITE_MEDIA_PROXY_URL`: It is recommended to set to the full proxy URL in production environment (for example `https://api.example.com/proxy`)\n- `VITE_MEDIA_PROXY_PREFIX`: The proxy prefix used when the front-end is deployed at a specific path prefix\n- `VITE_PROXY_IMAGES=false|true`: Whether to enable image proxy, the default is `false` (do not proxy images). When set to `true`, the frontend will replace the image link with the proxy URL.\n\nEnable image proxy locally during development: write `VITE_PROXY_IMAGES=true` to `.env` or copy it to `.env` in `env.example` and modify it.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrayonlu%2Fdown-music","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrayonlu%2Fdown-music","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrayonlu%2Fdown-music/lists"}