Giter VIP home page Giter VIP logo

cube's Introduction

注意 nw.js版本现已经不再维护,推荐使用@issac2015的Electron移植版: Cube in Electron

网易音乐盒

使用nw.js构建的网易云音乐的跨平台第三方客户端。  

此外:

  • JS版网易API可以参考:     NetEaseMusic
  • JS版的加密算法可以参考: Crypto

Feature

  1. 设定本地音乐文件夹,递归搜索本地音乐。
  2. 搜索播放网络音乐
  3. 自定义播放列表,可以同时加入网络音乐和本地音乐
  4. 手机帐号或邮箱帐号登录
  5. UI响应式布局与mini模式
  6. 滚动歌词秀
  7. 私人fm
  8. 系统播放提示
  9. 系统托盘

Install

  1. 下载安装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

Troubleshooting

Mini模式还能调窗口大小

这是nw.js的bug

没有声音或者'糟糕,文件或网络资源无法访问'

首先,可能是由于nw.js自带的音频解码器不支持mp3格式,参考Manual Install第二步解决。 也有可能是由于网络延时,网络音乐还未解析完全,这种情况等待一下即可。

cube's People

Contributors

stkevintan avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.