Deep music and deep audio and video are successfully installed in 32-bit and 64-bit Ubuntu14.04, so that you can take notes to avoid detours. When listening to songs on Ubuntu14.04, you can use the Rhythmbox music player that comes with the system. However, you still don't feel satisfied. You always feel that online functions such as cool dog music in Windows are not powerful, I just want to try again. I found and practiced the following methods through online collection, especially references. The special records are as follows for your convenience and others' reference. The conclusion is that
Install deep music and deep audio and video in 32-bit and 64-bit Ubuntu 14.04, so that you can take notes.
When listening to songs on Ubuntu 14.04, you can use the Rhythmbox music player that comes with the system. However, you still don't feel satisfied. You always feel that online functions such as codoy music in Windows are not powerful, I just want to try again. I found and practiced the following methods through online collection, especially references. The special records are as follows for your convenience and others' reference.
The conclusion is that using the deep music + Baidu music plug-in to listen to music is perfect. You can display the lyrics, artist pictures online, and add other plug-ins; you can play a video in depth without using VLC. The entire installation process was smooth and complete.
There is a picture with the truth:
Ubuntu 14.04Download, install, configure related knowledge http://www.linuxidc.com/Linux/2014-04/100370.htm
Ubuntu 14.04: Http://www.linuxidc.com/Linux/2014-04/100352.htm
Ubuntu 14.04 text tutorial on hard drive installation in Windows 7Http://www.linuxidc.com/Linux/2014-04/100983.htm
To install Dmusic, make the following preparations: Install the dependency package gstreamer0.10-ffmpeg
Reference http://www.linuxidc.com/Linux/2014-04/100636.htm
For more information, enter the following command:
Sudo add-apt-repository ppa: mc3man/trusty-media
Sudo add-apt-repository ppa: noobslab/deepin-SC
Sudo apt-get update
Sudo apt-get install gstreamer0.10-ffmpeg
Sudo apt-get install deepin-music-player
Continue to follow the deep audio and video
Sudo apt-get install deepin-media-player
Open the method and enter deepin in Unity to search for the method. Because the ppa of deep music currently does not provide Baidu plug-ins, I use the source code to install
Install Baidu music plug-in
Https://github.com/sumary/dmusic-plugin-baidumusic
1. Install the relevant dependent package during compilation (cython libwebkitgtk-dev python-dev git), for example:
# Sudo apt-get install cython libwebkitgtk-dev python-dev git
2. Install pyjavascriptcore
# Git clone https://github.com/sumary/pyjavascriptcore.git
# Cd py1_criptcore
# Sudo python setup. py install
3. Install Baidu music plug-in
# Git clone https://github.com/sumary/dmusic-plugin-baidumusic.git
# Cd dmusic-plugin-baidumusic
# Cp-r baidumusic ~ /. Local/share/deepin-music-player/plugins/
For more details, refer to the highlights on the next page.: Http://www.linuxidc.com/Linux/2014-05/101789p2.htm