Music Status with GAIM

I was looking for a GAIM plugin to support music status feature similar to GTalk. With Music Tracker plugin, I was able to get this feature working on my google, hotmail, yahoo accounts.
Initial versions of this plugin used XMMS Infopipes, which took much of system resources. Version 0.2.2 is quite good and it uses libxmms instead of info pipe.

To get this working (i tried on ubuntu)
  1. Download from here
  2. Extract tar -xvjf musictracker-0.2.2.tar.bz2
  3. Compile
    • cd musictracker-0.2.2
    • ./configure
    • sudo make
    • sudo make install
  4. If you dont find libxmms.so in /usr/lib and you have something like libxmms.so.1.3.1 make a link as
    • sudo ln -s libxmms.so libxmms.so.1.3.1
Step 4 is just an work around. Actually version 0.2.2 plugin looks for libxmms.so

0 comments: