Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sumary/dmusic-plugin-baidumusic
BaiduMusic Plugin for Deepin Music Player
https://github.com/sumary/dmusic-plugin-baidumusic
Last synced: 3 months ago
JSON representation
BaiduMusic Plugin for Deepin Music Player
- Host: GitHub
- URL: https://github.com/sumary/dmusic-plugin-baidumusic
- Owner: sumary
- Created: 2013-07-22T14:56:43.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-04-17T18:50:27.000Z (over 8 years ago)
- Last Synced: 2024-07-19T17:40:32.122Z (4 months ago)
- Language: Python
- Size: 61.5 KB
- Stars: 49
- Watchers: 8
- Forks: 20
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
百度音乐插件(深度音乐播放器)
========================特性
--------
* 支持百度账号登录
* 可以管理本地试听列表
* 可以管理在线歌单
* 支持收藏歌曲并同步
* 高质量音频(320kbps)LinuxDeepin系统安装方法
----------------------
1. 安装依赖
```
sudo apt-get install python-javascriptcore git
```2. 安装百度音乐插件
```
git clone https://github.com/sumary/dmusic-plugin-baidumusic.git
cd dmusic-plugin-baidumusic
cp -r baidumusic ~/.local/share/deepin-music-player/plugins/
```其它Linux发行版
------------------1. 安装 cython libwebkitgtk-dev python-dev git, 例如:
```
sudo apt-get install cython libwebkitgtk-dev python-dev git
```2. 安装pyjavascriptcore
```
git clone https://github.com/sumary/pyjavascriptcore.git
cd pyjavascriptcore
sudo python setup.py install
```3. 安装百度音乐插件
```
git clone https://github.com/sumary/dmusic-plugin-baidumusic.git
cd dmusic-plugin-baidumusic
cp -r baidumusic ~/.local/share/deepin-music-player/plugins/
```使用
----运行深度音乐, 选项设置->附加组件 中启用百度音乐即可
贡献者
-------* [@lovesnow](https://github.com/lovesnow)
* [@binyuj](https://github.com/binyuj)