atlslim;153753 Wrote: > tried the plugin w/ and w/o the suggested changes in previous post: > Slimserver 6.5.1 crashes either way on Ubuntu Edgy - > > I'll turn on debugging -
I think I found the problem, I was not checking to see if the current song was null. (The now playing update callback checks to see if the current song is an xm stream. If so, it updates the current title. For 6.5, the current song is an object as opposed to a simple string. I wasn't checking for null prior to invoking url() (e.g. $currentSong->url()).) The fix noted in a previous post was only intended to fix the crash that occurs when accessing the plugin from the web interface. atlslim;153753 Wrote: > ??from your earlier post: > > "This plug-in is only setup to handle a single client." > > Is this configurable? Sorry, this was poorly phrased. I should have said that only a single client can be logged into xm at a time. -- Joe Bob ------------------------------------------------------------------------ Joe Bob's Profile: http://forums.slimdevices.com/member.php?userid=7361 View this thread: http://forums.slimdevices.com/showthread.php?t=29510 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/plugins
