Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xinetzone/music
https://github.com/xinetzone/music
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/xinetzone/music
- Owner: xinetzone
- License: apache-2.0
- Created: 2020-11-19T06:23:08.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-19T06:30:43.000Z (almost 4 years ago)
- Last Synced: 2024-10-14T14:33:58.444Z (about 1 month ago)
- Size: 92.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# music
## 在主页添加自定义音乐播放
在 `themes/hexo-matery/source/medias/` 目录下创建 `music/` 目录,并将需要的音乐放进入;接着修改文件 `docs/source/_data/musics.json`。比如:
```json
{
"name": "出山",
"artist": "花粥",
"url": "/medias/music/出山.mp3",
"cover": "/medias/music/avatars/chushan.jpg"
}
```其中 `"name"`,`"artist"`,`"cover"` 分别表示歌曲名字,歌者,封面。歌曲的封面的获取可以使用如下方法(firefox 浏览器):
首先,进入网易云音乐的网页:,搜索您想要的歌曲,比如:"出山",然后按键 `F12`,弹出如下界面:
![网易云音乐的网页搜索“出山”](images/cover.png)
接着选择 `无障碍环境`,然后按照下图指示找到 `DOMNode:img.j-img` 并用鼠标点击:
![找到 DOMNode:img.j-img](images/loc.png)
接着,可在下图的对应位置找到封面的链接:
![获取封面的链接](images/link.png)
最后,将链接的 `?param=130y130` 部分删除,便可直接保存封面图片了。