{"id":21069467,"url":"https://github.com/lissettecarlr/ncmdump","last_synced_at":"2025-04-06T02:07:16.597Z","repository":{"id":238944585,"uuid":"798054663","full_name":"lissettecarlr/ncmdump","owner":"lissettecarlr","description":"将.ncm格式音频文件转换为flac格式，提供windows客户端和WEB两种使用方式。（Convert .ncm format audio files to flac format, providing two usage options: a Windows client and a web interface.）","archived":false,"fork":false,"pushed_at":"2025-01-14T00:56:28.000Z","size":4868,"stargazers_count":126,"open_issues_count":0,"forks_count":8,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T01:04:41.512Z","etag":null,"topics":["ncm","ncmdump"],"latest_commit_sha":null,"homepage":"https://ncmdump.streamlit.app/","language":"Python","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/lissettecarlr.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":"2024-05-09T02:15:58.000Z","updated_at":"2025-03-28T17:36:34.000Z","dependencies_parsed_at":"2024-06-24T02:06:28.431Z","dependency_job_id":"482d0d30-ddd8-4b6a-9c5b-45889c5c801b","html_url":"https://github.com/lissettecarlr/ncmdump","commit_stats":null,"previous_names":["lissettecarlr/ncmdump"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lissettecarlr%2Fncmdump","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lissettecarlr%2Fncmdump/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lissettecarlr%2Fncmdump/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lissettecarlr%2Fncmdump/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lissettecarlr","download_url":"https://codeload.github.com/lissettecarlr/ncmdump/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247423512,"owners_count":20936626,"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":["ncm","ncmdump"],"created_at":"2024-11-19T18:35:39.185Z","updated_at":"2025-04-06T02:07:16.588Z","avatar_url":"https://github.com/lissettecarlr.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NCM格式转换工具\n\n[English](./README_EN.md) | [中文](./README.md)\n\n## 概述\n\n这是一个将网易云音乐的.ncm格式音频文件转换为flac格式的工具，提供Windows客户端和Web两种使用方式。\n\n## 使用方法\n\n### 客户端使用\n\n在[releases](https://github.com/lissettecarlr/ncmdump/releases)页面下载最新版本后直接运行，目前只编译了Windows版本，其他平台可以直接运行源代码。\n\n操作演示：\n![客户端演示](./file/s1.gif)\n\n支持两种导入方式：\n* 拖拽文件到界面中\n* 双击界面打开文件选择对话框\n\n### Web使用\n\n访问Streamlit部署版本：[![Open in Streamlit](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://ncmdump.streamlit.app/)\n\n操作演示：\n![Web演示](./file/s2.gif)\n\n## 环境配置\n\n如果需要从源代码运行，需要安装以下依赖：\n\n### 基础环境\n\n```bash\npip install mutagen\npip install pycryptodome\n```\n\n### GUI环境\n\n```bash\npip install PyQt6\npip install pyinstaller\n```\n\n### Web环境\n\n```bash\npip install streamlit\n```\n\n### Docker环境\n\n```bash\ndocker build -t ncmdump .\ndocker run -d -p 23231:23231 ncmdump\n```\n\n如果想一次安装所有依赖：\n\n```bash\npip install -r requirements.txt\n```\n\n## 运行方法\n\n### GUI程序\n\n需要先安装基础环境和GUI环境\n\n直接运行：\n```bash\npython gui.py\n```\n\n或者编译成可执行文件：\n```bash\npyinstaller --onefile --add-data=\"file:file\" -wF -i file/favicon-32x32.png -n \"NCM_Tool\" .\\gui.py\n```\n\n### Web应用\n\n需要先安装基础环境和Web环境\n\n运行：\n```bash\nstreamlit run web.py --server.port 1111 --server.maxUploadSize=500\n```\n\n参数说明：\n- `--server.port 1111`：设置服务端口为1111\n- `--server.maxUploadSize=500`：设置最大上传文件大小为500MB\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flissettecarlr%2Fncmdump","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flissettecarlr%2Fncmdump","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flissettecarlr%2Fncmdump/lists"}