2007-01-31 19:08:07.2309 mp3 file type for file:///slim/music/Various/The%20Eighties%20Movie%20Album/01%20-%20The%20Power%20Of%20Love.mp3 2007-01-31 19:08:07.2314 2007-01-31 19:08:07.2317 newTrack(): New Track: [file:///slim/music/Various/The%20Eighties%20Movie%20Album/01%20-%20The%20Power%20Of%20Love.mp3] 2007-01-31 19:08:07.2318 newTrack(): readTags is 1 2007-01-31 19:08:07.2325 mp3 file type for /slim/music/Various/The Eighties Movie Album/01 - The Power Of Love.mp3 2007-01-31 19:08:07.2505 INSERT INTO tracks (audio, audio_offset, audio_size, bitrate, block_alignment, content_type, drm, filesize, lossless, rating, remote, samplerate, secs, tagversion, timestamp, title, titlesearch, titlesort, tracknum, url, year) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?): '1', '315', '9411396', '320000', '1', 'mp3', '0', '9411711', '0', '0', '0', '44100', '235.2849', 'ID3v2.3.0', '1158063720', 'The Power Of Love', 'POWER OF LOVE', 'POWER OF LOVE', '1', 'file:///slim/music/Various/The%20Eighties%20Movie%20Album/01%20-%20The%20Power%20Of%20Love.mp3', '0' 2007-01-31 19:08:07.2530 newTrack(): Created track 'The Power Of Love' (id: [3762]) 2007-01-31 19:08:07.2537 -- Track is a local track 2007-01-31 19:08:07.2553 SELECT me.id, me.name, me.namesort, me.namesearch, me.moodlogic_id, me.moodlogic_mixable, me.musicmagic_mixable FROM genres me WHERE ( ( me.namesearch = ? ) ): 'MISC' 2007-01-31 19:08:07.2582 SELECT me.genre, me.track FROM genre_track me WHERE ( ( me.genre = ? AND me.track = ? ) OR ( me.genre = ? AND me.track = ? ) ): '25', '3762', '25', '3762' 2007-01-31 19:08:07.2602 INSERT INTO genre_track (genre, track) VALUES (?, ?): '25', '3762' 2007-01-31 19:08:07.2617 -- Track has genre 'misc' 2007-01-31 19:08:07.2634 SELECT me.id, me.name, me.namesort, me.moodlogic_id, me.moodlogic_mixable, me.musicmagic_mixable, me.namesearch, me.musicbrainz_id FROM contributors me WHERE ( ( me.namesearch = ? ) ): 'HUEY LEWIS THE NEWS' 2007-01-31 19:08:07.2665 SELECT me.role, me.contributor, me.track FROM contributor_track me WHERE ( ( me.contributor = ? AND me.role = ? AND me.track = ? ) OR ( me.contributor = ? AND me.role = ? AND me.track = ? ) ): '274', '1', '3762', '274', '1', '3762' 2007-01-31 19:08:07.2687 INSERT INTO contributor_track (contributor, role, track) VALUES (?, ?, ?): '274', '1', '3762' 2007-01-31 19:08:07.2704 -- Track has contributor 'Huey Lewis & The News' of role 'ARTIST' 2007-01-31 19:08:07.2707 -- Track has 1 contributor(s) 2007-01-31 19:08:07.2711 -- Track primary contributor is 'Huey Lewis & The News' (id: [274]) 2007-01-31 19:08:07.2715 -- Checking for discs 2007-01-31 19:08:07.2732 SELECT me.id, me.titlesort, me.contributor, me.compilation, me.year, me.artwork, me.disc, me.discc, me.musicmagic_mixable, me.titlesearch, me.replay_gain, me.replay_peak, me.musicbrainz_id, me.title FROM albums me LEFT JOIN tracks tracks ON ( tracks.album = me.id ) WHERE ( me.disc IS NULL AND me.discc IS NULL AND me.title = ? AND tracks.url LIKE ? ) GROUP BY me.id: 'The Eighties Movie Album', 'file:///slim/music/Various/The%20Eighties%20Movie%20Album%' 2007-01-31 19:08:07.2757 -- Searching for an album with: 2007-01-31 19:08:07.2764 --- tracks.url : { 2007-01-31 19:08:07.2768 --- me.disc : undef 2007-01-31 19:08:07.2771 --- me.title : "The Eighties Movie Album" 2007-01-31 19:08:07.2775 --- me.discc : undef 2007-01-31 19:08:07.2785 INSERT INTO albums (title) VALUES (?): 'The Eighties Movie Album' 2007-01-31 19:08:07.2800 -- Created album 'The Eighties Movie Album' (id: [345]) 2007-01-31 19:08:07.2825 -- Updating album 'The Eighties Movie Album' (id: [345]) with columns: 2007-01-31 19:08:07.2828 --- titlesort : EIGHTIES MOVIE ALBUM 2007-01-31 19:08:07.2830 --- titlesearch : EIGHTIES MOVIE ALBUM 2007-01-31 19:08:07.2832 --- year : 0 2007-01-31 19:08:07.2833 --- contributor : 274 2007-01-31 19:08:07.2841 -- Track has album 'The Eighties Movie Album' (id: [345]) 2007-01-31 19:08:07.2860 SELECT me.role, me.contributor, me.album FROM contributor_album me WHERE ( ( me.album = ? AND me.contributor = ? AND me.role = ? ) OR ( me.album = ? AND me.contributor = ? AND me.role = ? ) ): '345', '274', '1', '345', '274', '1' 2007-01-31 19:08:07.2881 INSERT INTO contributor_album (album, contributor, role) VALUES (?, ?, ?): '345', '274', '1' 2007-01-31 19:08:07.2902 -- Contributor 'Huey Lewis & The News' (id: [274]) linked to album 'The Eighties Movie Album' (id: [345]) with role: 'ARTIST' 2007-01-31 19:08:07.2913 UPDATE albums SET contributor = ?, titlesearch = ?, titlesort = ?, year = ? WHERE ( id = ? ): '274', 'EIGHTIES MOVIE ALBUM', 'EIGHTIES MOVIE ALBUM', '0', '345' 2007-01-31 19:08:07.2933 UPDATE tracks SET album = ? WHERE ( id = ? ): '345', '3762' 2007-01-31 19:08:07.2962 SELECT me.id FROM years me WHERE ( ( me.id = ? ) ): '0' 2007-01-31 19:08:07.2981 mp3 file type for file:///slim/music/Various/The%20Eighties%20Movie%20Album/02%20-%20Flashdance...%20What%20A%20Feeling.mp3 2007-01-31 19:08:07.2986 2007-01-31 19:08:07.2989 newTrack(): New Track: [file:///slim/music/Various/The%20Eighties%20Movie%20Album/02%20-%20Flashdance...%20What%20A%20Feeling.mp3] 2007-01-31 19:08:07.2991 newTrack(): readTags is 1 2007-01-31 19:08:07.2998 mp3 file type for /slim/music/Various/The Eighties Movie Album/02 - Flashdance... What A Feeling.mp3 2007-01-31 19:08:07.3213 INSERT INTO tracks (audio, audio_offset, audio_size, bitrate, block_alignment, content_type, drm, filesize, lossless, rating, remote, samplerate, secs, tagversion, timestamp, title, titlesearch, titlesort, tracknum, url, year) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?): '1', '315', '9467820', '320000', '1', 'mp3', '0', '9468135', '0', '0', '0', '44100', '236.6955', 'ID3v2.3.0', '1158063720', 'Flashdance... What A Feeling', 'FLASHDANCE WHAT A FEELING', 'FLASHDANCE WHAT A FEELING', '2', 'file:///slim/music/Various/The%20Eighties%20Movie%20Album/02%20-%20Flashdance...%20What%20A%20Feeling.mp3', '0' 2007-01-31 19:08:07.3235 newTrack(): Created track 'Flashdance... What A Feeling' (id: [3763]) 2007-01-31 19:08:07.3242 -- Track is a local track 2007-01-31 19:08:07.3258 SELECT me.id, me.name, me.namesort, me.namesearch, me.moodlogic_id, me.moodlogic_mixable, me.musicmagic_mixable FROM genres me WHERE ( ( me.namesearch = ? ) ): 'MISC' 2007-01-31 19:08:07.3287 SELECT me.genre, me.track FROM genre_track me WHERE ( ( me.genre = ? AND me.track = ? ) OR ( me.genre = ? AND me.track = ? ) ): '25', '3763', '25', '3763' 2007-01-31 19:08:07.3307 INSERT INTO genre_track (genre, track) VALUES (?, ?): '25', '3763' 2007-01-31 19:08:07.3322 -- Track has genre 'misc' 2007-01-31 19:08:07.3339 SELECT me.id, me.name, me.namesort, me.moodlogic_id, me.moodlogic_mixable, me.musicmagic_mixable, me.namesearch, me.musicbrainz_id FROM contributors me WHERE ( ( me.namesearch = ? ) ): 'IRENE CARA' 2007-01-31 19:08:07.3362 INSERT INTO contributors (musicbrainz_id, name, namesearch, namesort) VALUES (?, ?, ?, ?): 'NULL', 'Irene Cara', 'IRENE CARA', 'IRENE CARA' 2007-01-31 19:08:07.3392 SELECT me.role, me.contributor, me.track FROM contributor_track me WHERE ( ( me.contributor = ? AND me.role = ? AND me.track = ? ) OR ( me.contributor = ? AND me.role = ? AND me.track = ? ) ): '292', '1', '3763', '292', '1', '3763' 2007-01-31 19:08:07.3414 INSERT INTO contributor_track (contributor, role, track) VALUES (?, ?, ?): '292', '1', '3763' 2007-01-31 19:08:07.3430 -- Track has contributor 'Irene Cara' of role 'ARTIST' 2007-01-31 19:08:07.3434 -- Track has 1 contributor(s) 2007-01-31 19:08:07.3438 -- Track primary contributor is 'Irene Cara' (id: [292]) 2007-01-31 19:08:07.3442 -- Checking for discs 2007-01-31 19:08:07.3463 SELECT me.id, me.titlesort, me.contributor, me.compilation, me.year, me.artwork, me.disc, me.discc, me.musicmagic_mixable, me.titlesearch, me.replay_gain, me.replay_peak, me.musicbrainz_id, me.title FROM albums me WHERE ( ( ( me.id = ? ) ) ): '345' 2007-01-31 19:08:07.3482 -- Same album 'The Eighties Movie Album' (id: [345]) than previous track 2007-01-31 19:08:07.3503 -- Updating album 'The Eighties Movie Album' (id: [345]) with columns: 2007-01-31 19:08:07.3507 --- titlesort : EIGHTIES MOVIE ALBUM 2007-01-31 19:08:07.3508 --- titlesearch : EIGHTIES MOVIE ALBUM 2007-01-31 19:08:07.3510 --- year : 0 2007-01-31 19:08:07.3512 --- contributor : 292 2007-01-31 19:08:07.3519 -- Track has album 'The Eighties Movie Album' (id: [345]) 2007-01-31 19:08:07.3538 SELECT me.role, me.contributor, me.album FROM contributor_album me WHERE ( ( me.album = ? AND me.contributor = ? AND me.role = ? ) OR ( me.album = ? AND me.contributor = ? AND me.role = ? ) ): '345', '292', '1', '345', '292', '1' 2007-01-31 19:08:07.3559 INSERT INTO contributor_album (album, contributor, role) VALUES (?, ?, ?): '345', '292', '1' 2007-01-31 19:08:07.3580 -- Contributor 'Irene Cara' (id: [292]) linked to album 'The Eighties Movie Album' (id: [345]) with role: 'ARTIST' 2007-01-31 19:08:07.3590 UPDATE albums SET contributor = ? WHERE ( id = ? ): '292', '345' 2007-01-31 19:08:07.3608 UPDATE tracks SET album = ? WHERE ( id = ? ): '345', '3763' 2007-01-31 19:08:07.3637 SELECT me.id FROM years me WHERE ( ( me.id = ? ) ): '0' 2007-01-31 19:08:07.3656 mp3 file type for file:///slim/music/Various/The%20Eighties%20Movie%20Album/03%20-%20Eye%20Of%20The%20Tiger.mp3 2007-01-31 19:08:07.3661 2007-01-31 19:08:07.3664 newTrack(): New Track: [file:///slim/music/Various/The%20Eighties%20Movie%20Album/03%20-%20Eye%20Of%20The%20Tiger.mp3] 2007-01-31 19:08:07.3665 newTrack(): readTags is 1 2007-01-31 19:08:07.3672 mp3 file type for /slim/music/Various/The Eighties Movie Album/03 - Eye Of The Tiger.mp3 2007-01-31 19:08:07.3925 INSERT INTO tracks (audio, audio_offset, audio_size, bitrate, block_alignment, content_type, drm, filesize, lossless, rating, remote, samplerate, secs, tagversion, timestamp, title, titlesearch, titlesort, tracknum, url, year) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?): '1', '301', '8466808', '320000', '1', 'mp3', '0', '8467109', '0', '0', '0', '44100', '211.6702', 'ID3v2.3.0', '1158063720', 'Eye Of The Tiger', 'EYE OF THE TIGER', 'EYE OF THE TIGER', '3', 'file:///slim/music/Various/The%20Eighties%20Movie%20Album/03%20-%20Eye%20Of%20The%20Tiger.mp3', '0' 2007-01-31 19:08:07.3948 newTrack(): Created track 'Eye Of The Tiger' (id: [3764]) 2007-01-31 19:08:07.3955 -- Track is a local track 2007-01-31 19:08:07.3970 SELECT me.id, me.name, me.namesort, me.namesearch, me.moodlogic_id, me.moodlogic_mixable, me.musicmagic_mixable FROM genres me WHERE ( ( me.namesearch = ? ) ): 'MISC' 2007-01-31 19:08:07.3999 SELECT me.genre, me.track FROM genre_track me WHERE ( ( me.genre = ? AND me.track = ? ) OR ( me.genre = ? AND me.track = ? ) ): '25', '3764', '25', '3764' 2007-01-31 19:08:07.4019 INSERT INTO genre_track (genre, track) VALUES (?, ?): '25', '3764' 2007-01-31 19:08:07.4034 -- Track has genre 'misc' 2007-01-31 19:08:07.4051 SELECT me.id, me.name, me.namesort, me.moodlogic_id, me.moodlogic_mixable, me.musicmagic_mixable, me.namesearch, me.musicbrainz_id FROM contributors me WHERE ( ( me.namesearch = ? ) ): 'SURVIVOR' 2007-01-31 19:08:07.4083 SELECT me.role, me.contributor, me.track FROM contributor_track me WHERE ( ( me.contributor = ? AND me.role = ? AND me.track = ? ) OR ( me.contributor = ? AND me.role = ? AND me.track = ? ) ): '168', '1', '3764', '168', '1', '3764' 2007-01-31 19:08:07.4104 INSERT INTO contributor_track (contributor, role, track) VALUES (?, ?, ?): '168', '1', '3764' 2007-01-31 19:08:07.4121 -- Track has contributor 'Survivor' of role 'ARTIST' 2007-01-31 19:08:07.4125 -- Track has 1 contributor(s) 2007-01-31 19:08:07.4129 -- Track primary contributor is 'Survivor' (id: [168]) 2007-01-31 19:08:07.4132 -- Checking for discs 2007-01-31 19:08:07.4153 SELECT me.id, me.titlesort, me.contributor, me.compilation, me.year, me.artwork, me.disc, me.discc, me.musicmagic_mixable, me.titlesearch, me.replay_gain, me.replay_peak, me.musicbrainz_id, me.title FROM albums me WHERE ( ( ( me.id = ? ) ) ): '345' 2007-01-31 19:08:07.4172 -- Same album 'The Eighties Movie Album' (id: [345]) than previous track 2007-01-31 19:08:07.4193 -- Updating album 'The Eighties Movie Album' (id: [345]) with columns: 2007-01-31 19:08:07.4196 --- titlesort : EIGHTIES MOVIE ALBUM 2007-01-31 19:08:07.4198 --- titlesearch : EIGHTIES MOVIE ALBUM 2007-01-31 19:08:07.4200 --- year : 0 2007-01-31 19:08:07.4201 --- contributor : 168 2007-01-31 19:08:07.4209 -- Track has album 'The Eighties Movie Album' (id: [345]) 2007-01-31 19:08:07.4227 SELECT me.role, me.contributor, me.album FROM contributor_album me WHERE ( ( me.album = ? AND me.contributor = ? AND me.role = ? ) OR ( me.album = ? AND me.contributor = ? AND me.role = ? ) ): '345', '168', '1', '345', '168', '1' 2007-01-31 19:08:07.4249 INSERT INTO contributor_album (album, contributor, role) VALUES (?, ?, ?): '345', '168', '1' 2007-01-31 19:08:07.4270 -- Contributor 'Survivor' (id: [168]) linked to album 'The Eighties Movie Album' (id: [345]) with role: 'ARTIST' 2007-01-31 19:08:07.4280 UPDATE albums SET contributor = ? WHERE ( id = ? ): '168', '345' 2007-01-31 19:08:07.4298 UPDATE tracks SET album = ? WHERE ( id = ? ): '345', '3764' 2007-01-31 19:08:07.4326 SELECT me.id FROM years me WHERE ( ( me.id = ? ) ): '0' 2007-01-31 19:08:07.4346 mp3 file type for file:///slim/music/Various/The%20Eighties%20Movie%20Album/04%20-%20Nothing%27s%20Gonna%20Stop%20Us%20Now.mp3 2007-01-31 19:08:07.4351 2007-01-31 19:08:07.4354 newTrack(): New Track: [file:///slim/music/Various/The%20Eighties%20Movie%20Album/04%20-%20Nothing%27s%20Gonna%20Stop%20Us%20Now.mp3] 2007-01-31 19:08:07.4355 newTrack(): readTags is 1 2007-01-31 19:08:07.4362 mp3 file type for /slim/music/Various/The Eighties Movie Album/04 - Nothing's Gonna Stop Us Now.mp3 2007-01-31 19:08:07.4609 INSERT INTO tracks (audio, audio_offset, audio_size, bitrate, block_alignment, content_type, drm, filesize, lossless, rating, remote, samplerate, secs, tagversion, timestamp, title, titlesearch, titlesort, tracknum, url, year) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?): '1', '312', '10634971', '320000', '1', 'mp3', '0', '10635283', '0', '0', '0', '44100', '265.874275', 'ID3v2.3.0', '1158063720', 'Nothing's Gonna Stop Us Now', 'NOTHING S GONNA STOP US NOW', 'NOTHING S GONNA STOP US NOW', '4', 'file:///slim/music/Various/The%20Eighties%20Movie%20Album/04%20-%20Nothing%27s%20Gonna%20Stop%20Us%20Now.mp3', '0' 2007-01-31 19:08:07.4632 newTrack(): Created track 'Nothing's Gonna Stop Us Now' (id: [3765]) 2007-01-31 19:08:07.4639 -- Track is a local track 2007-01-31 19:08:07.4654 SELECT me.id, me.name, me.namesort, me.namesearch, me.moodlogic_id, me.moodlogic_mixable, me.musicmagic_mixable FROM genres me WHERE ( ( me.namesearch = ? ) ): 'MISC' 2007-01-31 19:08:07.4683 SELECT me.genre, me.track FROM genre_track me WHERE ( ( me.genre = ? AND me.track = ? ) OR ( me.genre = ? AND me.track = ? ) ): '25', '3765', '25', '3765' 2007-01-31 19:08:07.4703 INSERT INTO genre_track (genre, track) VALUES (?, ?): '25', '3765' 2007-01-31 19:08:07.4718 -- Track has genre 'misc' 2007-01-31 19:08:07.4735 SELECT me.id, me.name, me.namesort, me.moodlogic_id, me.moodlogic_mixable, me.musicmagic_mixable, me.namesearch, me.musicbrainz_id FROM contributors me WHERE ( ( me.namesearch = ? ) ): 'STARSHIP' 2007-01-31 19:08:07.4766 SELECT me.role, me.contributor, me.track FROM contributor_track me WHERE ( ( me.contributor = ? AND me.role = ? AND me.track = ? ) OR ( me.contributor = ? AND me.role = ? AND me.track = ? ) ): '264', '1', '3765', '264', '1', '3765' 2007-01-31 19:08:07.4788 INSERT INTO contributor_track (contributor, role, track) VALUES (?, ?, ?): '264', '1', '3765' 2007-01-31 19:08:07.4804 -- Track has contributor 'Starship' of role 'ARTIST' 2007-01-31 19:08:07.4808 -- Track has 1 contributor(s) 2007-01-31 19:08:07.4812 -- Track primary contributor is 'Starship' (id: [264]) 2007-01-31 19:08:07.4816 -- Checking for discs 2007-01-31 19:08:07.4836 SELECT me.id, me.titlesort, me.contributor, me.compilation, me.year, me.artwork, me.disc, me.discc, me.musicmagic_mixable, me.titlesearch, me.replay_gain, me.replay_peak, me.musicbrainz_id, me.title FROM albums me WHERE ( ( ( me.id = ? ) ) ): '345' 2007-01-31 19:08:07.4856 -- Same album 'The Eighties Movie Album' (id: [345]) than previous track 2007-01-31 19:08:07.4877 -- Updating album 'The Eighties Movie Album' (id: [345]) with columns: 2007-01-31 19:08:07.4880 --- titlesort : EIGHTIES MOVIE ALBUM 2007-01-31 19:08:07.4882 --- titlesearch : EIGHTIES MOVIE ALBUM 2007-01-31 19:08:07.4883 --- year : 0 2007-01-31 19:08:07.4885 --- contributor : 264 2007-01-31 19:08:07.4893 -- Track has album 'The Eighties Movie Album' (id: [345]) 2007-01-31 19:08:07.4911 SELECT me.role, me.contributor, me.album FROM contributor_album me WHERE ( ( me.album = ? AND me.contributor = ? AND me.role = ? ) OR ( me.album = ? AND me.contributor = ? AND me.role = ? ) ): '345', '264', '1', '345', '264', '1' 2007-01-31 19:08:07.4933 INSERT INTO contributor_album (album, contributor, role) VALUES (?, ?, ?): '345', '264', '1' 2007-01-31 19:08:07.4954 -- Contributor 'Starship' (id: [264]) linked to album 'The Eighties Movie Album' (id: [345]) with role: 'ARTIST' 2007-01-31 19:08:07.4964 UPDATE albums SET contributor = ? WHERE ( id = ? ): '264', '345' 2007-01-31 19:08:07.4982 UPDATE tracks SET album = ? WHERE ( id = ? ): '345', '3765' 2007-01-31 19:08:07.5010 SELECT me.id FROM years me WHERE ( ( me.id = ? ) ): '0' 2007-01-31 19:08:07.5030 mp3 file type for file:///slim/music/Various/The%20Eighties%20Movie%20Album/05%20-%20Never%20Ending%20Story.mp3 2007-01-31 19:08:07.5035 2007-01-31 19:08:07.5037 newTrack(): New Track: [file:///slim/music/Various/The%20Eighties%20Movie%20Album/05%20-%20Never%20Ending%20Story.mp3] 2007-01-31 19:08:07.5039 newTrack(): readTags is 1 2007-01-31 19:08:07.5046 mp3 file type for /slim/music/Various/The Eighties Movie Album/05 - Never Ending Story.mp3 2007-01-31 19:08:07.5210 INSERT INTO tracks (audio, audio_offset, audio_size, bitrate, block_alignment, content_type, drm, filesize, lossless, rating, remote, samplerate, secs, tagversion, timestamp, title, titlesearch, titlesort, tracknum, url, year) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?): '1', '301', '8404114', '320000', '1', 'mp3', '0', '8404415', '0', '0', '0', '44100', '210.10285', 'ID3v2.3.0', '1158063720', 'Never Ending Story', 'NEVER ENDING STORY', 'NEVER ENDING STORY', '5', 'file:///slim/music/Various/The%20Eighties%20Movie%20Album/05%20-%20Never%20Ending%20Story.mp3', '0' 2007-01-31 19:08:07.5233 newTrack(): Created track 'Never Ending Story' (id: [3766]) 2007-01-31 19:08:07.5240 -- Track is a local track 2007-01-31 19:08:07.5255 SELECT me.id, me.name, me.namesort, me.namesearch, me.moodlogic_id, me.moodlogic_mixable, me.musicmagic_mixable FROM genres me WHERE ( ( me.namesearch = ? ) ): 'MISC' 2007-01-31 19:08:07.5285 SELECT me.genre, me.track FROM genre_track me WHERE ( ( me.genre = ? AND me.track = ? ) OR ( me.genre = ? AND me.track = ? ) ): '25', '3766', '25', '3766' 2007-01-31 19:08:07.5305 INSERT INTO genre_track (genre, track) VALUES (?, ?): '25', '3766' 2007-01-31 19:08:07.5319 -- Track has genre 'misc' 2007-01-31 19:08:07.5337 SELECT me.id, me.name, me.namesort, me.moodlogic_id, me.moodlogic_mixable, me.musicmagic_mixable, me.namesearch, me.musicbrainz_id FROM contributors me WHERE ( ( me.namesearch = ? ) ): 'LIMAHL' 2007-01-31 19:08:07.5360 INSERT INTO contributors (musicbrainz_id, name, namesearch, namesort) VALUES (?, ?, ?, ?): 'NULL', 'Limahl', 'LIMAHL', 'LIMAHL' 2007-01-31 19:08:07.5390 SELECT me.role, me.contributor, me.track FROM contributor_track me WHERE ( ( me.contributor = ? AND me.role = ? AND me.track = ? ) OR ( me.contributor = ? AND me.role = ? AND me.track = ? ) ): '293', '1', '3766', '293', '1', '3766' 2007-01-31 19:08:07.5411 INSERT INTO contributor_track (contributor, role, track) VALUES (?, ?, ?): '293', '1', '3766' 2007-01-31 19:08:07.5428 -- Track has contributor 'Limahl' of role 'ARTIST' 2007-01-31 19:08:07.5431 -- Track has 1 contributor(s) 2007-01-31 19:08:07.5436 -- Track primary contributor is 'Limahl' (id: [293]) 2007-01-31 19:08:07.5439 -- Checking for discs 2007-01-31 19:08:07.5460 SELECT me.id, me.titlesort, me.contributor, me.compilation, me.year, me.artwork, me.disc, me.discc, me.musicmagic_mixable, me.titlesearch, me.replay_gain, me.replay_peak, me.musicbrainz_id, me.title FROM albums me WHERE ( ( ( me.id = ? ) ) ): '345' 2007-01-31 19:08:07.5479 -- Same album 'The Eighties Movie Album' (id: [345]) than previous track 2007-01-31 19:08:07.5500 -- Updating album 'The Eighties Movie Album' (id: [345]) with columns: 2007-01-31 19:08:07.5503 --- titlesort : EIGHTIES MOVIE ALBUM 2007-01-31 19:08:07.5505 --- titlesearch : EIGHTIES MOVIE ALBUM 2007-01-31 19:08:07.5507 --- year : 0 2007-01-31 19:08:07.5508 --- contributor : 293 2007-01-31 19:08:07.5516 -- Track has album 'The Eighties Movie Album' (id: [345]) 2007-01-31 19:08:07.5534 SELECT me.role, me.contributor, me.album FROM contributor_album me WHERE ( ( me.album = ? AND me.contributor = ? AND me.role = ? ) OR ( me.album = ? AND me.contributor = ? AND me.role = ? ) ): '345', '293', '1', '345', '293', '1' 2007-01-31 19:08:07.5556 INSERT INTO contributor_album (album, contributor, role) VALUES (?, ?, ?): '345', '293', '1' 2007-01-31 19:08:07.5577 -- Contributor 'Limahl' (id: [293]) linked to album 'The Eighties Movie Album' (id: [345]) with role: 'ARTIST' 2007-01-31 19:08:07.5587 UPDATE albums SET contributor = ? WHERE ( id = ? ): '293', '345' 2007-01-31 19:08:07.5605 UPDATE tracks SET album = ? WHERE ( id = ? ): '345', '3766' 2007-01-31 19:08:07.5633 SELECT me.id FROM years me WHERE ( ( me.id = ? ) ): '0' 2007-01-31 19:08:07.5654 mp3 file type for file:///slim/music/Various/The%20Eighties%20Movie%20Album/06%20-%20I%20Can%20Dream%20About%20You.mp3 2007-01-31 19:08:07.5659 2007-01-31 19:08:07.5662 newTrack(): New Track: [file:///slim/music/Various/The%20Eighties%20Movie%20Album/06%20-%20I%20Can%20Dream%20About%20You.mp3] 2007-01-31 19:08:07.5664 newTrack(): readTags is 1 2007-01-31 19:08:07.5670 mp3 file type for /slim/music/Various/The Eighties Movie Album/06 - I Can Dream About You.mp3 2007-01-31 19:08:07.5880 INSERT INTO tracks (audio, audio_offset, audio_size, bitrate, block_alignment, content_type, drm, filesize, lossless, rating, remote, samplerate, secs, tagversion, timestamp, title, titlesearch, titlesort, tracknum, url, year) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?): '1', '309', '10076996', '320000', '1', 'mp3', '0', '10077305', '0', '0', '0', '44100', '251.9249', 'ID3v2.3.0', '1158063780', 'I Can Dream About You', 'I CAN DREAM ABOUT YOU', 'I CAN DREAM ABOUT YOU', '6', 'file:///slim/music/Various/The%20Eighties%20Movie%20Album/06%20-%20I%20Can%20Dream%20About%20You.mp3', '0' 2007-01-31 19:08:07.5903 newTrack(): Created track 'I Can Dream About You' (id: [3767]) 2007-01-31 19:08:07.5909 -- Track is a local track 2007-01-31 19:08:07.5924 SELECT me.id, me.name, me.namesort, me.namesearch, me.moodlogic_id, me.moodlogic_mixable, me.musicmagic_mixable FROM genres me WHERE ( ( me.namesearch = ? ) ): 'MISC' 2007-01-31 19:08:07.5954 SELECT me.genre, me.track FROM genre_track me WHERE ( ( me.genre = ? AND me.track = ? ) OR ( me.genre = ? AND me.track = ? ) ): '25', '3767', '25', '3767' 2007-01-31 19:08:07.5974 INSERT INTO genre_track (genre, track) VALUES (?, ?): '25', '3767' 2007-01-31 19:08:07.5989 -- Track has genre 'misc' 2007-01-31 19:08:07.6006 SELECT me.id, me.name, me.namesort, me.moodlogic_id, me.moodlogic_mixable, me.musicmagic_mixable, me.namesearch, me.musicbrainz_id FROM contributors me WHERE ( ( me.namesearch = ? ) ): 'DAN HARTMAN' 2007-01-31 19:08:07.6029 INSERT INTO contributors (musicbrainz_id, name, namesearch, namesort) VALUES (?, ?, ?, ?): 'NULL', 'Dan Hartman', 'DAN HARTMAN', 'DAN HARTMAN' 2007-01-31 19:08:07.6059 SELECT me.role, me.contributor, me.track FROM contributor_track me WHERE ( ( me.contributor = ? AND me.role = ? AND me.track = ? ) OR ( me.contributor = ? AND me.role = ? AND me.track = ? ) ): '294', '1', '3767', '294', '1', '3767' 2007-01-31 19:08:07.6080 INSERT INTO contributor_track (contributor, role, track) VALUES (?, ?, ?): '294', '1', '3767' 2007-01-31 19:08:07.6098 -- Track has contributor 'Dan Hartman' of role 'ARTIST' 2007-01-31 19:08:07.6102 -- Track has 1 contributor(s) 2007-01-31 19:08:07.6106 -- Track primary contributor is 'Dan Hartman' (id: [294]) 2007-01-31 19:08:07.6110 -- Checking for discs 2007-01-31 19:08:07.6130 SELECT me.id, me.titlesort, me.contributor, me.compilation, me.year, me.artwork, me.disc, me.discc, me.musicmagic_mixable, me.titlesearch, me.replay_gain, me.replay_peak, me.musicbrainz_id, me.title FROM albums me WHERE ( ( ( me.id = ? ) ) ): '345' 2007-01-31 19:08:07.6150 -- Same album 'The Eighties Movie Album' (id: [345]) than previous track 2007-01-31 19:08:07.6171 -- Updating album 'The Eighties Movie Album' (id: [345]) with columns: 2007-01-31 19:08:07.6174 --- titlesort : EIGHTIES MOVIE ALBUM 2007-01-31 19:08:07.6176 --- titlesearch : EIGHTIES MOVIE ALBUM 2007-01-31 19:08:07.6177 --- year : 0 2007-01-31 19:08:07.6179 --- contributor : 294 2007-01-31 19:08:07.6187 -- Track has album 'The Eighties Movie Album' (id: [345]) 2007-01-31 19:08:07.6205 SELECT me.role, me.contributor, me.album FROM contributor_album me WHERE ( ( me.album = ? AND me.contributor = ? AND me.role = ? ) OR ( me.album = ? AND me.contributor = ? AND me.role = ? ) ): '345', '294', '1', '345', '294', '1' 2007-01-31 19:08:07.6227 INSERT INTO contributor_album (album, contributor, role) VALUES (?, ?, ?): '345', '294', '1' 2007-01-31 19:08:07.6248 -- Contributor 'Dan Hartman' (id: [294]) linked to album 'The Eighties Movie Album' (id: [345]) with role: 'ARTIST' 2007-01-31 19:08:07.6258 UPDATE albums SET contributor = ? WHERE ( id = ? ): '294', '345' 2007-01-31 19:08:07.6277 UPDATE tracks SET album = ? WHERE ( id = ? ): '345', '3767' 2007-01-31 19:08:07.6305 SELECT me.id FROM years me WHERE ( ( me.id = ? ) ): '0' 2007-01-31 19:08:07.6324 mp3 file type for file:///slim/music/Various/The%20Eighties%20Movie%20Album/07%20-%20Ghostbusters.mp3 2007-01-31 19:08:07.6329 2007-01-31 19:08:07.6331 newTrack(): New Track: [file:///slim/music/Various/The%20Eighties%20Movie%20Album/07%20-%20Ghostbusters.mp3] 2007-01-31 19:08:07.6333 newTrack(): readTags is 1 2007-01-31 19:08:07.6340 mp3 file type for /slim/music/Various/The Eighties Movie Album/07 - Ghostbusters.mp3 2007-01-31 19:08:07.6569 INSERT INTO tracks (audio, audio_offset, audio_size, bitrate, block_alignment, content_type, drm, filesize, lossless, rating, remote, samplerate, secs, tagversion, timestamp, title, titlesearch, titlesort, tracknum, url, year) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?): '1', '302', '9816816', '320000', '1', 'mp3', '0', '9817118', '0', '0', '0', '44100', '245.4204', 'ID3v2.3.0', '1158063780', 'Ghostbusters', 'GHOSTBUSTERS', 'GHOSTBUSTERS', '7', 'file:///slim/music/Various/The%20Eighties%20Movie%20Album/07%20-%20Ghostbusters.mp3', '0' 2007-01-31 19:08:07.6592 newTrack(): Created track 'Ghostbusters' (id: [3768]) 2007-01-31 19:08:07.6598 -- Track is a local track 2007-01-31 19:08:07.6613 SELECT me.id, me.name, me.namesort, me.namesearch, me.moodlogic_id, me.moodlogic_mixable, me.musicmagic_mixable FROM genres me WHERE ( ( me.namesearch = ? ) ): 'MISC' 2007-01-31 19:08:07.6643 SELECT me.genre, me.track FROM genre_track me WHERE ( ( me.genre = ? AND me.track = ? ) OR ( me.genre = ? AND me.track = ? ) ): '25', '3768', '25', '3768' 2007-01-31 19:08:07.6663 INSERT INTO genre_track (genre, track) VALUES (?, ?): '25', '3768' 2007-01-31 19:08:07.6678 -- Track has genre 'misc' 2007-01-31 19:08:07.6695 SELECT me.id, me.name, me.namesort, me.moodlogic_id, me.moodlogic_mixable, me.musicmagic_mixable, me.namesearch, me.musicbrainz_id FROM contributors me WHERE ( ( me.namesearch = ? ) ): 'RAY PARKER JR' 2007-01-31 19:08:07.6719 INSERT INTO contributors (musicbrainz_id, name, namesearch, namesort) VALUES (?, ?, ?, ?): 'NULL', 'Ray Parker Jr', 'RAY PARKER JR', 'RAY PARKER JR' 2007-01-31 19:08:07.6750 SELECT me.role, me.contributor, me.track FROM contributor_track me WHERE ( ( me.contributor = ? AND me.role = ? AND me.track = ? ) OR ( me.contributor = ? AND me.role = ? AND me.track = ? ) ): '295', '1', '3768', '295', '1', '3768' 2007-01-31 19:08:07.6772 INSERT INTO contributor_track (contributor, role, track) VALUES (?, ?, ?): '295', '1', '3768' 2007-01-31 19:08:07.6788 -- Track has contributor 'Ray Parker Jr' of role 'ARTIST' 2007-01-31 19:08:07.6792 -- Track has 1 contributor(s) 2007-01-31 19:08:07.6796 -- Track primary contributor is 'Ray Parker Jr' (id: [295]) 2007-01-31 19:08:07.6800 -- Checking for discs 2007-01-31 19:08:07.6820 SELECT me.id, me.titlesort, me.contributor, me.compilation, me.year, me.artwork, me.disc, me.discc, me.musicmagic_mixable, me.titlesearch, me.replay_gain, me.replay_peak, me.musicbrainz_id, me.title FROM albums me WHERE ( ( ( me.id = ? ) ) ): '345' 2007-01-31 19:08:07.6839 -- Same album 'The Eighties Movie Album' (id: [345]) than previous track 2007-01-31 19:08:07.6861 -- Updating album 'The Eighties Movie Album' (id: [345]) with columns: 2007-01-31 19:08:07.6864 --- titlesort : EIGHTIES MOVIE ALBUM 2007-01-31 19:08:07.6866 --- titlesearch : EIGHTIES MOVIE ALBUM 2007-01-31 19:08:07.6868 --- year : 0 2007-01-31 19:08:07.6869 --- contributor : 295 2007-01-31 19:08:07.6877 -- Track has album 'The Eighties Movie Album' (id: [345]) 2007-01-31 19:08:07.6895 SELECT me.role, me.contributor, me.album FROM contributor_album me WHERE ( ( me.album = ? AND me.contributor = ? AND me.role = ? ) OR ( me.album = ? AND me.contributor = ? AND me.role = ? ) ): '345', '295', '1', '345', '295', '1' 2007-01-31 19:08:07.6917 INSERT INTO contributor_album (album, contributor, role) VALUES (?, ?, ?): '345', '295', '1' 2007-01-31 19:08:07.6937 -- Contributor 'Ray Parker Jr' (id: [295]) linked to album 'The Eighties Movie Album' (id: [345]) with role: 'ARTIST' 2007-01-31 19:08:07.6948 UPDATE albums SET contributor = ? WHERE ( id = ? ): '295', '345' 2007-01-31 19:08:07.6966 UPDATE tracks SET album = ? WHERE ( id = ? ): '345', '3768' 2007-01-31 19:08:07.6994 SELECT me.id FROM years me WHERE ( ( me.id = ? ) ): '0' 2007-01-31 19:08:07.7014 mp3 file type for file:///slim/music/Various/The%20Eighties%20Movie%20Album/08%20-%20Up%20Where%20We%20Belong.mp3 2007-01-31 19:08:07.7019 2007-01-31 19:08:07.7021 newTrack(): New Track: [file:///slim/music/Various/The%20Eighties%20Movie%20Album/08%20-%20Up%20Where%20We%20Belong.mp3] 2007-01-31 19:08:07.7023 newTrack(): readTags is 1 2007-01-31 19:08:07.7030 mp3 file type for /slim/music/Various/The Eighties Movie Album/08 - Up Where We Belong.mp3 2007-01-31 19:08:07.8064 INSERT INTO tracks (audio, audio_offset, audio_size, bitrate, block_alignment, content_type, drm, filesize, lossless, rating, remote, samplerate, secs, tagversion, timestamp, title, titlesearch, titlesort, tracknum, url, year) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?): '1', '323', '9364375', '320000', '1', 'mp3', '0', '9364698', '0', '0', '0', '44100', '234.109375', 'ID3v2.3.0', '1158063780', 'Up Where We Belong', 'UP WHERE WE BELONG', 'UP WHERE WE BELONG', '8', 'file:///slim/music/Various/The%20Eighties%20Movie%20Album/08%20-%20Up%20Where%20We%20Belong.mp3', '0' 2007-01-31 19:08:07.8087 newTrack(): Created track 'Up Where We Belong' (id: [3769]) 2007-01-31 19:08:07.8094 -- Track is a local track 2007-01-31 19:08:07.8109 SELECT me.id, me.name, me.namesort, me.namesearch, me.moodlogic_id, me.moodlogic_mixable, me.musicmagic_mixable FROM genres me WHERE ( ( me.namesearch = ? ) ): 'MISC' 2007-01-31 19:08:07.8138 SELECT me.genre, me.track FROM genre_track me WHERE ( ( me.genre = ? AND me.track = ? ) OR ( me.genre = ? AND me.track = ? ) ): '25', '3769', '25', '3769' 2007-01-31 19:08:07.8158 INSERT INTO genre_track (genre, track) VALUES (?, ?): '25', '3769' 2007-01-31 19:08:07.8173 -- Track has genre 'misc' 2007-01-31 19:08:07.8191 SELECT me.id, me.name, me.namesort, me.moodlogic_id, me.moodlogic_mixable, me.musicmagic_mixable, me.namesearch, me.musicbrainz_id FROM contributors me WHERE ( ( me.namesearch = ? ) ): 'JOE COCKER JENNIFER WARNES' 2007-01-31 19:08:07.8214 INSERT INTO contributors (musicbrainz_id, name, namesearch, namesort) VALUES (?, ?, ?, ?): 'NULL', 'Joe Cocker & Jennifer Warnes', 'JOE COCKER JENNIFER WARNES', 'JOE COCKER JENNIFER WARNES' 2007-01-31 19:08:07.8244 SELECT me.role, me.contributor, me.track FROM contributor_track me WHERE ( ( me.contributor = ? AND me.role = ? AND me.track = ? ) OR ( me.contributor = ? AND me.role = ? AND me.track = ? ) ): '296', '1', '3769', '296', '1', '3769' 2007-01-31 19:08:07.8265 INSERT INTO contributor_track (contributor, role, track) VALUES (?, ?, ?): '296', '1', '3769' 2007-01-31 19:08:07.8282 -- Track has contributor 'Joe Cocker & Jennifer Warnes' of role 'ARTIST' 2007-01-31 19:08:07.8286 -- Track has 1 contributor(s) 2007-01-31 19:08:07.8290 -- Track primary contributor is 'Joe Cocker & Jennifer Warnes' (id: [296]) 2007-01-31 19:08:07.8293 -- Checking for discs 2007-01-31 19:08:07.8314 SELECT me.id, me.titlesort, me.contributor, me.compilation, me.year, me.artwork, me.disc, me.discc, me.musicmagic_mixable, me.titlesearch, me.replay_gain, me.replay_peak, me.musicbrainz_id, me.title FROM albums me WHERE ( ( ( me.id = ? ) ) ): '345' 2007-01-31 19:08:07.8333 -- Same album 'The Eighties Movie Album' (id: [345]) than previous track 2007-01-31 19:08:07.8355 -- Updating album 'The Eighties Movie Album' (id: [345]) with columns: 2007-01-31 19:08:07.8358 --- titlesort : EIGHTIES MOVIE ALBUM 2007-01-31 19:08:07.8359 --- titlesearch : EIGHTIES MOVIE ALBUM 2007-01-31 19:08:07.8361 --- year : 0 2007-01-31 19:08:07.8363 --- contributor : 296 2007-01-31 19:08:07.8370 -- Track has album 'The Eighties Movie Album' (id: [345]) 2007-01-31 19:08:07.8389 SELECT me.role, me.contributor, me.album FROM contributor_album me WHERE ( ( me.album = ? AND me.contributor = ? AND me.role = ? ) OR ( me.album = ? AND me.contributor = ? AND me.role = ? ) ): '345', '296', '1', '345', '296', '1' 2007-01-31 19:08:07.8410 INSERT INTO contributor_album (album, contributor, role) VALUES (?, ?, ?): '345', '296', '1' 2007-01-31 19:08:07.8431 -- Contributor 'Joe Cocker & Jennifer Warnes' (id: [296]) linked to album 'The Eighties Movie Album' (id: [345]) with role: 'ARTIST' 2007-01-31 19:08:07.8441 UPDATE albums SET contributor = ? WHERE ( id = ? ): '296', '345' 2007-01-31 19:08:07.8459 UPDATE tracks SET album = ? WHERE ( id = ? ): '345', '3769' 2007-01-31 19:08:07.8488 SELECT me.id FROM years me WHERE ( ( me.id = ? ) ): '0' 2007-01-31 19:08:07.8507 mp3 file type for file:///slim/music/Various/The%20Eighties%20Movie%20Album/09%20-%209%20To%205.mp3 2007-01-31 19:08:07.8512 2007-01-31 19:08:07.8515 newTrack(): New Track: [file:///slim/music/Various/The%20Eighties%20Movie%20Album/09%20-%209%20To%205.mp3] 2007-01-31 19:08:07.8516 newTrack(): readTags is 1 2007-01-31 19:08:07.8523 mp3 file type for /slim/music/Various/The Eighties Movie Album/09 - 9 To 5.mp3 2007-01-31 19:08:07.8936 INSERT INTO tracks (audio, audio_offset, audio_size, bitrate, block_alignment, content_type, drm, filesize, lossless, rating, remote, samplerate, secs, tagversion, timestamp, title, titlesearch, titlesort, tracknum, url, year) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?): '1', '295', '6639281', '320000', '1', 'mp3', '0', '6639576', '0', '0', '0', '44100', '165.982025', 'ID3v2.3.0', '1158063780', '9 To 5', '9 TO 5', '9 TO 5', '9', 'file:///slim/music/Various/The%20Eighties%20Movie%20Album/09%20-%209%20To%205.mp3', '0' 2007-01-31 19:08:07.8960 newTrack(): Created track '9 To 5' (id: [3770]) 2007-01-31 19:08:07.8966 -- Track is a local track 2007-01-31 19:08:07.8982 SELECT me.id, me.name, me.namesort, me.namesearch, me.moodlogic_id, me.moodlogic_mixable, me.musicmagic_mixable FROM genres me WHERE ( ( me.namesearch = ? ) ): 'MISC' 2007-01-31 19:08:07.9011 SELECT me.genre, me.track FROM genre_track me WHERE ( ( me.genre = ? AND me.track = ? ) OR ( me.genre = ? AND me.track = ? ) ): '25', '3770', '25', '3770' 2007-01-31 19:08:07.9031 INSERT INTO genre_track (genre, track) VALUES (?, ?): '25', '3770' 2007-01-31 19:08:07.9046 -- Track has genre 'misc' 2007-01-31 19:08:07.9063 SELECT me.id, me.name, me.namesort, me.moodlogic_id, me.moodlogic_mixable, me.musicmagic_mixable, me.namesearch, me.musicbrainz_id FROM contributors me WHERE ( ( me.namesearch = ? ) ): 'DOLLY PARTON' 2007-01-31 19:08:07.9086 INSERT INTO contributors (musicbrainz_id, name, namesearch, namesort) VALUES (?, ?, ?, ?): 'NULL', 'Dolly Parton', 'DOLLY PARTON', 'DOLLY PARTON' 2007-01-31 19:08:07.9116 SELECT me.role, me.contributor, me.track FROM contributor_track me WHERE ( ( me.contributor = ? AND me.role = ? AND me.track = ? ) OR ( me.contributor = ? AND me.role = ? AND me.track = ? ) ): '297', '1', '3770', '297', '1', '3770' 2007-01-31 19:08:07.9137 INSERT INTO contributor_track (contributor, role, track) VALUES (?, ?, ?): '297', '1', '3770' 2007-01-31 19:08:07.9156 -- Track has contributor 'Dolly Parton' of role 'ARTIST' 2007-01-31 19:08:07.9159 -- Track has 1 contributor(s) 2007-01-31 19:08:07.9164 -- Track primary contributor is 'Dolly Parton' (id: [297]) 2007-01-31 19:08:07.9167 -- Checking for discs 2007-01-31 19:08:07.9188 SELECT me.id, me.titlesort, me.contributor, me.compilation, me.year, me.artwork, me.disc, me.discc, me.musicmagic_mixable, me.titlesearch, me.replay_gain, me.replay_peak, me.musicbrainz_id, me.title FROM albums me WHERE ( ( ( me.id = ? ) ) ): '345' 2007-01-31 19:08:07.9207 -- Same album 'The Eighties Movie Album' (id: [345]) than previous track 2007-01-31 19:08:07.9228 -- Updating album 'The Eighties Movie Album' (id: [345]) with columns: 2007-01-31 19:08:07.9231 --- titlesort : EIGHTIES MOVIE ALBUM 2007-01-31 19:08:07.9233 --- titlesearch : EIGHTIES MOVIE ALBUM 2007-01-31 19:08:07.9234 --- year : 0 2007-01-31 19:08:07.9236 --- contributor : 297 2007-01-31 19:08:07.9244 -- Track has album 'The Eighties Movie Album' (id: [345]) 2007-01-31 19:08:07.9262 SELECT me.role, me.contributor, me.album FROM contributor_album me WHERE ( ( me.album = ? AND me.contributor = ? AND me.role = ? ) OR ( me.album = ? AND me.contributor = ? AND me.role = ? ) ): '345', '297', '1', '345', '297', '1' 2007-01-31 19:08:07.9284 INSERT INTO contributor_album (album, contributor, role) VALUES (?, ?, ?): '345', '297', '1' 2007-01-31 19:08:07.9305 -- Contributor 'Dolly Parton' (id: [297]) linked to album 'The Eighties Movie Album' (id: [345]) with role: 'ARTIST' 2007-01-31 19:08:07.9315 UPDATE albums SET contributor = ? WHERE ( id = ? ): '297', '345' 2007-01-31 19:08:07.9333 UPDATE tracks SET album = ? WHERE ( id = ? ): '345', '3770' 2007-01-31 19:08:07.9362 SELECT me.id FROM years me WHERE ( ( me.id = ? ) ): '0' 2007-01-31 19:08:07.9382 mp3 file type for file:///slim/music/Various/The%20Eighties%20Movie%20Album/10%20-%20Try%20A%20Little%20Tenderness.mp3 2007-01-31 19:08:07.9387 2007-01-31 19:08:07.9390 newTrack(): New Track: [file:///slim/music/Various/The%20Eighties%20Movie%20Album/10%20-%20Try%20A%20Little%20Tenderness.mp3] 2007-01-31 19:08:07.9391 newTrack(): readTags is 1 2007-01-31 19:08:07.9398 mp3 file type for /slim/music/Various/The Eighties Movie Album/10 - Try A Little Tenderness.mp3 2007-01-31 19:08:07.9604 INSERT INTO tracks (audio, audio_offset, audio_size, bitrate, block_alignment, content_type, drm, filesize, lossless, rating, remote, samplerate, secs, tagversion, timestamp, title, titlesearch, titlesort, tracknum, url, year) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?): '1', '312', '10925453', '320000', '1', 'mp3', '0', '10925765', '0', '0', '0', '44100', '273.136325', 'ID3v2.3.0', '1158063840', 'Try A Little Tenderness', 'TRY A LITTLE TENDERNESS', 'TRY A LITTLE TENDERNESS', '10', 'file:///slim/music/Various/The%20Eighties%20Movie%20Album/10%20-%20Try%20A%20Little%20Tenderness.mp3', '0' 2007-01-31 19:08:07.9626 newTrack(): Created track 'Try A Little Tenderness' (id: [3771]) 2007-01-31 19:08:07.9633 -- Track is a local track 2007-01-31 19:08:07.9648 SELECT me.id, me.name, me.namesort, me.namesearch, me.moodlogic_id, me.moodlogic_mixable, me.musicmagic_mixable FROM genres me WHERE ( ( me.namesearch = ? ) ): 'MISC' 2007-01-31 19:08:07.9678 SELECT me.genre, me.track FROM genre_track me WHERE ( ( me.genre = ? AND me.track = ? ) OR ( me.genre = ? AND me.track = ? ) ): '25', '3771', '25', '3771' 2007-01-31 19:08:07.9698 INSERT INTO genre_track (genre, track) VALUES (?, ?): '25', '3771' 2007-01-31 19:08:07.9713 -- Track has genre 'misc' 2007-01-31 19:08:07.9730 SELECT me.id, me.name, me.namesort, me.moodlogic_id, me.moodlogic_mixable, me.musicmagic_mixable, me.namesearch, me.musicbrainz_id FROM contributors me WHERE ( ( me.namesearch = ? ) ): 'COMMITMENTS' 2007-01-31 19:08:07.9754 INSERT INTO contributors (musicbrainz_id, name, namesearch, namesort) VALUES (?, ?, ?, ?): 'NULL', 'Commitments', 'COMMITMENTS', 'COMMITMENTS' 2007-01-31 19:08:07.9783 SELECT me.role, me.contributor, me.track FROM contributor_track me WHERE ( ( me.contributor = ? AND me.role = ? AND me.track = ? ) OR ( me.contributor = ? AND me.role = ? AND me.track = ? ) ): '298', '1', '3771', '298', '1', '3771' 2007-01-31 19:08:07.9805 INSERT INTO contributor_track (contributor, role, track) VALUES (?, ?, ?): '298', '1', '3771' 2007-01-31 19:08:07.9821 -- Track has contributor 'Commitments' of role 'ARTIST' 2007-01-31 19:08:07.9825 -- Track has 1 contributor(s) 2007-01-31 19:08:07.9829 -- Track primary contributor is 'Commitments' (id: [298]) 2007-01-31 19:08:07.9833 -- Checking for discs 2007-01-31 19:08:07.9853 SELECT me.id, me.titlesort, me.contributor, me.compilation, me.year, me.artwork, me.disc, me.discc, me.musicmagic_mixable, me.titlesearch, me.replay_gain, me.replay_peak, me.musicbrainz_id, me.title FROM albums me WHERE ( ( ( me.id = ? ) ) ): '345' 2007-01-31 19:08:07.9872 -- Same album 'The Eighties Movie Album' (id: [345]) than previous track 2007-01-31 19:08:07.9894 -- Updating album 'The Eighties Movie Album' (id: [345]) with columns: 2007-01-31 19:08:07.9897 --- titlesort : EIGHTIES MOVIE ALBUM 2007-01-31 19:08:07.9899 --- titlesearch : EIGHTIES MOVIE ALBUM 2007-01-31 19:08:07.9900 --- year : 0 2007-01-31 19:08:07.9902 --- contributor : 298 2007-01-31 19:08:07.9910 -- Track has album 'The Eighties Movie Album' (id: [345]) 2007-01-31 19:08:07.9928 SELECT me.role, me.contributor, me.album FROM contributor_album me WHERE ( ( me.album = ? AND me.contributor = ? AND me.role = ? ) OR ( me.album = ? AND me.contributor = ? AND me.role = ? ) ): '345', '298', '1', '345', '298', '1' 2007-01-31 19:08:07.9950 INSERT INTO contributor_album (album, contributor, role) VALUES (?, ?, ?): '345', '298', '1' 2007-01-31 19:08:07.9971 -- Contributor 'Commitments' (id: [298]) linked to album 'The Eighties Movie Album' (id: [345]) with role: 'ARTIST' 2007-01-31 19:08:07.9981 UPDATE albums SET contributor = ? WHERE ( id = ? ): '298', '345' 2007-01-31 19:08:07.9999 UPDATE tracks SET album = ? WHERE ( id = ? ): '345', '3771' 2007-01-31 19:08:08.0027 SELECT me.id FROM years me WHERE ( ( me.id = ? ) ): '0' 2007-01-31 19:08:08.0076 mp3 file type for file:///slim/music/Various/The%20Eighties%20Movie%20Album/11%20-%20Have%20You%20Ever%20Had%20It%20Blue.mp3 2007-01-31 19:08:08.0081 2007-01-31 19:08:08.0084 newTrack(): New Track: [file:///slim/music/Various/The%20Eighties%20Movie%20Album/11%20-%20Have%20You%20Ever%20Had%20It%20Blue.mp3] 2007-01-31 19:08:08.0085 newTrack(): readTags is 1 2007-01-31 19:08:08.0092 mp3 file type for /slim/music/Various/The Eighties Movie Album/11 - Have You Ever Had It Blue.mp3 2007-01-31 19:08:08.0370 INSERT INTO tracks (audio, audio_offset, audio_size, bitrate, block_alignment, content_type, drm, filesize, lossless, rating, remote, samplerate, secs, tagversion, timestamp, title, titlesearch, titlesort, tracknum, url, year) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?): '1', '316', '11524179', '320000', '1', 'mp3', '0', '11524495', '0', '0', '0', '44100', '288.104475', 'ID3v2.3.0', '1158063840', 'Have You Ever Had It Blue', 'HAVE YOU EVER HAD IT BLUE', 'HAVE YOU EVER HAD IT BLUE', '11', 'file:///slim/music/Various/The%20Eighties%20Movie%20Album/11%20-%20Have%20You%20Ever%20Had%20It%20Blue.mp3', '0' 2007-01-31 19:08:08.0392 newTrack(): Created track 'Have You Ever Had It Blue' (id: [3772]) 2007-01-31 19:08:08.0399 -- Track is a local track 2007-01-31 19:08:08.0414 SELECT me.id, me.name, me.namesort, me.namesearch, me.moodlogic_id, me.moodlogic_mixable, me.musicmagic_mixable FROM genres me WHERE ( ( me.namesearch = ? ) ): 'MISC' 2007-01-31 19:08:08.0444 SELECT me.genre, me.track FROM genre_track me WHERE ( ( me.genre = ? AND me.track = ? ) OR ( me.genre = ? AND me.track = ? ) ): '25', '3772', '25', '3772' 2007-01-31 19:08:08.0464 INSERT INTO genre_track (genre, track) VALUES (?, ?): '25', '3772' 2007-01-31 19:08:08.0478 -- Track has genre 'misc' 2007-01-31 19:08:08.0495 SELECT me.id, me.name, me.namesort, me.moodlogic_id, me.moodlogic_mixable, me.musicmagic_mixable, me.namesearch, me.musicbrainz_id FROM contributors me WHERE ( ( me.namesearch = ? ) ): 'STYLE COUNCIL' 2007-01-31 19:08:08.0519 INSERT INTO contributors (musicbrainz_id, name, namesearch, namesort) VALUES (?, ?, ?, ?): 'NULL', 'Style Council', 'STYLE COUNCIL', 'STYLE COUNCIL' 2007-01-31 19:08:08.0549 SELECT me.role, me.contributor, me.track FROM contributor_track me WHERE ( ( me.contributor = ? AND me.role = ? AND me.track = ? ) OR ( me.contributor = ? AND me.role = ? AND me.track = ? ) ): '299', '1', '3772', '299', '1', '3772' 2007-01-31 19:08:08.0570 INSERT INTO contributor_track (contributor, role, track) VALUES (?, ?, ?): '299', '1', '3772' 2007-01-31 19:08:08.0587 -- Track has contributor 'Style Council' of role 'ARTIST' 2007-01-31 19:08:08.0590 -- Track has 1 contributor(s) 2007-01-31 19:08:08.0594 -- Track primary contributor is 'Style Council' (id: [299]) 2007-01-31 19:08:08.0598 -- Checking for discs 2007-01-31 19:08:08.0618 SELECT me.id, me.titlesort, me.contributor, me.compilation, me.year, me.artwork, me.disc, me.discc, me.musicmagic_mixable, me.titlesearch, me.replay_gain, me.replay_peak, me.musicbrainz_id, me.title FROM albums me WHERE ( ( ( me.id = ? ) ) ): '345' 2007-01-31 19:08:08.0637 -- Same album 'The Eighties Movie Album' (id: [345]) than previous track 2007-01-31 19:08:08.0659 -- Updating album 'The Eighties Movie Album' (id: [345]) with columns: 2007-01-31 19:08:08.0662 --- titlesort : EIGHTIES MOVIE ALBUM 2007-01-31 19:08:08.0664 --- titlesearch : EIGHTIES MOVIE ALBUM 2007-01-31 19:08:08.0666 --- year : 0 2007-01-31 19:08:08.0667 --- contributor : 299 2007-01-31 19:08:08.0675 -- Track has album 'The Eighties Movie Album' (id: [345]) 2007-01-31 19:08:08.0694 SELECT me.role, me.contributor, me.album FROM contributor_album me WHERE ( ( me.album = ? AND me.contributor = ? AND me.role = ? ) OR ( me.album = ? AND me.contributor = ? AND me.role = ? ) ): '345', '299', '1', '345', '299', '1' 2007-01-31 19:08:08.0715 INSERT INTO contributor_album (album, contributor, role) VALUES (?, ?, ?): '345', '299', '1' 2007-01-31 19:08:08.0736 -- Contributor 'Style Council' (id: [299]) linked to album 'The Eighties Movie Album' (id: [345]) with role: 'ARTIST' 2007-01-31 19:08:08.0746 UPDATE albums SET contributor = ? WHERE ( id = ? ): '299', '345' 2007-01-31 19:08:08.0764 UPDATE tracks SET album = ? WHERE ( id = ? ): '345', '3772' 2007-01-31 19:08:08.0792 SELECT me.id FROM years me WHERE ( ( me.id = ? ) ): '0' 2007-01-31 19:08:08.0812 mp3 file type for file:///slim/music/Various/The%20Eighties%20Movie%20Album/12%20-%20Iko%20Iko.mp3 2007-01-31 19:08:08.0817 2007-01-31 19:08:08.0819 newTrack(): New Track: [file:///slim/music/Various/The%20Eighties%20Movie%20Album/12%20-%20Iko%20Iko.mp3] 2007-01-31 19:08:08.0821 newTrack(): readTags is 1 2007-01-31 19:08:08.0827 mp3 file type for /slim/music/Various/The Eighties Movie Album/12 - Iko Iko.mp3 2007-01-31 19:08:08.0983 INSERT INTO tracks (audio, audio_offset, audio_size, bitrate, block_alignment, content_type, drm, filesize, lossless, rating, remote, samplerate, secs, tagversion, timestamp, title, titlesearch, titlesort, tracknum, url, year) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?): '1', '296', '7149191', '320000', '1', 'mp3', '0', '7149487', '0', '0', '0', '44100', '178.729775', 'ID3v2.3.0', '1158063840', 'Iko Iko', 'IKO IKO', 'IKO IKO', '12', 'file:///slim/music/Various/The%20Eighties%20Movie%20Album/12%20-%20Iko%20Iko.mp3', '0' 2007-01-31 19:08:08.1005 newTrack(): Created track 'Iko Iko' (id: [3773]) 2007-01-31 19:08:08.1012 -- Track is a local track 2007-01-31 19:08:08.1027 SELECT me.id, me.name, me.namesort, me.namesearch, me.moodlogic_id, me.moodlogic_mixable, me.musicmagic_mixable FROM genres me WHERE ( ( me.namesearch = ? ) ): 'MISC' 2007-01-31 19:08:08.1057 SELECT me.genre, me.track FROM genre_track me WHERE ( ( me.genre = ? AND me.track = ? ) OR ( me.genre = ? AND me.track = ? ) ): '25', '3773', '25', '3773' 2007-01-31 19:08:08.1077 INSERT INTO genre_track (genre, track) VALUES (?, ?): '25', '3773' 2007-01-31 19:08:08.1092 -- Track has genre 'misc' 2007-01-31 19:08:08.1109 SELECT me.id, me.name, me.namesort, me.moodlogic_id, me.moodlogic_mixable, me.musicmagic_mixable, me.namesearch, me.musicbrainz_id FROM contributors me WHERE ( ( me.namesearch = ? ) ): 'BELLE STARS' 2007-01-31 19:08:08.1132 INSERT INTO contributors (musicbrainz_id, name, namesearch, namesort) VALUES (?, ?, ?, ?): 'NULL', 'Belle Stars', 'BELLE STARS', 'BELLE STARS' 2007-01-31 19:08:08.1163 SELECT me.role, me.contributor, me.track FROM contributor_track me WHERE ( ( me.contributor = ? AND me.role = ? AND me.track = ? ) OR ( me.contributor = ? AND me.role = ? AND me.track = ? ) ): '300', '1', '3773', '300', '1', '3773' 2007-01-31 19:08:08.1184 INSERT INTO contributor_track (contributor, role, track) VALUES (?, ?, ?): '300', '1', '3773' 2007-01-31 19:08:08.1201 -- Track has contributor 'Belle Stars' of role 'ARTIST' 2007-01-31 19:08:08.1204 -- Track has 1 contributor(s) 2007-01-31 19:08:08.1208 -- Track primary contributor is 'Belle Stars' (id: [300]) 2007-01-31 19:08:08.1212 -- Checking for discs 2007-01-31 19:08:08.1232 SELECT me.id, me.titlesort, me.contributor, me.compilation, me.year, me.artwork, me.disc, me.discc, me.musicmagic_mixable, me.titlesearch, me.replay_gain, me.replay_peak, me.musicbrainz_id, me.title FROM albums me WHERE ( ( ( me.id = ? ) ) ): '345' 2007-01-31 19:08:08.1252 -- Same album 'The Eighties Movie Album' (id: [345]) than previous track 2007-01-31 19:08:08.1273 -- Updating album 'The Eighties Movie Album' (id: [345]) with columns: 2007-01-31 19:08:08.1276 --- titlesort : EIGHTIES MOVIE ALBUM 2007-01-31 19:08:08.1278 --- titlesearch : EIGHTIES MOVIE ALBUM 2007-01-31 19:08:08.1280 --- year : 0 2007-01-31 19:08:08.1282 --- contributor : 300 2007-01-31 19:08:08.1290 -- Track has album 'The Eighties Movie Album' (id: [345]) 2007-01-31 19:08:08.1308 SELECT me.role, me.contributor, me.album FROM contributor_album me WHERE ( ( me.album = ? AND me.contributor = ? AND me.role = ? ) OR ( me.album = ? AND me.contributor = ? AND me.role = ? ) ): '345', '300', '1', '345', '300', '1' 2007-01-31 19:08:08.1330 INSERT INTO contributor_album (album, contributor, role) VALUES (?, ?, ?): '345', '300', '1' 2007-01-31 19:08:08.1350 -- Contributor 'Belle Stars' (id: [300]) linked to album 'The Eighties Movie Album' (id: [345]) with role: 'ARTIST' 2007-01-31 19:08:08.1360 UPDATE albums SET contributor = ? WHERE ( id = ? ): '300', '345' 2007-01-31 19:08:08.1378 UPDATE tracks SET album = ? WHERE ( id = ? ): '345', '3773' 2007-01-31 19:08:08.1406 SELECT me.id FROM years me WHERE ( ( me.id = ? ) ): '0' 2007-01-31 19:08:08.1426 mp3 file type for file:///slim/music/Various/The%20Eighties%20Movie%20Album/13%20-%20Oh%20Yeah.mp3 2007-01-31 19:08:08.1431 2007-01-31 19:08:08.1433 newTrack(): New Track: [file:///slim/music/Various/The%20Eighties%20Movie%20Album/13%20-%20Oh%20Yeah.mp3] 2007-01-31 19:08:08.1435 newTrack(): readTags is 1 2007-01-31 19:08:08.1441 mp3 file type for /slim/music/Various/The Eighties Movie Album/13 - Oh Yeah.mp3 2007-01-31 19:08:08.1582 INSERT INTO tracks (audio, audio_offset, audio_size, bitrate, block_alignment, content_type, drm, filesize, lossless, rating, remote, samplerate, secs, tagversion, timestamp, title, titlesearch, titlesort, tracknum, url, year) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?): '1', '290', '7535804', '320000', '1', 'mp3', '0', '7536094', '0', '0', '0', '44100', '188.3951', 'ID3v2.3.0', '1158063840', 'Oh Yeah', 'OH YEAH', 'OH YEAH', '13', 'file:///slim/music/Various/The%20Eighties%20Movie%20Album/13%20-%20Oh%20Yeah.mp3', '0' 2007-01-31 19:08:08.1605 newTrack(): Created track 'Oh Yeah' (id: [3774]) 2007-01-31 19:08:08.1611 -- Track is a local track 2007-01-31 19:08:08.1626 SELECT me.id, me.name, me.namesort, me.namesearch, me.moodlogic_id, me.moodlogic_mixable, me.musicmagic_mixable FROM genres me WHERE ( ( me.namesearch = ? ) ): 'MISC' 2007-01-31 19:08:08.1656 SELECT me.genre, me.track FROM genre_track me WHERE ( ( me.genre = ? AND me.track = ? ) OR ( me.genre = ? AND me.track = ? ) ): '25', '3774', '25', '3774' 2007-01-31 19:08:08.1676 INSERT INTO genre_track (genre, track) VALUES (?, ?): '25', '3774' 2007-01-31 19:08:08.1691 -- Track has genre 'misc' 2007-01-31 19:08:08.1708 SELECT me.id, me.name, me.namesort, me.moodlogic_id, me.moodlogic_mixable, me.musicmagic_mixable, me.namesearch, me.musicbrainz_id FROM contributors me WHERE ( ( me.namesearch = ? ) ): 'YELLO' 2007-01-31 19:08:08.1731 INSERT INTO contributors (musicbrainz_id, name, namesearch, namesort) VALUES (?, ?, ?, ?): 'NULL', 'Yello', 'YELLO', 'YELLO' 2007-01-31 19:08:08.1761 SELECT me.role, me.contributor, me.track FROM contributor_track me WHERE ( ( me.contributor = ? AND me.role = ? AND me.track = ? ) OR ( me.contributor = ? AND me.role = ? AND me.track = ? ) ): '301', '1', '3774', '301', '1', '3774' 2007-01-31 19:08:08.1783 INSERT INTO contributor_track (contributor, role, track) VALUES (?, ?, ?): '301', '1', '3774' 2007-01-31 19:08:08.1799 -- Track has contributor 'Yello' of role 'ARTIST' 2007-01-31 19:08:08.1803 -- Track has 1 contributor(s) 2007-01-31 19:08:08.1807 -- Track primary contributor is 'Yello' (id: [301]) 2007-01-31 19:08:08.1811 -- Checking for discs 2007-01-31 19:08:08.1831 SELECT me.id, me.titlesort, me.contributor, me.compilation, me.year, me.artwork, me.disc, me.discc, me.musicmagic_mixable, me.titlesearch, me.replay_gain, me.replay_peak, me.musicbrainz_id, me.title FROM albums me WHERE ( ( ( me.id = ? ) ) ): '345' 2007-01-31 19:08:08.1851 -- Same album 'The Eighties Movie Album' (id: [345]) than previous track 2007-01-31 19:08:08.1872 -- Updating album 'The Eighties Movie Album' (id: [345]) with columns: 2007-01-31 19:08:08.1875 --- titlesort : EIGHTIES MOVIE ALBUM 2007-01-31 19:08:08.1877 --- titlesearch : EIGHTIES MOVIE ALBUM 2007-01-31 19:08:08.1879 --- year : 0 2007-01-31 19:08:08.1880 --- contributor : 301 2007-01-31 19:08:08.1888 -- Track has album 'The Eighties Movie Album' (id: [345]) 2007-01-31 19:08:08.1907 SELECT me.role, me.contributor, me.album FROM contributor_album me WHERE ( ( me.album = ? AND me.contributor = ? AND me.role = ? ) OR ( me.album = ? AND me.contributor = ? AND me.role = ? ) ): '345', '301', '1', '345', '301', '1' 2007-01-31 19:08:08.1928 INSERT INTO contributor_album (album, contributor, role) VALUES (?, ?, ?): '345', '301', '1' 2007-01-31 19:08:08.1949 -- Contributor 'Yello' (id: [301]) linked to album 'The Eighties Movie Album' (id: [345]) with role: 'ARTIST' 2007-01-31 19:08:08.1959 UPDATE albums SET contributor = ? WHERE ( id = ? ): '301', '345' 2007-01-31 19:08:08.1977 UPDATE tracks SET album = ? WHERE ( id = ? ): '345', '3774' 2007-01-31 19:08:08.2005 SELECT me.id FROM years me WHERE ( ( me.id = ? ) ): '0' 2007-01-31 19:08:08.2025 mp3 file type for file:///slim/music/Various/The%20Eighties%20Movie%20Album/14%20-%20Living%20In%20America.mp3 2007-01-31 19:08:08.2030 2007-01-31 19:08:08.2032 newTrack(): New Track: [file:///slim/music/Various/The%20Eighties%20Movie%20Album/14%20-%20Living%20In%20America.mp3] 2007-01-31 19:08:08.2034 newTrack(): readTags is 1 2007-01-31 19:08:08.2040 mp3 file type for /slim/music/Various/The Eighties Movie Album/14 - Living In America.mp3 2007-01-31 19:08:08.2240 INSERT INTO tracks (audio, audio_offset, audio_size, bitrate, block_alignment, content_type, drm, filesize, lossless, rating, remote, samplerate, secs, tagversion, timestamp, title, titlesearch, titlesort, tracknum, url, year) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?): '1', '306', '11353861', '320000', '1', 'mp3', '0', '11354167', '0', '0', '0', '44100', '283.846525', 'ID3v2.3.0', '1158063900', 'Living In America', 'LIVING IN AMERICA', 'LIVING IN AMERICA', '14', 'file:///slim/music/Various/The%20Eighties%20Movie%20Album/14%20-%20Living%20In%20America.mp3', '0' 2007-01-31 19:08:08.2264 newTrack(): Created track 'Living In America' (id: [3775]) 2007-01-31 19:08:08.2270 -- Track is a local track 2007-01-31 19:08:08.2285 SELECT me.id, me.name, me.namesort, me.namesearch, me.moodlogic_id, me.moodlogic_mixable, me.musicmagic_mixable FROM genres me WHERE ( ( me.namesearch = ? ) ): 'MISC' 2007-01-31 19:08:08.2315 SELECT me.genre, me.track FROM genre_track me WHERE ( ( me.genre = ? AND me.track = ? ) OR ( me.genre = ? AND me.track = ? ) ): '25', '3775', '25', '3775' 2007-01-31 19:08:08.2335 INSERT INTO genre_track (genre, track) VALUES (?, ?): '25', '3775' 2007-01-31 19:08:08.2350 -- Track has genre 'misc' 2007-01-31 19:08:08.2367 SELECT me.id, me.name, me.namesort, me.moodlogic_id, me.moodlogic_mixable, me.musicmagic_mixable, me.namesearch, me.musicbrainz_id FROM contributors me WHERE ( ( me.namesearch = ? ) ): 'JAMES BROWN' 2007-01-31 19:08:08.2390 INSERT INTO contributors (musicbrainz_id, name, namesearch, namesort) VALUES (?, ?, ?, ?): 'NULL', 'James Brown', 'JAMES BROWN', 'JAMES BROWN' 2007-01-31 19:08:08.2420 SELECT me.role, me.contributor, me.track FROM contributor_track me WHERE ( ( me.contributor = ? AND me.role = ? AND me.track = ? ) OR ( me.contributor = ? AND me.role = ? AND me.track = ? ) ): '302', '1', '3775', '302', '1', '3775' 2007-01-31 19:08:08.2442 INSERT INTO contributor_track (contributor, role, track) VALUES (?, ?, ?): '302', '1', '3775' 2007-01-31 19:08:08.2459 -- Track has contributor 'James Brown' of role 'ARTIST' 2007-01-31 19:08:08.2462 -- Track has 1 contributor(s) 2007-01-31 19:08:08.2466 -- Track primary contributor is 'James Brown' (id: [302]) 2007-01-31 19:08:08.2470 -- Checking for discs 2007-01-31 19:08:08.2490 SELECT me.id, me.titlesort, me.contributor, me.compilation, me.year, me.artwork, me.disc, me.discc, me.musicmagic_mixable, me.titlesearch, me.replay_gain, me.replay_peak, me.musicbrainz_id, me.title FROM albums me WHERE ( ( ( me.id = ? ) ) ): '345' 2007-01-31 19:08:08.2510 -- Same album 'The Eighties Movie Album' (id: [345]) than previous track 2007-01-31 19:08:08.2531 -- Updating album 'The Eighties Movie Album' (id: [345]) with columns: 2007-01-31 19:08:08.2534 --- titlesort : EIGHTIES MOVIE ALBUM 2007-01-31 19:08:08.2536 --- titlesearch : EIGHTIES MOVIE ALBUM 2007-01-31 19:08:08.2538 --- year : 0 2007-01-31 19:08:08.2539 --- contributor : 302 2007-01-31 19:08:08.2547 -- Track has album 'The Eighties Movie Album' (id: [345]) 2007-01-31 19:08:08.2566 SELECT me.role, me.contributor, me.album FROM contributor_album me WHERE ( ( me.album = ? AND me.contributor = ? AND me.role = ? ) OR ( me.album = ? AND me.contributor = ? AND me.role = ? ) ): '345', '302', '1', '345', '302', '1' 2007-01-31 19:08:08.2587 INSERT INTO contributor_album (album, contributor, role) VALUES (?, ?, ?): '345', '302', '1' 2007-01-31 19:08:08.2608 -- Contributor 'James Brown' (id: [302]) linked to album 'The Eighties Movie Album' (id: [345]) with role: 'ARTIST' 2007-01-31 19:08:08.2618 UPDATE albums SET contributor = ? WHERE ( id = ? ): '302', '345' 2007-01-31 19:08:08.2636 UPDATE tracks SET album = ? WHERE ( id = ? ): '345', '3775' 2007-01-31 19:08:08.2664 SELECT me.id FROM years me WHERE ( ( me.id = ? ) ): '0' 2007-01-31 19:08:08.2684 mp3 file type for file:///slim/music/Various/The%20Eighties%20Movie%20Album/15%20-%20Will%20You.mp3 2007-01-31 19:08:08.2689 2007-01-31 19:08:08.2691 newTrack(): New Track: [file:///slim/music/Various/The%20Eighties%20Movie%20Album/15%20-%20Will%20You.mp3] 2007-01-31 19:08:08.2693 newTrack(): readTags is 1 2007-01-31 19:08:08.2699 mp3 file type for /slim/music/Various/The Eighties Movie Album/15 - Will You.mp3 2007-01-31 19:08:08.2946 INSERT INTO tracks (audio, audio_offset, audio_size, bitrate, block_alignment, content_type, drm, filesize, lossless, rating, remote, samplerate, secs, tagversion, timestamp, title, titlesearch, titlesort, tracknum, url, year) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?): '1', '300', '11550302', '320000', '1', 'mp3', '0', '11550602', '0', '0', '0', '44100', '288.75755', 'ID3v2.3.0', '1158063900', 'Will You', 'WILL YOU', 'WILL YOU', '15', 'file:///slim/music/Various/The%20Eighties%20Movie%20Album/15%20-%20Will%20You.mp3', '0' 2007-01-31 19:08:08.2969 newTrack(): Created track 'Will You' (id: [3776]) 2007-01-31 19:08:08.2975 -- Track is a local track 2007-01-31 19:08:08.2990 SELECT me.id, me.name, me.namesort, me.namesearch, me.moodlogic_id, me.moodlogic_mixable, me.musicmagic_mixable FROM genres me WHERE ( ( me.namesearch = ? ) ): 'MISC' 2007-01-31 19:08:08.3020 SELECT me.genre, me.track FROM genre_track me WHERE ( ( me.genre = ? AND me.track = ? ) OR ( me.genre = ? AND me.track = ? ) ): '25', '3776', '25', '3776' 2007-01-31 19:08:08.3040 INSERT INTO genre_track (genre, track) VALUES (?, ?): '25', '3776' 2007-01-31 19:08:08.3055 -- Track has genre 'misc' 2007-01-31 19:08:08.3072 SELECT me.id, me.name, me.namesort, me.moodlogic_id, me.moodlogic_mixable, me.musicmagic_mixable, me.namesearch, me.musicbrainz_id FROM contributors me WHERE ( ( me.namesearch = ? ) ): 'HAZEL O CONNOR' 2007-01-31 19:08:08.3095 INSERT INTO contributors (musicbrainz_id, name, namesearch, namesort) VALUES (?, ?, ?, ?): 'NULL', 'Hazel O'Connor', 'HAZEL O CONNOR', 'HAZEL O CONNOR' 2007-01-31 19:08:08.3125 SELECT me.role, me.contributor, me.track FROM contributor_track me WHERE ( ( me.contributor = ? AND me.role = ? AND me.track = ? ) OR ( me.contributor = ? AND me.role = ? AND me.track = ? ) ): '303', '1', '3776', '303', '1', '3776' 2007-01-31 19:08:08.3147 INSERT INTO contributor_track (contributor, role, track) VALUES (?, ?, ?): '303', '1', '3776' 2007-01-31 19:08:08.3164 -- Track has contributor 'Hazel O'Connor' of role 'ARTIST' 2007-01-31 19:08:08.3167 -- Track has 1 contributor(s) 2007-01-31 19:08:08.3171 -- Track primary contributor is 'Hazel O'Connor' (id: [303]) 2007-01-31 19:08:08.3175 -- Checking for discs 2007-01-31 19:08:08.3195 SELECT me.id, me.titlesort, me.contributor, me.compilation, me.year, me.artwork, me.disc, me.discc, me.musicmagic_mixable, me.titlesearch, me.replay_gain, me.replay_peak, me.musicbrainz_id, me.title FROM albums me WHERE ( ( ( me.id = ? ) ) ): '345' 2007-01-31 19:08:08.3215 -- Same album 'The Eighties Movie Album' (id: [345]) than previous track 2007-01-31 19:08:08.3236 -- Updating album 'The Eighties Movie Album' (id: [345]) with columns: 2007-01-31 19:08:08.3240 --- titlesort : EIGHTIES MOVIE ALBUM 2007-01-31 19:08:08.3241 --- titlesearch : EIGHTIES MOVIE ALBUM 2007-01-31 19:08:08.3243 --- year : 0 2007-01-31 19:08:08.3245 --- contributor : 303 2007-01-31 19:08:08.3253 -- Track has album 'The Eighties Movie Album' (id: [345]) 2007-01-31 19:08:08.3271 SELECT me.role, me.contributor, me.album FROM contributor_album me WHERE ( ( me.album = ? AND me.contributor = ? AND me.role = ? ) OR ( me.album = ? AND me.contributor = ? AND me.role = ? ) ): '345', '303', '1', '345', '303', '1' 2007-01-31 19:08:08.3293 INSERT INTO contributor_album (album, contributor, role) VALUES (?, ?, ?): '345', '303', '1' 2007-01-31 19:08:08.3314 -- Contributor 'Hazel O'Connor' (id: [303]) linked to album 'The Eighties Movie Album' (id: [345]) with role: 'ARTIST' 2007-01-31 19:08:08.3324 UPDATE albums SET contributor = ? WHERE ( id = ? ): '303', '345' 2007-01-31 19:08:08.3342 UPDATE tracks SET album = ? WHERE ( id = ? ): '345', '3776' 2007-01-31 19:08:08.3372 SELECT me.id FROM years me WHERE ( ( me.id = ? ) ): '0' 2007-01-31 19:08:08.3391 mp3 file type for file:///slim/music/Various/The%20Eighties%20Movie%20Album/16%20-%20The%20King%20Of%20Wishful%20Thinking.mp3 2007-01-31 19:08:08.3396 2007-01-31 19:08:08.3399 newTrack(): New Track: [file:///slim/music/Various/The%20Eighties%20Movie%20Album/16%20-%20The%20King%20Of%20Wishful%20Thinking.mp3] 2007-01-31 19:08:08.3400 newTrack(): readTags is 1 2007-01-31 19:08:08.3407 mp3 file type for /slim/music/Various/The Eighties Movie Album/16 - The King Of Wishful Thinking.mp3 2007-01-31 19:08:08.3627 INSERT INTO tracks (audio, audio_offset, audio_size, bitrate, block_alignment, content_type, drm, filesize, lossless, rating, remote, samplerate, secs, tagversion, timestamp, title, titlesearch, titlesort, tracknum, url, year) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?): '1', '313', '9699787', '320000', '1', 'mp3', '0', '9700100', '0', '0', '0', '44100', '242.494675', 'ID3v2.3.0', '1158063900', 'The King Of Wishful Thinking', 'KING OF WISHFUL THINKING', 'KING OF WISHFUL THINKING', '16', 'file:///slim/music/Various/The%20Eighties%20Movie%20Album/16%20-%20The%20King%20Of%20Wishful%20Thinking.mp3', '0' 2007-01-31 19:08:08.3652 newTrack(): Created track 'The King Of Wishful Thinking' (id: [3777]) 2007-01-31 19:08:08.3658 -- Track is a local track 2007-01-31 19:08:08.3673 SELECT me.id, me.name, me.namesort, me.namesearch, me.moodlogic_id, me.moodlogic_mixable, me.musicmagic_mixable FROM genres me WHERE ( ( me.namesearch = ? ) ): 'MISC' 2007-01-31 19:08:08.3703 SELECT me.genre, me.track FROM genre_track me WHERE ( ( me.genre = ? AND me.track = ? ) OR ( me.genre = ? AND me.track = ? ) ): '25', '3777', '25', '3777' 2007-01-31 19:08:08.3723 INSERT INTO genre_track (genre, track) VALUES (?, ?): '25', '3777' 2007-01-31 19:08:08.3738 -- Track has genre 'misc' 2007-01-31 19:08:08.3755 SELECT me.id, me.name, me.namesort, me.moodlogic_id, me.moodlogic_mixable, me.musicmagic_mixable, me.namesearch, me.musicbrainz_id FROM contributors me WHERE ( ( me.namesearch = ? ) ): 'GO WEST' 2007-01-31 19:08:08.3778 INSERT INTO contributors (musicbrainz_id, name, namesearch, namesort) VALUES (?, ?, ?, ?): 'NULL', 'Go West', 'GO WEST', 'GO WEST' 2007-01-31 19:08:08.3808 SELECT me.role, me.contributor, me.track FROM contributor_track me WHERE ( ( me.contributor = ? AND me.role = ? AND me.track = ? ) OR ( me.contributor = ? AND me.role = ? AND me.track = ? ) ): '304', '1', '3777', '304', '1', '3777' 2007-01-31 19:08:08.3829 INSERT INTO contributor_track (contributor, role, track) VALUES (?, ?, ?): '304', '1', '3777' 2007-01-31 19:08:08.3846 -- Track has contributor 'Go West' of role 'ARTIST' 2007-01-31 19:08:08.3850 -- Track has 1 contributor(s) 2007-01-31 19:08:08.3854 -- Track primary contributor is 'Go West' (id: [304]) 2007-01-31 19:08:08.3858 -- Checking for discs 2007-01-31 19:08:08.3879 SELECT me.id, me.titlesort, me.contributor, me.compilation, me.year, me.artwork, me.disc, me.discc, me.musicmagic_mixable, me.titlesearch, me.replay_gain, me.replay_peak, me.musicbrainz_id, me.title FROM albums me WHERE ( ( ( me.id = ? ) ) ): '345' 2007-01-31 19:08:08.3898 -- Same album 'The Eighties Movie Album' (id: [345]) than previous track 2007-01-31 19:08:08.3919 -- Updating album 'The Eighties Movie Album' (id: [345]) with columns: 2007-01-31 19:08:08.3922 --- titlesort : EIGHTIES MOVIE ALBUM 2007-01-31 19:08:08.3924 --- titlesearch : EIGHTIES MOVIE ALBUM 2007-01-31 19:08:08.3926 --- year : 0 2007-01-31 19:08:08.3927 --- contributor : 304 2007-01-31 19:08:08.3935 -- Track has album 'The Eighties Movie Album' (id: [345]) 2007-01-31 19:08:08.3954 SELECT me.role, me.contributor, me.album FROM contributor_album me WHERE ( ( me.album = ? AND me.contributor = ? AND me.role = ? ) OR ( me.album = ? AND me.contributor = ? AND me.role = ? ) ): '345', '304', '1', '345', '304', '1' 2007-01-31 19:08:08.3975 INSERT INTO contributor_album (album, contributor, role) VALUES (?, ?, ?): '345', '304', '1' 2007-01-31 19:08:08.3996 -- Contributor 'Go West' (id: [304]) linked to album 'The Eighties Movie Album' (id: [345]) with role: 'ARTIST' 2007-01-31 19:08:08.4006 UPDATE albums SET contributor = ? WHERE ( id = ? ): '304', '345' 2007-01-31 19:08:08.4024 UPDATE tracks SET album = ? WHERE ( id = ? ): '345', '3777' 2007-01-31 19:08:08.4052 SELECT me.id FROM years me WHERE ( ( me.id = ? ) ): '0' 2007-01-31 19:08:08.4072 mp3 file type for file:///slim/music/Various/The%20Ultimate%20Eighties%20(Disc%201)/01%20-%20Queen%20&%20David%20Bowie%20-%20Under%20Pressure.mp3 2007-01-31 19:08:08.4077