So, I’ve been ranting about this all time time in the past. Now I found the answer. Since we have dcop super K power, “Now Listening” plugin is is just a shell away
Enough crap, try this script:
#!/bin/sh
STATUS="(`uptime | awk '{print \$1}'` up) `dcop amarok player nowPlaying`"
dcop kopete KopeteIface setAway "$STATUS"
echo "Kopete Status: $STATUS"
I put that into a ./kopete-status.sh, give chmod u+x, and then do watch -n 5 ./kopete-status.sh.
Voila, I have Kopete Listening to Amarok “Plugin”!