Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stkevintan/Cube
A cross-platform web music player in nw.js
https://github.com/stkevintan/Cube
Last synced: 3 months ago
JSON representation
A cross-platform web music player in nw.js
- Host: GitHub
- URL: https://github.com/stkevintan/Cube
- Owner: stkevintan
- Created: 2015-05-06T13:48:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-28T14:26:54.000Z (over 7 years ago)
- Last Synced: 2024-04-12T22:13:45.979Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 4.2 MB
- Stars: 355
- Watchers: 37
- Forks: 98
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - stkevintan/Cube - A cross-platform web music player in nw.js (JavaScript)
README
**注意** nw.js版本现已经不再维护,推荐使用[@issac2015](https://github.com/issac2015)的Electron移植版: [Cube in Electron](https://github.com/issac2015/Cube-In-Electron)
# 网易音乐盒
使用nw.js构建的网易云音乐的跨平台第三方客户端。此外:
- JS版网易API可以参考: [NetEaseMusic](https://github.com/stkevintan/Cube/blob/master/src/model/NetEaseMusic.js)
- JS版的加密算法可以参考: [Crypto](https://github.com/stkevintan/Cube/blob/master/src/model/Crypto.js)### Feature
1. 设定本地音乐文件夹,递归搜索本地音乐。
2. 搜索播放网络音乐
3. 自定义播放列表,可以同时加入网络音乐和本地音乐
4. 手机帐号或邮箱帐号登录
5. UI响应式布局与mini模式
6. 滚动歌词秀
7. 私人fm
8. 系统播放提示
9. 系统托盘### Install
1. 下载安装[nw.js](https://github.com/nwjs/nw.js)
2. 拷贝chrome安装目录下的`libffmpegsumo.so`(windows下是`libffmpegsumo.dll`)至nw.js目录下
3. 下载并切换至项目:`git clone https://github.com/stkevintan/Cube.git && cd Cube/`
4. 安装模块: `npm i`
5. 运行: `/path/to/nw .``libffmpegsumo`的版本一定要与nw.js版本对应,否则不支持MP3等常见格式。nw.js v0.12.0对应chrome 41.x +
### Update
`cd /path/to/Cube/ && git pull`### Screenshots
![FM](https://raw.githubusercontent.com/stkevintan/Cube/master/snapshot/fm.png)### Troubleshooting
#### Mini模式还能调窗口大小
这是nw.js的bug#### 没有声音或者'糟糕,文件或网络资源无法访问'
首先,可能是由于nw.js自带的音频解码器不支持mp3格式,参考`Manual Install`第二步解决。
也有可能是由于网络延时,网络音乐还未解析完全,这种情况等待一下即可。