DJanGo - could you please apply the following changes to your scanner
(its name might be different than scanner.pl, something like
squeezebox-scanner) and try your scan again. Then post the outcome?
Thanks!


Code:
--------------------
    diff --git a/scanner.pl b/scanner.pl
  index fa2aa49..d0ea418 100755
  --- a/scanner.pl
  +++ b/scanner.pl
  @@ -51,6 +51,9 @@ BEGIN {
  # By default, tell Audio::Scan not to get artwork to save memory
  # Where needed, this is locally changed to 0.
  $ENV{AUDIO_SCAN_NO_ARTWORK} = 1;
  +       
  +       use Data::Dump;
  +       warn Data::Dump::dump('pre-Getopt:', @ARGV);
  };
  
  # Force XML::Simple to use XML::Parser for speed. This is done
  @@ -143,6 +146,8 @@ sub main {
  'help'         => \$help,
  );
  
  +       warn Data::Dump::dump('post-Getopt:', @ARGV);
  +
  save_pid_file();
  
  # If dbsource has been changed via settings, it overrides the default
--------------------


Anybody else who feels like giving this a try may do so as well, of
course :-)



Michael

http://www.herger.net/slim-plugins - MusicArtistInfo, MusicInfoSCR,
Smart Mix
------------------------------------------------------------------------
mherger's Profile: http://forums.slimdevices.com/member.php?userid=50
View this thread: http://forums.slimdevices.com/showthread.php?t=104181

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

Reply via email to