Skip to content

West-life/NetEase-MusicBox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NetEase-MusicBox

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

NetEase-MusicBox

功能特性

  1. 320kps的高品质音乐,根据网络情况自动切换码率
  2. 歌曲,艺术家,专辑检索
  3. 网易热门歌曲排行榜
  4. 网易新碟推荐
  5. 网易精选歌单
  6. 网易DJ节目
  7. 私人歌单
  8. 随心打碟
  9. 本地收藏(不提供下载)
  10. Vi快捷键让操作丝般顺滑

键盘快捷键

j Down 下移
k Up 上移
h Back 后退
l Forword 前进
u Prev page 上一页
d Next page 下一页
f Search 快速搜索
[ Prev song 上一曲
] Next song 下一曲
Space Play/Pause 播放/暂停
m Menu 主菜单
p Present 当前播放列表
a Add 添加曲目到打碟
A Add page 添加页面所有曲目到打碟
z DJ list 打碟列表
s Star 添加到收藏
c Collection 收藏列表
r Remove 删除当前条目
R Remove page 删除当前页面所有条目
q Quit 退出

Mac安装

$ sudo pip install netease-musicbox

$ brew install mpg123

Linux安装

$ sudo pip install netease-musicbox
Ubuntu
$ sudo apt-get install mpg123
Fedora (rpmfusion needed)
$ sudo yum install mpg123

使用

$ musicbox

Enjoy it !

错误处理

pkg_resources.DistributionNotFound: requests
$ sudo pip install requests

如果是运行 $ musicbox 出错

$ sudo pip install --upgrade setuptools
pip: Command not found
$ sudo apt-get install python-pip
locale.Error: unsupported locale setting, 以及中文乱码
$ sudo apt-get install language-pack-en-base
$ sudo dpkg-reconfigure locales

如果使用zsh, vim ~/.zshrc,添加

export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8

$ source ~/.zshrc

The MIT License (MIT)

CopyRight (c) 2014 vellow <i@vellow.net>

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

网易云音乐命令行版本,排行榜,搜索,精选歌单,登录,DJ节目,快速打碟,收藏歌单,Vi快捷键,320kps码率自动切换

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%