Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V23 - 解锁网易云上的灰色歌曲 #24

Open
itgoyo opened this issue Oct 30, 2021 · 1 comment
Open

V23 - 解锁网易云上的灰色歌曲 #24

itgoyo opened this issue Oct 30, 2021 · 1 comment

Comments

@itgoyo
Copy link
Owner

itgoyo commented Oct 30, 2021

自己一直在使用网易云音乐来听歌,在上面除了曲库比较少又或者没有版权的原因(前段时间由于没有周杰伦的歌曲闹得沸沸扬扬),别的貌似就没有什么问题了,软件的主题样式简约好看,而且全屏听歌的时候也比较有感觉,除此以外我还特别喜欢它的全局快捷键功能,支持全局自定义快捷键,而且键位设置和我日常使用的快捷键几乎没有冲突。但是缺点也明显,刚刚也说了当你想听个别歌曲的时候发现由于没有版权的原因,导致歌曲是灰色的,点击播放的时候他会提示“由于版权原因,无法正常播放”之类的错误。
今天逛网站的时候发现了Github上面有一个项目unblockneteasemusic ,Star数量很多,看来就是一个好项目,然后研究了一下,大概运行下面几行命令就可以解锁网易云客户端里面的灰色歌曲。其中最后一行里面的IP地址59.111.19.33不是固定的,不同人的这个IP是不一样的,但是你可以通过命令ping music.163.com来获取。

hosts 路径在 /etc/hosts/,也可用 SwithHosts 直接添加。

127.0.0.1 music.163.com
127.0.0.1 interface.music.163.com

整个安装运行过程的代码如下所示

 1320  git clone https://github.com/nondanee/UnblockNeteaseMusic.git
 1321  cd UnblockNeteaseMusic
 1322  npm i
 1323  ls
 1324  open .
 1325* ping music.163.com
 1326  sudo node app.js -p 80:443 -f 59.111.19.33

如果打开App没有数据!!!

说明里面是说把项目文件里面的证书添加钥匙串里面的,但是我拖拽了很多次都出现了错误,后面快要放弃了,最后看到有一个方法就是使用Safari打开music.163.com,然后从网站里面新人证书,并且导入证书这样子就可以解决了打开App之后没有数据的问题。

拿周杰伦的专辑《11月的萧邦》为例子,现在已经完全可以听了,之前这张专辑完全是黑色的。

@lidonghui-ht
Copy link

mk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants