一搜的mp3搜索很不错,还有一个好用的试听页面。为了能在linux下也可以试听,需要安装mozilla的mplayer plugin。

1. 先安装后mplayer,保证它能正常使用。
2. 安装 mozilla-dev

apt-get install mozilla-dev

3. 下载mplayer plugin 源码: http://prdownloads.sourceforge.net/mplayerplug-in/mplayerplug-in-3.05.tar.gz?download

4. 编译 mplayer plugin

tar -xzvf mplayerplug-in-3.05.tar.gz
cd mplayerplug-in
./configure
make

5. 安装mplayer plugin
如果你只想为自己安装,执行
make install


cp mplayerplug-in*.so mplayerplug-in*.xpt ~/.mozilla/plugins

如果想为系统安装,以root身份执行

cp mplayerplug-in*.so /usr/lib/mozilla-firefox/plugins
cp mplayerplug-in*.xpt /usr/lib/mozilla-firefox/components

重启mozilla 或 firefox,你已经成功安装了mplayer的插件啦。