I just tried a full wipe 'n scan with noweb-sqlite, svn 27678.

Full library scan took about 35% longer than with 7.3.4 & MySQL. (61
minutes vs 45).

Also, this version can't seem to extract cover art from flac files in
folders with diacritics in the folder name.  E.G.:


Code:
--------------------
    
  [09-07-20 12:52:02.8350] Slim::Schema::Track::coverArt (365) Retrieving 
artwork for: 
file:///mnt/media/Music/l_Modern_Central_European/Dohn%C3%83%C2%A1nyi,%20E/Chamber%20Works%20-%20String%20Quartets%20-%20Guarneri%20Quartet.flac
  [09-07-20 12:52:02.8358] Slim::Music::Artwork::_readCoverArtTags (205) 
Looking for a cover art image in the tags of: 
[/mnt/media/Music/l_Modern_Central_European/Dohnányi, E/Chamber Works - 
String Quartets - Guarneri Quartet.flac]
  [09-07-20 12:52:02.8370] Slim::Music::Artwork::_readCoverArtFiles (249) 
Looking for image files in 
/mnt/media/Music/l_Modern_Central_European/Dohnányi, E
  [09-07-20 12:52:02.8504] Slim::Web::Graphics::processCoverArtRequest (232)   
The variable $actualContentType, which attempts to understand what image type 
the original file is, is set to image/png
  [09-07-20 12:52:02.8508] Slim::Web::Graphics::processCoverArtRequest (298)   
missing artwork replaced by placeholder.
  [09-07-20 12:52:02.8514] Slim::Music::Artwork::precacheArtwork (372) 
Pre-caching artwork for trackid 36973 at size 56x56_o.jpg
  [09-07-20 12:52:02.8543] Slim::Web::Graphics::processCoverArtRequest (222) 
Asking for trackid: 36973 - cover at size 56x56
  [09-07-20 12:52:02.8548] Slim::Web::Graphics::processCoverArtRequest (232)   
The variable $actualContentType, which attempts to understand what image type 
the original file is, is set to image/jpeg
  [09-07-20 12:52:02.8552] Slim::Web::Graphics::processCoverArtRequest (298)   
missing artwork replaced by placeholder.
  [09-07-20 12:52:02.8558] Slim::Music::Artwork::precacheArtwork (372) 
Pre-caching artwork for trackid 36973 at size 250x250_o
  [09-07-20 12:52:02.8563] Slim::Web::Graphics::processCoverArtRequest (114) 
this is a transparent png request
  [09-07-20 12:52:02.8590] Slim::Web::Graphics::processCoverArtRequest (222) 
Asking for trackid: 36973 - cover at size 250x250
  [09-07-20 12:52:02.8595] Slim::Web::Graphics::processCoverArtRequest (232)   
The variable $actualContentType, which attempts to understand what image type 
the original file is, is set to image/png
  [09-07-20 12:52:02.8599] Slim::Web::Graphics::processCoverArtRequest (298)   
missing artwork replaced by placeholder.
  [09-07-20 12:52:02.8655] Slim::Music::Artwork::precacheArtwork (372) 
Pre-caching artwork for trackid 37018 at size 50x50_o
  [09-07-20 12:52:02.8661] Slim::Web::Graphics::processCoverArtRequest (114) 
this is a transparent png request
  [09-07-20 12:52:02.8689] Slim::Web::Graphics::processCoverArtRequest (222) 
Asking for trackid: 37018 - cover at size 50x50
  
--------------------

The file in question is:


Code:
--------------------
    
  /mnt/media/Music/l_Modern_Central_European/Dohnányi, E/Chamber Works - String 
Quartets - Guarneri Quartet.flac
  
--------------------

Running that through a URL encoder yields:

Code:
--------------------
    
  
%2Fmnt%2Fmedia%2FMusic%2Fl_Modern_Central_European%2FDohn%C3%A1nyi%2C%20E%2FChamber%20Works%20-%20String%20Quartets%20-%20Guarneri%20Quartet.flac
  
--------------------


..vs. the URL the log reports:

Code:
--------------------
    
  
file:///mnt/media/Music/l_Modern_Central_European/Dohn%C3%83%C2%A1nyi,%20E/Chamber%20Works%20-%20String%20Quartets%20-%20Guarneri%20Quartet.flac
  
--------------------

..which decodes to:

Code:
--------------------
    
  file:///mnt/media/Music/l_Modern_Central_European/Dohnányi, E/Chamber Works 
- String Quartets - Guarneri Quartet.flac
  
--------------------

So: either the scanner is double UTF encoding that URL or the logger
is.


-- 
gharris999
------------------------------------------------------------------------
gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115
View this thread: http://forums.slimdevices.com/showthread.php?t=65786

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

Reply via email to