As a stopgap and if you are eager and confident with editing files.  You
can edit the file CDhandler.pm in the Plugins/CDplayer directory.

1. Stop[ LMS
2. Edit the file CDhandler.pm
3. Delete or comment out (put # in col 1) line 187 marked in red below.
4. Save the file and close editor.
5. Start LMS


Code:
--------------------
    
  sub LoadCDandIdentify
  {
        my ($self, $client, $callbacksuccess, $callbackerror, $callbackparams) 
= @_;
        my $device;
  
  
        $log->info("Request to load CD and identify");
        bt() if ($log->is_debug) ;
        $log->debug(" cd use is " . $self->{cduse} . " Busy=". CDDRIVE_BUSY);
        
        $self->{loadclient}          = $client;
        $self->{loadsuccesscallback} = $callbacksuccess;
        $self->{loadfailedcallback}  = $callbackerror;
        $self->{loadcallbackparams}  = $callbackparams;
        $self->{cduse} = CDDRIVE_BUSY;
  
  
--------------------


------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=47288

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to