NOTE: To use NetEaseMusicDownloader and add folder or other meta info to music on windows, you should install Lame on windows.
You can download any from this page. Select the proper file for your system.
Then move the download lame encoder(I have download an executable file like below in the screenshot.) into the
C:\Windows\System32
folder. You should have the administrator autherize.
Move the executable binary file into the folder
/usr/local/bin/
or use this commandchmod +x lame && mv lame /usr/local/bin/
in terminal.
Open the "CMD", type in
lame
, if print like below, means you have corret installed lame encoder. You can enjoy it
open terminal, type in
lame
. If print like below, means you have installed lame encoder correctly. Enjoy it.
If you have installed homebrew. You can use brew to install lame like this :brew install lame
in terminal.
P.S. I have uploaded the windows exe file as compressed zip file in release.
你可以从这里下载。选择对应系统类型的文件下载。
然后把你下载的Lame编码器(我下载的是一个可执行文件,像下面这样)移动到
C:\Windows\System32
目录。需要有管理员权限。
把下载的二进制文件移动到
/usr/local/bin
目录或使用命令chmod +x lame && mv lame /usr/local/bin/
。
打开"CMD(命令提示符)"窗口,输入
lame
,如果输出像下面这样的话,表示你已经成功安装了Lame编码器。
打开终端,输入
lame
。如果打印的信息像下面这样的话,表示你已经成功安装了Lame编码器。
如果你的电脑中安装了HomeBrew的话,你可以在终端中使用brew install lame
安装。
附: 我已经上传了Windows平台的EXE文件了,已经压缩为zip包。