MusicMe is a simple transparent music player for Linux. It has a pretty good appearances and the current release is the first version final release.

MusicMe is developed by yy890521. I think it was originally written in Chinese due to the program is not fully covered with English (“volume” in picture is written in Chinese). And it has some issues in this first release, hope they will be fixed soon.

Screenshot:

Installation for Ubuntu

MusicMe provides deb packages on its project page and I downloaded and installed in my Ubuntu 10.10 amd64.

While installation, it encountered “gstreamer0.10-fluendo-plugins-mp3-partner” package dependences error. So first installed this dependence by:

Open up a terminal window from Applications -> Accessories menu, and run this command:

sudo sh -c 'echo "deb http://archive.canonical.com/ubuntu/ maverick partner" >> /etc/apt/sources.list.d/canonical_partner.list'

Now, install “gstreamer0.10-fluendo-plugins-mp3-partner” by:

sudo apt-get update
sudo apt-get install gstreamer0.10-fluendo-plugins-mp3-partner

Finally, use following to install MusicMe deb package:

sudo dpkg -i package_name_here.deb

Launch MusicMe from Applications -> Sound & Video menu.

Update: MusicMe music player’s renamed with Linnya due to a duplication of name. Project page and source code moved to following links.

The Project Home Page for Linnya: http://code.google.com/p/linnya/

Download Page: http://code.google.com/p/linnya/downloads/list