Hi Ralphy,
Squeezeplay returns "SqueezePlay-squeezeplay/7.8.0-r1188 (i686)"
Jivelite returns "SqueezePlay-jivelite/0.1.0 (i686)"
I've also attached a patch to LMS v7.9 and v8.0 that fixes the problem
by skipping the version check for a jivelite client in XML Browser.
if ($agent =~ /squeezeplay/i) {
Wouldn't it be easiest to just change this regex to /-squeezeplay/? Or a
bit more specific
if ($agent =~ /squeezeplay/i && $agent !~ /jivelite/i
--
Michael
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins