diff --git a/_posts/2024-08-05-neteasemusic-ncm-mp3-applemusic.md b/_posts/2024-08-05-neteasemusic-ncm-mp3-applemusic.md new file mode 100644 index 00000000000..8a6a071b7b1 --- /dev/null +++ b/_posts/2024-08-05-neteasemusic-ncm-mp3-applemusic.md @@ -0,0 +1,33 @@ +--- +layout: post +title: 跑步之前写点关于歌的吧 +subtitle: 网易云音乐ncm转换为mp3导入applemusic +date: 2024-08-05 +author: PhDLuffy +header-img: img/Blog/12.jpg +music-id: 28493991 +catalog: true +tags: + - 软件 + +--- + +[转换网易云音乐](https://github.com/taurusxin/ncmdump) + +Mac下安装 + +```bash +brew install ncmdump +``` + +网易云音乐下载歌曲→在finder中显示 + +转换命令 + +```bash +ncmdump file-path +``` + +同文件夹下生成320k的mp3 + +以上。 diff --git a/img/Blog/12.jpg b/img/Blog/12.jpg new file mode 100644 index 00000000000..5e0ebc95e69 Binary files /dev/null and b/img/Blog/12.jpg differ