Skip to content

garfieldjty/musicbox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NetEase-MusicBox

####Thanks vellow, hbprotoss, Catofes, 尘埃, chaserhkj, Ma233, 20015jjw, mchome, stkevintan

高品质网易云音乐命令行版本,简洁优雅,丝般顺滑,基于Python编写。

Software License versions platform

NetEase-MusicBox

功能特性

  1. 320kbps的高品质音乐
  2. 歌曲,艺术家,专辑检索
  3. 网易22个歌曲排行榜
  4. 网易新碟推荐
  5. 网易精选歌单
  6. 网易DJ节目
  7. 私人歌单
  8. 随心打碟
  9. 本地收藏
  10. 播放进度及播放模式显示
  11. Vimer式快捷键让操作丝般顺滑
  12. 可使用数字快捷键

键盘快捷键

J Down 下移
K Up 上移
H Back 后退
L Forword 前进
U Prev page 上一页
D Next page 下一页
F Search 快速搜索
[ Prev song 上一曲
] Next song 下一曲
= Volume + 音量增加
- Volume - 音量减少
Space Play/Pause 播放/暂停
? Shuffle 手气不错
M Menu 主菜单
P Present/History 当前/历史播放列表
⇧+P Playing Mode 播放模式切换
A Add 添加曲目到打碟
Z DJ list 打碟列表
S Star 添加到收藏
C Collection 收藏列表
R Remove 删除当前条目
⇧+J Move Down 向下移动当前项目
⇧+K Move Up 向上移动当前项目
Q Quit 退出
W Quit&Clear 退出并清除用户信息

Mac安装

$ sudo pip install NetEase-MusicBox

$ brew install mpg123

Linux安装

$ sudo pip install NetEase-MusicBox

$ sudo apt-get install mpg123		

已测试的系统兼容列表

OS X 10.11 / 10.10 / 10.9
Ubuntu 14.04
Kali 1.1.0
CentOS 7
openSUSE 13.2
Fedora 22

错误处理

  1. pkg_resources.DistributionNotFound: requests

    $ sudo pip install requests

    如果是运行 $ musicbox 出错

    $ sudo pip install --upgrade setuptools

  2. pip: Command not found

    $ sudo apt-get install python-pip

  3. ImportError: No module named setuptools

    $ sudo easy_install pip

    $ sudo apt-get install python-setuptools

使用

$ musicbox

Enjoy it !

更新日志

2015-08-09 版本 0.1.7.1 修正无法暂停错误

2015-08-08 版本 0.1.7.0 新增歌词显示,优化本地信息

2015-08-02 版本 0.1.6.5 新增播放模式切换

2015-08-02 版本 0.1.6.2 新增显示播放进度

2015-07-30 版本 0.1.6.0 修复由于接口更换导致的用户登陆问题

2015-06-17 版本 0.1.5.6 优化对过长歌曲信息的显示

2015-05-26 版本 0.1.5.5 修复海外用户无法搜索的问题

2015-05-05 版本 0.1.5.4 优化log文件路径

2015-04-02 版本 0.1.5.3 修复个别歌单崩溃错误

2015-03-31 版本 0.1.5.2 新增22个歌曲排行榜

2015-03-30 版本 0.1.5.1 新增一键 P 回到历史播放列表功能 (感谢Catofes提交)

2015-03-27 版本 0.1.5.0 使用全新动态UI绘制方法,提高稳定性 (感谢Will Jiang提交)

2015-03-25 版本 0.1.4.0 优先使用320kbps音源,优化线路,显示当前音乐音质 (感谢chaserhkj反馈)

2015-03-24 版本 0.1.3.4 增加向上/向下移动项目功能 (感谢chaserhkj提交)

2015-03-18 版本 0.1.3.3 修复Ubuntu等系统SSL登录报错问题

2015-02-28 版本 0.1.3.2 修复170等新增号段手机用户无法登陆的问题

2015-02-05 版本 0.1.3.1 修复登录无法保存的问题

2015-01-30 版本 0.1.3.0 修复UI调整后就Crash的问题,修改登录UI (感谢尘埃提交)

2015-01-28 版本 0.1.2.4 修改搜索UI (感谢尘埃提交)

2015-01-08 版本 0.1.2.3 增加手气不错,微调音量控制

2015-01-08 版本 0.1.2.0 增加音量控制

2015-01-03 版本 0.1.1.1 修复部分仅手机注册用户登录无法登陆 (感谢Catofes反馈)

2015-01-02 版本 0.1.1.0 新增退出并清除用户信息功能

The MIT License (MIT)

CopyRight (c) 2015 omi <4399.omi@gmail.com>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

网易云音乐命令行版本

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%