
pidgin-status
Source (link to git-repo or to original if based on someone elses unmodified work):
Description:
This is a sort of daemon that will poll Amarok for the current track and set your Pidgin status accordingly.
(Note that it's not actually an Amarok script, but rather a Bourne shell script that interacts with both Amarok and Pidgin).
To use: just download the script and run it. Last changelog:
(Note that it's not actually an Amarok script, but rather a Bourne shell script that interacts with both Amarok and Pidgin).
To use: just download the script and run it.
Originally based on another script from this site, but heavily modified (such that only a line or two from the original are the same). The goal of the changes were to cut down on resource (i.e., CPU) usage. (See also: http://www.kde-apps.org/content/show.php/pidgin-status?content=67794 ).
Ratings & Comments
2 Comments
Found this tips to make it work: 1. apt-get install libpurple-bin 2. i've an error about "== - unexpected operator" so i've changed everything with "==" to "=" - it's working now.
thank you :D