Hello list,
I've created last.fm scrobbler using their 2.0 API, since the current
one was not working properly.
It's a Perl script that parses "xmms2 current" output and acts upon it.
I am currently testing it by running it in a loop, like this:

while [ true ]; do
xmms2 current | ./script.pl
sleep 30
done

but I thought there would be a better way to get notified by xmms2
e.g. when track changes.
I'm aware of xmms2 MPRIS bridge and I'm using it to update my jabber
status via libpurple, is there anything else like this available?
Something lightweight and simple.
Thanks for any ideas.
m.

--
_______________________________________________
Xmms2-devel mailing list
Xmms2-devel@lists.xmms2.org
https://lists.xmms2.org/cgi-bin/mailman/listinfo/xmms2-devel

Reply via email to