I have the CDPlayer plugin working on picoreplayer, Thank you.

In my testing I removed the custom amazon search call as you mentioned
the api has changed.


Code:
--------------------
    --- CDPLAY.pm~
  +++ CDPLAY.pm
  @@ -200,7 +200,7 @@
  
  $cdInfo->CDplaying ( CDPLAYING );
  
  -       startCustomAmazonSearch( $class, $cdInfo); 
  +       # startCustomAmazonSearch( $class, $cdInfo); 
  
  
  my $self = $class->SUPER::new(undef, $command,'local');
  
--------------------


and the call to bt is not valid, though it's only called in debug
logging mode.


Code:
--------------------
    [16-11-21 17:37:42.4568] Slim::Networking::IO::Select::__ANON__ (131) 
Error: Select task failed calling Slim::Web::HTTP:
  :processHTTP: Undefined subroutine &Plugins::CDplayer::CDhandler::bt called 
at /usr/local/slimserver/Cache/InstalledPlug
  ins/Plugins/CDplayer/CDhandler.pm line 187.
  ; fh=Slim::Web::HTTP::ClientConn=GLOB(0x68ffc68)
  
--------------------


Code:
--------------------
    --- CDhandler.pm~
  +++ CDhandler.pm
  @@ -184,7 +184,7 @@
  
  
  $log->info("Request to load CD and identify");
  -       bt() if ($log->is_debug) ;
  +       # bt() if ($log->is_debug) ;
  $log->debug(" cd use is " . $self->{cduse} . " Busy=". CDDRIVE_BUSY);
  
  $self->{loadclient}          = $client;
  
--------------------


Had the install loop issue too.



Ralphy

*1*-Touch, *5*-Classics, *2*-Booms, *1*-Reverted UE Radio
'Squeezebox client builds'
(https://sourceforge.net/projects/lmsclients/files/) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=LL5P6365KQEXN&lc=CA&item_name=Squeezebox%20client%20builds&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.
------------------------------------------------------------------------
ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=47288

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

Reply via email to