当前位置: 首页 > 工具软件 > 深度音乐 > 使用案例 >

Ubuntu 12.04 安装深度音乐播放器和百度音乐插件

岳安福
2023-12-01

refs:

http://zhidao.baidu.com/link?url=L7vnevl0PcZONRwVTt4MNFE5-UBvEJoeCIFouh4FNKP0Qd7laguUz7WXWFg3V8f1_gGPzjSHxkh1-T5lUPmnQFsFrywkf-sU_F8z-Tl0iu_


安装播放器
sudo add-apt-repository ppa:noobslab/deepin-sc
sudo apt-get update

报错,但不影响使用
sudo apt-get gstreamer0.10-ffmpeg
sudo apt-get install deepin-music-player

安装百度音乐插件
(1)安装编译时的相关依赖包
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/


运行深度音乐,在选项设置->附加组件中开启百度音乐。

 类似资料: