This is great Michael!

The artwork downloader couldn't find covers for 185 of my albums.

Many of them are because I mangle the album names to easily identify
the source.
For example, the artwork downloader didn't find an album cover for

"H.A.A.R.P (DVD)" and "H.A.A.R.P (DTS)"

but it did find cover art for 

"H.A.A.R.P"

Here are the stats from my scan.


Code:
--------------------
    
  Version: 7.6.0 - r31200 @ UNKNOWN
  Hostname: RALPHYDT
  Server IP Address: 10.16.0.247
  Server HTTP Port Number: 9000
  Operating system: Windows XP - EN - cp1252
  Platform Architecture: 586
  Perl Version: 5.10.1 - MSWin32-x86-multi-thread
  Database Version: DBD::SQLite 1.29 (sqlite 3.6.22)
  Total Players Recognized: 3
  
  Library Statistics
  Total Tracks: 17,894
  Total Albums: 1,499
  Total Artists: 604
  Total Genres: 74
  Total Playing Time: 1413:33:21
  
  Music Scan Details
  Discovering files   (19722 of 19722)   Complete  00:00:37
  Scan new files   (17697 of 17697)   Complete  00:08:28
  Discovering playlists   (2 of 2)   Complete  00:00:00
  Scan new playlists   (1 of 1)   Complete  00:00:01
  Downloading Artwork   (13266 of 13266)   Complete  00:47:22
  Pre-caching Artwork   (1288 of 1288)   Complete  00:02:41
  Total Time: 00:59:09 (Wednesday, August 11, 2010 / 6:09 PM)
--------------------


I'm running directly from svn as a service on winxp sp3 using this
Custom.pm


Code:
--------------------
    
  package Slim::Utils::OS::Custom;
  
  use strict;
  
  use base qw(Slim::Utils::OS::Win32);
  
  sub initDetails {
  my $class = shift;
  
  $class->{osDetails} = $class->SUPER::initDetails();
  
  # Make sure we can find any CPAN modules packaged with Squeezebox Server.
  unshift @INC, 'C:/Program Files/Squeezebox/CPAN';
  
  # Make sure plugin files are found.
  push @INC, 'C:/Documents and Settings/All Users/Application Data/Squeezebox';
  
  return $class->{osDetails};
  }
  
  sub scanner {
  return 'C:/Program Files/Squeezebox/scanner.pl';
  }
  
  1;
--------------------


Let me know if you'd like any additional info or further testing.


-- 
ralphy

Ralphy

*4*-Classics, *1*-Boom, *11*-Squeezeslaves
'Squeezeslave' (http://code.google.com/p/squeezeslave/) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=LL5P6365KQEXN&lc=CA&item_name=Squeezeslave&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=80979

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

Reply via email to