I am attempting to set a notification for a title change in XMMS2 for a radio station. I found the values for status changes but none of them seem to correspond to this sort of change.
+1
A:
I think xmmsc_broadcast_medialib_entry_changed is the function you are looking for
Caotic
2010-02-26 10:49:28
yep, you'll get the medialib id, and if it matches the id of the currently playing track, then you can then use `xmmsc_medialib_get_info` to get the title.
p00ya
2010-03-02 07:35:47