When activating the plugin after the playlist has
completely deleted, xmms crashes with a "segmentation
fault".
Quick-Fix:
In File "inetctl_status.c" function "getPlayerStatus"
change the /* Track data */ section with the following
lines:
if (theStatus->totalTracksInPlaylist)
{
theStatus->curTrackLength =
xmms_remote_get_playlist_time(inetctl.xmms_session...
2006-10-02 21:30:24 UTC in iNetCtrl