感谢为 MusicBox 的开发付出过努力的每一个人!
高品质网易云音乐命令行版本,简洁优雅,丝般顺滑,基于Python编写。
Software License versions platform
- 320kbps的高品质音乐
- 歌曲,艺术家,专辑检索
- 网易22个歌曲排行榜
- 网易新碟推荐
- 网易精选歌单
- 网易主播电台
- 私人歌单,每日推荐
- 随心打碟
- 本地收藏,随时加❤
- 播放进度及播放模式显示
- 现在播放及桌面歌词显示
- Vimer式快捷键让操作丝般顺滑
- 可使用数字快捷键
- 可使用自定义全局快捷键
$ sudo pip install NetEase-MusicBox
$ brew install mpg123
$ sudo pip2 install NetEase-MusicBox
$ sudo apt-get install mpg123
$ pacaur -S netease-musicbox-git
aria2用于缓存歌曲python-keybinder用于支持全局快捷键libnotify-bin用于支持消息提示pyqt python-dbus dbus qt用于支持桌面歌词 (Mac 用户需要brew install qt --with-d-bus获取支持 DBus 的 Qt)
配置文件地址: ~/.netease-musicbox 可配置缓存,快捷键,消息,歌词
由于歌曲 API 只接受中国大陆地区访问,港澳台及海外用户请自行在config.json中设置代理
"mpg123_parameters": {
"default": [],
"describe": "The additional parameters when mpg123 start.",
"value": ["-p", "http://ip:port"]
}
-
pkg_resources.DistributionNotFound: requests
$ sudo pip install requests
如果是运行 $ musicbox 出错
$ sudo pip install --upgrade setuptools
-
pip: Command not found
$ sudo apt-get install python-pip
-
ImportError: No module named setuptools
$ sudo easy_install pip
$ sudo apt-get install python-setuptools
$ musicbox
Enjoy it !
2016年05月09日 版本 0.2.2.10 修复最后一行歌名过长的问题
2016年05月08日 版本 0.2.2.9 缓存问题修复
2016年05月07日 版本 0.2.2.8 解决通知在Gnome桌面持续驻留(#303)的问题
2016年05月07日 版本 0.2.2.6 已知错误修复
2016年05月05日 版本 0.2.2.5 已知错误修复
2016年05月04日 版本 0.2.2.4 修复因更换 API 导致版权歌曲播放崩溃
2016年05月04日 版本 0.2.2.3 修复部分歌曲跳过问题
2016年04月12日 版本 0.2.2.2 修复 OS X 系统桌面歌词置顶和隐藏边框不能共存的问题
2016年03月25日 版本 0.2.2.1 桌面歌词可置顶或隐藏边框
2016年03月25日 版本 0.2.2.0 新增桌面歌词功能
2016年03月10日 版本 0.2.1.6 已知错误修复,代码优化
2016年03月02日 版本 0.2.1.4 新增自动签到功能
2016年02月29日 版本 0.2.1.3 修复离线错误
2016年02月25日 版本 0.2.1.2 增加歌词翻译开关
2016年02月19日 版本 0.2.1.1 已知错误修复
2016年02月10日 版本 0.2.1.0 新增外文歌曲歌词翻译显示
2015年12月31日 版本 0.2.0.8 修复每日推荐因 API 更换导致的错误
2015年12月13日 版本 0.2.0.7 优化歌曲提醒显示
2015年12月02日 版本 0.2.0.6 新增手动缓存功能
[更多>>](Change Log.md)
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.