OK I have it playing again, except the stream information isn't provided so you can't see what is playing. This is quite annoying!
I will try and post an updated version tonight. If you're running SlimServer pre 6.1 it might work anyway with the change below. James -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig, James (IT) Sent: 29 June 2005 11:17 To: [email protected] Subject: RE: [SlimDevices: Plugins] Re: Last.fm plugin ? This problem is easily fixed! Change line 642 from: my ($session,$url) = $data =~ /^session=(.*)\nstream_url=(.*)$/; To my ($session,$url) = $data =~ /^session=(.*)\nstream_url=(.*)\n/; However I cannot get any further, possibly because the playlist,add command I'm using does not seem to work correctly in 6.1 I'll see if I can make any more progress... James -------------------------------------------------------- NOTICE: If received in error, please destroy and notify sender. Sender does not waive confidentiality or privilege, and use is prohibited. _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/plugins
