Ok, log entries pertaining to the MixedTag rescan.  *Looks like the
error is replicable too also*: [log snippet 1/2]

Code:
--------------------
    2007-09-18 19:35:25.0181 CustomScan: Performing module rescan
  2007-09-18 19:35:25.1025 CustomScan: Starting to update musicbrainz id's in 
custom scan artist data based on names
  2007-09-18 19:35:25.1641 CustomScan: Finished updating musicbrainz id's in 
custom scan artist data based on names, updated 0 items : It took 0.061542 
seconds
  2007-09-18 19:35:25.1645 CustomScan: Starting to update custom scan artist 
data based on musicbrainz ids
  2007-09-18 19:35:25.1654 CustomScan: Finished updating custom scan artist 
data based on musicbrainz ids, updated 0 items : It took 0.000821 seconds
  2007-09-18 19:35:25.1657 CustomScan: Starting to update custom scan artist 
data based on names
  2007-09-18 19:35:25.1664 CustomScan: Finished updating custom scan artist 
data based on names, updated 0 items : It took 0.000664 seconds
  2007-09-18 19:35:25.1667 CustomScan: Starting to update musicbrainz id's in 
custom scan album data based on titles
  2007-09-18 19:35:25.2064 CustomScan: Finished updating musicbrainz id's in 
custom scan album data based on titles, updated 0 items : It took 0.039672 
seconds
  2007-09-18 19:35:25.2067 CustomScan: Starting to update custom scan album 
data based on musicbrainz ids
  2007-09-18 19:35:25.2075 CustomScan: Finished updating custom scan album data 
based on musicbrainz ids, updated 0 items : It took 0.000725 seconds
  2007-09-18 19:35:25.2078 CustomScan: Starting to update custom scan album 
data based on titles
  2007-09-18 19:35:25.2084 CustomScan: Finished updating custom scan album data 
based on titles, updated 0 items : It took 0.000665 seconds
  2007-09-18 19:35:25.2087 CustomScan: Starting to update musicbrainz id's in 
custom scan track data based on urls
  2007-09-18 19:35:26.2076 CustomScan: Finished updating musicbrainz id's in 
custom scan track data based on urls, updated 0 items : It took 0.998819 seconds
  2007-09-18 19:35:26.2082 CustomScan: Starting to update custom scan track 
data based on musicbrainz ids
  2007-09-18 19:35:30.3628 CustomScan: Finished updating custom scan track data 
based on musicbrainz ids, updated 0 items : It took 4.154628 seconds
  2007-09-18 19:35:30.3635 CustomScan: Starting to update custom scan track 
data based on urls
  2007-09-18 19:37:46.0270 CustomScan: Finished updating custom scan track data 
based on urls, updated 0 items : It took 135.547788 seconds
  2007-09-18 19:37:49.7693 CustomScan: Got 5266 artists
  2007-09-18 19:37:54.1312 CustomScan: Skipping artist Various Artists
  2007-09-18 19:37:56.4622 CustomScan: Got 5080 albums
  2007-09-18 19:37:57.1990 CustomScan: CustomScan: Skipping album No Album
  2007-09-18 19:37:59.8624 CustomScan: Got 75853 tracks
  2007-09-18 19:37:59.8631 CustomScan: Clearing track data for mixedtag
  2007-09-18 19:38:05.0485 CustomScan: Clearing track data, dropping temporary 
tables...
  2007-09-18 19:38:05.0760 CustomScan: Clearing track data, renaming current 
table...
  2007-09-18 19:38:05.5080 CustomScan: Clearing track data, recreating empty 
table...
  2007-09-18 19:38:05.5296 CustomScan: Checking if customscan_track_attributes 
database table exists
  2007-09-18 19:38:05.5872 CustomScan: Creating database tables
  2007-09-18 19:38:05.5877 CustomScan: Executing SQL file 
/raid0/data/module/SLIMSERVER/slimserver/Plugins/CustomScan/SQL/mysql/dbcreate.sql
  2007-09-18 19:38:05.6328 CustomScan: Executing SQL statement: [CREATE TABLE 
IF NOT EXISTS customscan_contributor_attributes (id BIGINT UNSIGNED NOT NULL 
AUTO_INCREMENT UNIQUE,contributor int(10),name blob not null,musicbrainz_id 
varchar(40),module varchar(40) NOT NULL,attr varchar (255) NOT NULL,value 
varchar(255),valuesort varchar(255),extravalue varchar(255),valuetype 
varchar(255),index contributor_attr_idx (contributor,module,attr,id),primary 
key (id)) TYPE=InnoDB;]
  2007-09-18 19:38:05.6337 CustomScan: Executing SQL statement: [CREATE TABLE 
IF NOT EXISTS customscan_album_attributes (id BIGINT UNSIGNED NOT NULL 
AUTO_INCREMENT UNIQUE,album int(10),title blob not null,musicbrainz_id 
varchar(40),module varchar(40) NOT NULL,attr varchar (255) NOT NULL,value 
varchar(255),valuesort varchar(255),extravalue varchar(255),valuetype 
varchar(255),index album_attr_idx (album,module,attr,id),primary key (id)) 
TYPE=InnoDB;]
  2007-09-18 19:38:05.6341 CustomScan: Executing SQL statement: [CREATE TABLE 
IF NOT EXISTS customscan_track_attributes (id BIGINT UNSIGNED NOT NULL 
AUTO_INCREMENT UNIQUE,track int(10),url varchar (511) NOT NULL,musicbrainz_id 
varchar(40),module varchar(40) NOT NULL,attr varchar (255) NOT NULL,value 
varchar(255),valuesort varchar(255),extravalue varchar(255),valuetype 
varchar(255),index track_attr_idx (track,module,attr,id),primary key (id)) 
TYPE=InnoDB;]
  2007-09-18 19:38:05.9774 CustomScan: Checking MySQL version
  2007-09-18 19:38:05.9781 CustomScan: Got MySQL 5.0.21-standard
  2007-09-18 19:38:05.9784 CustomScan: Checking datatype on 
customscan_track_attributes
  2007-09-18 19:38:06.0109 CustomScan: Upgrading database changing type of attr 
column to varchar(40), please wait...
  2007-09-18 19:38:06.0112 CustomScan: Executing SQL file 
/raid0/data/module/SLIMSERVER/slimserver/Plugins/CustomScan/SQL/mysql/dbupgrade_attr_type.sql
  2007-09-18 19:38:06.0149 CustomScan: Executing SQL statement: [DELETE FROM 
customscan_track_attributes where length(attr)>40;]
  2007-09-18 19:38:06.0594 CustomScan: Executing SQL statement: [ALTER TABLE 
customscan_track_attributes modify attr varchar(40) not null;]
  2007-09-18 19:38:06.3108 CustomScan: Executing SQL statement: [DELETE FROM 
customscan_album_attributes where length(attr)>40;]
  2007-09-18 19:38:06.3287 CustomScan: Executing SQL statement: [ALTER TABLE 
customscan_album_attributes modify attr varchar(40) not null;]
  2007-09-18 19:38:06.8512 CustomScan: Executing SQL statement: [DELETE FROM 
customscan_contributor_attributes where length(attr)>40;]
  2007-09-18 19:38:06.8728 CustomScan: Executing SQL statement: [ALTER TABLE 
customscan_contributor_attributes modify attr varchar(40) not null;]
  2007-09-18 19:38:07.0467 CustomScan: Checking charsets on tables
--------------------


-- 
egd

Thecus N5200PRO >> Transporter >> ATC SCA2 >> ATC SCM100SLAT
------------------------------------------------------------------------
egd's Profile: http://forums.slimdevices.com/member.php?userid=3425
View this thread: http://forums.slimdevices.com/showthread.php?t=38256

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

Reply via email to