ralphy wrote: 
> 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.

Yeah I know - when I did some testing I find that Amazon stuff is out of
date (you can longer just lookup up images without signing up to some
Affiliates commercial stuff)  and then try to use Musicbrainz as a
backup found some changes there as well -  so 1.09 will take a bit
longer.

IIRC bt was also moved somewhere in 7.8


------------------------------------------------------------------------
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
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to