You Are Here: Home » How-To » Linux » Tips & Tricks

How to set the currently playing track/song in Amarok as your status in Pidgin using AmarokPidgin

By Ricky on June 15th, 2009 
Advertisement

For some unknown reason, I (as well as many other) like to set my currently playing AmarokPidgintrack as my status in Gtalk and other IM clients. In Windows, with Gtalk and Winamp, this can be done done very easily. (From Winamp 5.5, there is a bit of problem.) But in Linux neither the GTalk client nor Winamp is available and the most commonly used IM client is Pidgin and music player Amarok. However, Pidgin does not come with a “Currently Playing” as a status option. Here we will see how to do it with Pidgin+Amarok using an Amarok script called AmarokPidgin.

  1. Download the AmarokPidgin script here.
  2. In Amarok, click on Tools->Script Manager.amarokpidgin2
  3. In the script manager window, click on Install Script and choose the downloaded file. Click Open.amarokpidgin3
  4. After the script is installed, choose AmarokPidgin under General from the list of scripts and click on Run. (You may have to restart Amarok, if it is not listed there.)amarokpidgin4
  5. Open Pidgin and you should be able to see the currently playing track as “Media”.amarokpidgin5
  6. Done!

Now that the script has been installed, there are plenty of other options that you can play around with. Ideally, the configuration options should be available on from the Script Manager by clicking on Configure. However, that does not seem to work. To do this manually, go to ~/.kde/share/apps/amarok/scripts-data/ and open the file AamarokPidgin.ini.

Here is what you will get on opening the file (the default values).

[AmarokPidgin]

cover_icon = false

status_name = Media

censor = false

variable_imports =

censor_words =

status_message = $nowPlaying

display = status

variable_map =

There are plenty of configurations that you can do. However, we give you a few here.

To Update Your Buddy Icon (Avatar) with the Cover Art of the currently playing album, set the value of “cover_icon” as “true”. Note that this will only work if Amarok has the album cover art.

cover_icon = true

To Display only the Artist/Album/Track Name, set the value of “status_message” as “$artist”, “$album” or “$title”. To revert, change it back to "$nowPlaying".

status_message = $artist

OR

status_message = $album

OR

status_message = $title

To Display Lyrics, set the value of “status_message” as “$lyrics”. This will however display only a single line of the lyrics and Amarok needs to have the lyrics beforehand.

status_message = $lyrics

To Censor Words, set the value of “censor_words” as the censored word. Multiple words can also be enetered but they have to be seperated by “|”. Then set the value of “censor” as “true”. In this example we have censored the words teddy, pokemon and laptop.

censor = true

censor_words = teddy | pokemon | laptop

To Update The Nick Instead Of The Status, change the value of display to “nick” from “status”. To revert, change it back to “status”.

display = nick

If you have any problems or anything that I've mentioned above is unclear, feel free to mention it in the comment.

Advertisement







How to set the currently playing track/song in Amarok as your status in Pidgin using AmarokPidgin was originally published on Digitizor.com on June 14, 2009 - 10:37 pm (Indian Standard Time)