From my Configuration.log (scanned with that) (1.3 Beta):
Seems like an issue to me, not sure what is wrong or where the unrecognized token Comes from (maybe the blank after Canyon in the string is not just a blank?).
Code:
2013-01-17 11:31:32.310561 [Info.][(7)]: SQLiteClient: MusicDatabaseV12.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:unrecognized token: "'Blues From Laurel Canyon" query:insert into tracks (
strPath, strArtist, strAlbumArtist, strAlbum, strGenre, strComposer, strConductor, strTitle,
iTrack, iNumTracks, iDuration, iYear, iTimesPlayed, iRating, iFavorite,
iResumeAt, iDisc, iNumDisc, strLyrics, strComment, strFileType, strFullCodec, strBitRateMode,
iBPM, iBitRate, iChannels, iSampleRate, dateLastPlayed, dateAdded)
values (
'd:\Music\John Mayall - Blues From Laurel Canyon - 04 - 2401.flac', '| John Mayall |', '| John Mayall | ', 'Blues From Laurel Canyon ', '| Blues |', '| | ', '', '2401',
4, 0, 227, 1968, 0, 0, 0,
0, 0, 0, '', '', 'flac', 'Flac Audio', '', 0, 1412, 2, 44100, '0001-01-01 00:00:00', '2013-01-17 11:31:32' )
2013-01-17 11:31:32.322566 [ERROR][(7)]: SQLiteClient: MusicDatabaseV12.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:unrecognized token: "'Blues From Laurel Canyon" query:insert into tracks (
strPath, strArtist, strAlbumArtist, strAlbum, strGenre, strComposer, strConductor, strTitle,
iTrack, iNumTracks, iDuration, iYear, iTimesPlayed, iRating, iFavorite,
iResumeAt, iDisc, iNumDisc, strLyrics, strComment, strFileType, strFullCodec, strBitRateMode,
iBPM, iBitRate, iChannels, iSampleRate, dateLastPlayed, dateAdded)
values (
'd:\Music\John Mayall - Blues From Laurel Canyon - 04 - 2401.flac', '| John Mayall |', '| John Mayall | ', 'Blues From Laurel Canyon ', '| Blues |', '| | ', '', '2401',
4, 0, 227, 1968, 0, 0, 0,
0, 0, 0, '', '', 'flac', 'Flac Audio', '', 0, 1412, 2, 44100, '0001-01-01 00:00:00', '2013-01-17 11:31:32' )
2013-01-17 11:31:32.335578 [Info.][(7)]: Insert of song d:\Music\John Mayall - Blues From Laurel Canyon - 04 - 2401.flac failed
2013-01-17 11:31:32.347583 [ERROR][(7)]: Insert of song d:\Music\John Mayall - Blues From Laurel Canyon - 04 - 2401.flac failed
Seems like an issue to me, not sure what is wrong or where the unrecognized token Comes from (maybe the blank after Canyon in the string is not just a blank?).