Max,

Thanks for the feedback.

I just installed your new AlbumReview plugin on the latest 6.5 trunk.
When I tried to get information, the Gathering Information screen
appeared and then stayed on the screen permanently, blocking attempts
to do anything else.  The log file contains the following message again
and again and again:

Is this in screensaver mode or normal from player/web interface? I can't reproduce it :-/. And what exact version is this? There's been a problem with 2.0, you'd need 2.01.

Could you please give the following patch a try and see whether the issue is still reproducible?

Index: Plugin.pm
===================================================================
--- Plugin.pm   (revision 411)
+++ Plugin.pm   (working copy)
@@ -146,7 +146,7 @@

        $status{$client}{line} ||= 0;

- my $review = getCachedReview($client) if ($status{$client}{status} ne '-1'); + my $review = getCachedReview($client) unless ($status{$client}{status} == '-1');

        if ((not $review) && (not defined $status{$client}{status})) {
                $client->block({

Thanks!

--

Michael

-----------------------------------------------------------------
http://www.herger.net/SlimCD - your SlimServer on a CD
http://www.herger.net/slim - AlbumReview, Biography, MusicInfoSCR

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins

Reply via email to