Would you be able to edit a file and give the following patch a try?

Code:
--------------------
    diff --git a/Slim/Schema.pm b/Slim/Schema.pm
  index ce80fbd..622d2b0 100644
  --- a/Slim/Schema.pm
  +++ b/Slim/Schema.pm
  @@ -907,7 +907,7 @@
        }
        
        # If the album does not have a title, use the singleton "No Album" album
  -     if ( $create && !$title ) {
  +     if ( $create && (!defined $title || $title eq '') ) {
                # let the external scanner make an attempt to find any existing 
"No Album" in the 
                # database before we assume there are none from previous scans
                if ( !defined $_unknownAlbumId ) {
--------------------


You'd have to find the Schema.pm file in your file system. It's location
depends on the Linux flavor you're using.



Michael

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

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

Reply via email to