Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #808

Merged
merged 2 commits into from
Apr 15, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,19 +74,19 @@

### 必选依赖

1. `mpg123` 用于播放歌曲
1. `mpg123` 用于播放歌曲,安装方法参见下面的说明

### 可选依赖

1. `aria2` 用于缓存歌曲
2. `libnotify-bin` 用于支持消息提示(Linux平台)
3. `pyqt python-dbus dbus qt` 用于支持桌面歌词 (Mac 用户需要 `brew install qt --with-dbus` 获取支持 DBus 的 Qt)

### PyPi安装
### PyPi安装(*nix系统)

$ pip(3) install NetEase-MusicBox

### Git clone安装master分支
### Git clone安装master分支(*nix系统)

$ git clone https://github.com/darknessomi/musicbox.git && cd musicbox
$ python(3) setup.py install
Expand Down Expand Up @@ -158,6 +158,7 @@ mpg123 最新的版本可能会报找不到声音硬件的错误,测试了1.25
- [#374](https://github.com/darknessomi/musicbox/issues/374) i3wm下播放杂音或快进问题,此问题常见于Arch Linux。尝试更改mpg123配置。
- [#405](https://github.com/darknessomi/musicbox/issues/405) 32位Python下cookie时间戳超出了32位整数最大值。尝试使用64位版本的Python或者拷贝cookie文件到对应位置。
- [#347](https://github.com/darknessomi/musicbox/issues/347) 暂停时间超过一定长度(数分钟)之后mpg123停止输出,导致切换到下一首歌。此问题是mpg123的bug,暂时无解决方案。
- [#791](https://github.com/darknessomi/musicbox/issues/791) 版权问题,master分支已经修复

## 使用

Expand Down