bpa wrote: 
> 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;
  > 
  > 
--------------------
> > 


Thanks bpa. I commented the bt command. I still get the issue, but
nothing in the log file :


Code:
--------------------
    [15-08-21 18:33:00.1262] Plugins::CDplayer::Plugin::indexHandler (197) 
CDplayer - Indexhandler called
  [15-08-21 18:33:00.1623] Plugins::CDplayer::CDhandler::LoadCDandIdentify 
(186) Request to load CD and identify
  [15-08-21 18:33:01.1724] Plugins::CDplayer::CDhandler::processCDTOCResponse 
(290) Read CD TOC failed  No CD in drive
--------------------


For answer your previous questions :
Here are some info some LMS settings page :

Code:
--------------------
    Logitech Media Server Version : 7.9.0 - 0.87.20150808git1438870722 @ Sat 
Aug 8 23:22:57 BST 2015
  Nom d'hôte : fedo
  Adresse IP du serveur : 192.168.1.111
  Port HTTP du serveur : 9000
  Système d'exploitation : Red Hat - FR - utf8
  Architecture de la plate-forme : x86_64-linux
  Version de Perl : 5.20.2 - x86_64-linux-thread-multi
  Audio::Scan : 0.95
  Version de la base de données : DBD::SQLite 1.34_01 (sqlite 3.7.7.1)
  Platines identifiées : 1
--------------------


To read, I use squeezelite on the same machine.

I installed all of them manually. 

I then installed your plugin with the repo mentionned on this thread. 
Here is the list of activated plugins :
CDPlayer (v1.08_7.3a)
Full text search
PlayDSD (v0.5)
Qobuz (v1.225)

Thanks
David


------------------------------------------------------------------------
zizione's Profile: http://forums.slimdevices.com/member.php?userid=62325
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