[1269] Album Art view throws errors when http URIs are used

Beta Testing for Windows Products and plugins

Moderator: Gurus

botijo
Posts: 415
Joined: Fri Dec 07, 2007 3:20 am
Location: Ireland

[1269] Album Art view throws errors when http URIs are used

Post by botijo »

Hi,
MM debug version is outputting this kind of errors while I was debugging my scripts. I have no clue how C:\Windows\System32 ended up in this URI.

Code: Select all

[4448] Delphi exception, type EFOpenError, message: Cannot open file "C:\Windows\system32\http:\127.0.0.1:10243\WMPNSSv4\3341951193\0_ezc4RDdDNjJBLTUzMjUtNDU4NC04RDUyLTM2MUQ1NjI3RDc5OX0uMC4wQTNCRTEwNA.mp3". The filename, directory name, or volume label syntax is incorrect. 
This is a fairly minor problem, and happens with the Album Art view. It does not happen with the Track list view. I have not tried other views.
Regards.
rusty
Posts: 8396
Joined: Tue Apr 29, 2003 3:39 am
Location: Montreal, Canada

Re: [1269] Album Art view throws errors when http URIs are used

Post by rusty »

botijo,

Thanks. Can you elaborate a little on exactly what I would have to do to trigger this ?

Perhaps a debug log would help.

Thanks.

-Rusty
botijo
Posts: 415
Joined: Fri Dec 07, 2007 3:20 am
Location: Ireland

Re: [1269] Album Art view throws errors when http URIs are used

Post by botijo »

Hi,
I tested this again with 1275 and the problem is still there. I realize my previous post was not too informative - time to fix that. This issue was only found via DebugView while debugging something else. It probably only happens with my UPNP client, reasons are explained somewhat later on.

I can replicate the problem if I do the following:

1) Install my UPNP client v0.5
2) Browse to some music node
3) Switch between track list view and album art view, both ways
4) DebugView shows the

Code: Select all

[3912] Delphi exception, type EFOpenError, message: Cannot open file "C:\Windows\system32\http:\127.0.0.1:10243\WMPNSSv4\3341951193\0_ezM1MDMxRjQwLUU0N0ItNEU2Ni1BOUQxLTMwQzM4RUZFREM0M30uMC45OEJGMTNBQQ.mp3". The filename, directory name, or volume label syntax is incorrect. 
The URL is given by Windows Media Player acting as an UPNP server.

If you drag the album into a static playlist, Album Art is shown. However, I think this is because MM finds the same album in the library. If you click on Album Art properties, the list is empty. If I add the URL of the song via File>Open URL, the problem is not shown either.

The UPNP client script does the following with each song in the track list:
a) NewSong = SDB.NewSongData
b) Fill in details for NewSong like album name, artist name, path
c) Ignores AlbumArt (MM expects local files for AlbumArt - so it does not work with AlbumArtURI and hence I ignore that field)
d) Sets the IsntInDB property to False so that MM does not query the database

What I think is happening is that MM has a function to look for AlbumArt for any new songs if the AlbumArt list is empty.First, it tries to get the embedded album art. Let me venture into the unknown: MM might use a standard I/O open command for the file, but as it is an URL "c:\windows\system32" gets appended to the path. Anyhow, I might be venturing too much. I could not find any way to tell MM that the song does not have any AlbumArt and that it should not try to check for it.

Let me know if you need more info.
Regards.

Debug log, starts selecting an album node in the UPNP branch (album art with details view selected), then the album is dragged into "UPNP_problems" static playlist.

Code: Select all

00000000	0.00000000	[3912] Forms: Received WM_ACTIVATEAPP	
00000001	0.00008171	[3912] Forms: RestoreTopMost: Level: 1	
00000002	0.00038783	[3912] Winamp sim - ignoring.	
00000003	0.00045578	[3912] Winamp sim - ignoring.	
00000004	1.71233332	[3912] Node Dirty Deeds Done Dirt Cheap starting.	
00000005	1.71248889	[3912] Remaining Cover Lists: 7	
00000006	1.71954548	[3912] TFMainWindow::PrepareAlbumArtList - begin	
00000007	1.72862828	[3912] Thread has started 312	
00000008	1.72873759	[3912] Thread initialized 312	
00000009	1.73897028	[3912] MM/UPNP: Checking service urn:upnp-org:serviceId:ConnectionManager	
00000010	1.75534236	[3912] MM/UPNP: Checking service urn:upnp-org:serviceId:ContentDirectory	
00000011	1.75839782	[3912] MM/UPNP: Browsing node 34E65692	
00000012	1.86614156	[3912] MM/UPNP: Index 0 of 	

... MM/UPNP taken out due to post size limitations. Everything looks ok anyhow ...

00000022	1.87058747	[3912] MM/UPNP: New song added /// AC/DC - Ain't No Fun (Waiting Round To Be A Millionaire)	
00000023	1.87273276	[3912] MM/UPNP: New song added /// AC/DC - At First Feel	
00000024	1.87676013	[3912] MM/UPNP: New song added /// AC/DC - Dirty Deeds Done Dirt Cheap	
00000025	1.87889707	[3912] MM/UPNP: New song added /// AC/DC - Problem Child	
00000026	1.88089240	[3912] MM/UPNP: New song added /// AC/DC - Ride On	
00000027	1.88521063	[3912] MM/UPNP: New song added /// AC/DC - Squealer	
00000028	1.89271212	[3912] TFMainWindow::PrepareAlbumArtList - begin	
00000029	1.90444684	[3912] GetFileInfo: http://127.0.0.1:10243/WMPNSSv4/3341951193/0_e0FFMEVEMjEyLTYwRUItNEJGRC1CNTI1LUMwNjI3RkI4NzgxNn0uMC4zNEU2NTY5Mg.mp3	
00000030	1.92283976	[3912] Going to make final callback 312	
00000031	1.92291594	[3912] Thread registered, going to initialize 5456	
00000032	1.92304480	[3912] Added Cover Lists: 8	
00000033	1.92312682	[3912] 5456 DB prepare SQL: SELECT Covers.* FROM Covers WHERE covers.idsong=? ORDER BY Covers.idsong	
00000034	1.92332435	[3912] 5456 DB open SQL: SELECT Covers.* FROM Covers WHERE covers.idsong=? ORDER BY Covers.idsong 	
00000035	1.92392278	[3912] -------------------------------------------------------- 	
00000036	1.92392278	[3912] New exception: 	
00000037	1.92392278	[3912] Delphi exception, type EFOpenError, message: Cannot open file "C:\Windows\system32\http:\127.0.0.1:10243\WMPNSSv4\3341951193\0_e0FFMEVEMjEyLTYwRUItNEJGRC1CNTI1LUMwNjI3RkI4NzgxNn0uMC4zNEU2NTY5Mg.mp3". The filename, directory name, or volume label syntax is incorrect. 	
00000038	1.92392278	[3912]  	
00000039	1.92392278	[3912] Exception code: 250477278 	
00000040	1.92392278	[3912] Exception flags: 3 	
00000041	1.92392278	[3912] Number of parameters: 7 	
00000042	1.92392278	[3912] (no debug info) Find error: 750CE124 	
00000043	1.92392278	[3912] call stack - 0 : (no debug info) Find error: 0048140B 	
00000044	1.92392278	[3912] call stack - 1 : (no debug info) Find error: 004C3872 	
00000045	1.92392278	[3912] call stack - 2 : (no debug info) Find error: 0089872E 	
00000046	1.92392278	[3912] call stack - 3 : (no debug info) Find error: 00814A73 	
00000047	1.92392278	[3912] call stack - 4 : (no debug info) Find error: 007B15D5 	
00000048	1.92392278	[3912] call stack - 5 : (no debug info) Find error: 007B0A84 	
00000049	1.92392278	[3912] call stack - 6 : (no debug info) Find error: 0054D963 	
00000050	1.92392278	[3912] call stack - 7 : (no debug info) Find error: 0048193A 	
00000051	1.92392278	[3912] call stack - 8 : (no debug info) Find error: 004313A2 	
00000052	1.92392278	[3912] call stack - 9 : (no debug info) Find error: 00405D06 	
00000053	1.92392278	[3912] call stack - 10 : (no debug info) Find error: 7513ECC7 	
00000054	1.92392278	[3912] call stack - 11 : (no debug info) Find error: 770FD249 	
00000055	1.92392278	[3912] call stack - 12 : (no debug info) Find error: 770FD45B 	
00000056	1.92392278	[3912] call stack - 13 : (no debug info) Find error: FFFFFFFC 	
00000057	1.92392278	[3912]  	
00000058	2.02468395	[3912] -------------------------------------------------------- 	
00000059	2.02468395	[3912] New exception: 	
00000060	2.02468395	[3912] Delphi exception, type EFOpenError, message: Cannot open file "C:\Windows\system32\http:\127.0.0.1:10243\WMPNSSv4\3341951193\0_e0FFMEVEMjEyLTYwRUItNEJGRC1CNTI1LUMwNjI3RkI4NzgxNn0uMC4zNEU2NTY5Mg.mp3". The filename, directory name, or volume label syntax is incorrect. 	
00000061	2.02468395	[3912]  	
00000062	2.02468395	[3912] Exception code: 250477278 	
00000063	2.02468395	[3912] Exception flags: 3 	
00000064	2.02468395	[3912] Number of parameters: 7 	
00000065	2.02468395	[3912] (no debug info) Find error: 750CE124 	
00000066	2.02468395	[3912] call stack - 0 : (no debug info) Find error: 0048140B 	
00000067	2.02468395	[3912] call stack - 1 : (no debug info) Find error: 004C3872 	
00000068	2.02468395	[3912] call stack - 2 : (no debug info) Find error: 0089872E 	
00000069	2.02468395	[3912] call stack - 3 : (no debug info) Find error: 00814A73 	
00000070	2.02468395	[3912] call stack - 4 : (no debug info) Find error: 007B15D5 	
00000071	2.02468395	[3912] call stack - 5 : (no debug info) Find error: 007B0A84 	
00000072	2.02468395	[3912] call stack - 6 : (no debug info) Find error: 0054D963 	
00000073	2.02468395	[3912] call stack - 7 : (no debug info) Find error: 0048193A 	
00000074	2.02468395	[3912] call stack - 8 : (no debug info) Find error: 004313A2 	
00000075	2.02468395	[3912] call stack - 9 : (no debug info) Find error: 00405D06 	
00000076	2.02468395	[3912] call stack - 10 : (no debug info) Find error: 7513ECC7 	
00000077	2.02468395	[3912] call stack - 11 : (no debug info) Find error: 770FD249 	
00000078	2.02468395	[3912] call stack - 12 : (no debug info) Find error: 770FD45B 	
00000079	2.02468395	[3912] call stack - 13 : (no debug info) Find error: FFFFFFFC 	
00000080	2.02468395	[3912]  	
00000081	2.12467194	[3912] -------------------------------------------------------- 	
00000082	2.12467194	[3912] New exception: 	
00000083	2.12467194	[3912] Delphi exception, type EFOpenError, message: Cannot open file "C:\Windows\system32\http:\127.0.0.1:10243\WMPNSSv4\3341951193\0_e0FFMEVEMjEyLTYwRUItNEJGRC1CNTI1LUMwNjI3RkI4NzgxNn0uMC4zNEU2NTY5Mg.mp3". The filename, directory name, or volume label syntax is incorrect. 	
00000084	2.12467194	[3912]  	
00000085	2.12467194	[3912] Exception code: 250477278 	
00000086	2.12467194	[3912] Exception flags: 3 	
00000087	2.12467194	[3912] Number of parameters: 7 	
00000088	2.12467194	[3912] (no debug info) Find error: 750CE124 	
00000089	2.12467194	[3912] call stack - 0 : (no debug info) Find error: 0048140B 	
00000090	2.12467194	[3912] call stack - 1 : (no debug info) Find error: 004C3872 	
00000091	2.12467194	[3912] call stack - 2 : (no debug info) Find error: 0089872E 	
00000092	2.12467194	[3912] call stack - 3 : (no debug info) Find error: 00814A73 	
00000093	2.12467194	[3912] call stack - 4 : (no debug info) Find error: 007B15D5 	
00000094	2.12467194	[3912] call stack - 5 : (no debug info) Find error: 007B0A84 	
00000095	2.12467194	[3912] call stack - 6 : (no debug info) Find error: 0054D963 	
00000096	2.12467194	[3912] call stack - 7 : (no debug info) Find error: 0048193A 	
00000097	2.12467194	[3912] call stack - 8 : (no debug info) Find error: 004313A2 	
00000098	2.12467194	[3912] call stack - 9 : (no debug info) Find error: 00405D06 	
00000099	2.12467194	[3912] call stack - 10 : (no debug info) Find error: 7513ECC7 	
00000100	2.12467194	[3912] call stack - 11 : (no debug info) Find error: 770FD249 	
00000101	2.12467194	[3912] call stack - 12 : (no debug info) Find error: 770FD45B 	
00000102	2.12467194	[3912] call stack - 13 : (no debug info) Find error: FFFFFFFC 	
00000103	2.12467194	[3912]  	
00000104	2.22453642	[3912] -------------------------------------------------------- 	
00000105	2.22453642	[3912] New exception: 	
00000106	2.22453642	[3912] Delphi exception, type EFOpenError, message: Cannot open file "C:\Windows\system32\http:\127.0.0.1:10243\WMPNSSv4\3341951193\0_e0FFMEVEMjEyLTYwRUItNEJGRC1CNTI1LUMwNjI3RkI4NzgxNn0uMC4zNEU2NTY5Mg.mp3". The filename, directory name, or volume label syntax is incorrect. 	
00000107	2.22453642	[3912]  	
00000108	2.22453642	[3912] Exception code: 250477278 	
00000109	2.22453642	[3912] Exception flags: 3 	
00000110	2.22453642	[3912] Number of parameters: 7 	
00000111	2.22453642	[3912] (no debug info) Find error: 750CE124 	
00000112	2.22453642	[3912] call stack - 0 : (no debug info) Find error: 0048140B 	
00000113	2.22453642	[3912] call stack - 1 : (no debug info) Find error: 004C3872 	
00000114	2.22453642	[3912] call stack - 2 : (no debug info) Find error: 0089872E 	
00000115	2.22453642	[3912] call stack - 3 : (no debug info) Find error: 00814A73 	
00000116	2.22453642	[3912] call stack - 4 : (no debug info) Find error: 007B15D5 	
00000117	2.22453642	[3912] call stack - 5 : (no debug info) Find error: 007B0A84 	
00000118	2.22453642	[3912] call stack - 6 : (no debug info) Find error: 0054D963 	
00000119	2.22453642	[3912] call stack - 7 : (no debug info) Find error: 0048193A 	
00000120	2.22453642	[3912] call stack - 8 : (no debug info) Find error: 004313A2 	
00000121	2.22453642	[3912] call stack - 9 : (no debug info) Find error: 00405D06 	
00000122	2.22453642	[3912] call stack - 10 : (no debug info) Find error: 7513ECC7 	
00000123	2.22453642	[3912] call stack - 11 : (no debug info) Find error: 770FD249 	
00000124	2.22453642	[3912] call stack - 12 : (no debug info) Find error: 770FD45B 	
00000125	2.22453642	[3912] call stack - 13 : (no debug info) Find error: FFFFFFFC 	
00000126	2.22453642	[3912]  	
00000127	2.32458949	[3912] -------------------------------------------------------- 	
00000128	2.32458949	[3912] New exception: 	
00000129	2.32458949	[3912] Delphi exception, type EFOpenError, message: Cannot open file "C:\Windows\system32\http:\127.0.0.1:10243\WMPNSSv4\3341951193\0_e0FFMEVEMjEyLTYwRUItNEJGRC1CNTI1LUMwNjI3RkI4NzgxNn0uMC4zNEU2NTY5Mg.mp3". The filename, directory name, or volume label syntax is incorrect. 	
00000130	2.32458949	[3912]  	
00000131	2.32458949	[3912] Exception code: 250477278 	
00000132	2.32458949	[3912] Exception flags: 3 	
00000133	2.32458949	[3912] Number of parameters: 7 	
00000134	2.32458949	[3912] (no debug info) Find error: 750CE124 	
00000135	2.32458949	[3912] call stack - 0 : (no debug info) Find error: 0048140B 	
00000136	2.32458949	[3912] call stack - 1 : (no debug info) Find error: 004C3872 	
00000137	2.32458949	[3912] call stack - 2 : (no debug info) Find error: 0089872E 	
00000138	2.32458949	[3912] call stack - 3 : (no debug info) Find error: 00814A73 	
00000139	2.32458949	[3912] call stack - 4 : (no debug info) Find error: 007B15D5 	
00000140	2.32458949	[3912] call stack - 5 : (no debug info) Find error: 007B0A84 	
00000141	2.32458949	[3912] call stack - 6 : (no debug info) Find error: 0054D963 	
00000142	2.32458949	[3912] call stack - 7 : (no debug info) Find error: 0048193A 	
00000143	2.32458949	[3912] call stack - 8 : (no debug info) Find error: 004313A2 	
00000144	2.32458949	[3912] call stack - 9 : (no debug info) Find error: 00405D06 	
00000145	2.32458949	[3912] call stack - 10 : (no debug info) Find error: 7513ECC7 	
00000146	2.32458949	[3912] call stack - 11 : (no debug info) Find error: 770FD249 	
00000147	2.32458949	[3912] call stack - 12 : (no debug info) Find error: 770FD45B 	
00000148	2.32458949	[3912] call stack - 13 : (no debug info) Find error: FFFFFFFC 	
00000149	2.32458949	[3912]  	
00000150	2.52461433	[3912] -------------------------------------------------------- 	
00000151	2.52461433	[3912] New exception: 	
00000152	2.52461433	[3912] Delphi exception, type EFOpenError, message: Cannot open file "C:\Windows\system32\http:\127.0.0.1:10243\WMPNSSv4\3341951193\0_e0FFMEVEMjEyLTYwRUItNEJGRC1CNTI1LUMwNjI3RkI4NzgxNn0uMC4zNEU2NTY5Mg.mp3". The filename, directory name, or volume label syntax is incorrect. 	
00000153	2.52461433	[3912]  	
00000154	2.52461433	[3912] Exception code: 250477278 	
00000155	2.52461433	[3912] Exception flags: 3 	
00000156	2.52461433	[3912] Number of parameters: 7 	
00000157	2.52461433	[3912] (no debug info) Find error: 750CE124 	
00000158	2.52461433	[3912] call stack - 0 : (no debug info) Find error: 0048140B 	
00000159	2.52461433	[3912] call stack - 1 : (no debug info) Find error: 004C3872 	
00000160	2.52461433	[3912] call stack - 2 : (no debug info) Find error: 0089872E 	
00000161	2.52461433	[3912] call stack - 3 : (no debug info) Find error: 00814A73 	
00000162	2.52461433	[3912] call stack - 4 : (no debug info) Find error: 007B15D5 	
00000163	2.52461433	[3912] call stack - 5 : (no debug info) Find error: 007B0A84 	
00000164	2.52461433	[3912] call stack - 6 : (no debug info) Find error: 0054D963 	
00000165	2.52461433	[3912] call stack - 7 : (no debug info) Find error: 0048193A 	
00000166	2.52461433	[3912] call stack - 8 : (no debug info) Find error: 004313A2 	
00000167	2.52461433	[3912] call stack - 9 : (no debug info) Find error: 00405D06 	
00000168	2.52461433	[3912] call stack - 10 : (no debug info) Find error: 7513ECC7 	
00000169	2.52461433	[3912] call stack - 11 : (no debug info) Find error: 770FD249 	
00000170	2.52461433	[3912] call stack - 12 : (no debug info) Find error: 770FD45B 	
00000171	2.52461433	[3912] call stack - 13 : (no debug info) Find error: FFFFFFFC 	
00000172	2.52461433	[3912]  	
00000173	2.62461591	[3912] -------------------------------------------------------- 	
00000174	2.62461591	[3912] New exception: 	
00000175	2.62461591	[3912] Delphi exception, type EFOpenError, message: Cannot open file "C:\Windows\system32\http:\127.0.0.1:10243\WMPNSSv4\3341951193\0_e0FFMEVEMjEyLTYwRUItNEJGRC1CNTI1LUMwNjI3RkI4NzgxNn0uMC4zNEU2NTY5Mg.mp3". The filename, directory name, or volume label syntax is incorrect. 	
00000176	2.62461591	[3912]  	
00000177	2.62461591	[3912] Exception code: 250477278 	
00000178	2.62461591	[3912] Exception flags: 3 	
00000179	2.62461591	[3912] Number of parameters: 7 	
00000180	2.62461591	[3912] (no debug info) Find error: 750CE124 	
00000181	2.62461591	[3912] call stack - 0 : (no debug info) Find error: 0048140B 	
00000182	2.62461591	[3912] call stack - 1 : (no debug info) Find error: 004C3872 	
00000183	2.62461591	[3912] call stack - 2 : (no debug info) Find error: 0089872E 	
00000184	2.62461591	[3912] call stack - 3 : (no debug info) Find error: 00814A73 	
00000185	2.62461591	[3912] call stack - 4 : (no debug info) Find error: 007B15D5 	
00000186	2.62461591	[3912] call stack - 5 : (no debug info) Find error: 007B0A84 	
00000187	2.62461591	[3912] call stack - 6 : (no debug info) Find error: 0054D963 	
00000188	2.62461591	[3912] call stack - 7 : (no debug info) Find error: 0048193A 	
00000189	2.62461591	[3912] call stack - 8 : (no debug info) Find error: 004313A2 	
00000190	2.62461591	[3912] call stack - 9 : (no debug info) Find error: 00405D06 	
00000191	2.62461591	[3912] call stack - 10 : (no debug info) Find error: 7513ECC7 	
00000192	2.62461591	[3912] call stack - 11 : (no debug info) Find error: 770FD249 	
00000193	2.62461591	[3912] call stack - 12 : (no debug info) Find error: 770FD45B 	
00000194	2.62461591	[3912] call stack - 13 : (no debug info) Find error: FFFFFFFC 	
00000195	2.62461591	[3912]  	
00000196	2.72459722	[3912] -------------------------------------------------------- 	
00000197	2.72459722	[3912] New exception: 	
00000198	2.72459722	[3912] Delphi exception, type EFOpenError, message: Cannot open file "C:\Windows\system32\http:\127.0.0.1:10243\WMPNSSv4\3341951193\0_e0FFMEVEMjEyLTYwRUItNEJGRC1CNTI1LUMwNjI3RkI4NzgxNn0uMC4zNEU2NTY5Mg.mp3". The filename, directory name, or volume label syntax is incorrect. 	
00000199	2.72459722	[3912]  	
00000200	2.72459722	[3912] Exception code: 250477278 	
00000201	2.72459722	[3912] Exception flags: 3 	
00000202	2.72459722	[3912] Number of parameters: 7 	
00000203	2.72459722	[3912] (no debug info) Find error: 750CE124 	
00000204	2.72459722	[3912] call stack - 0 : (no debug info) Find error: 0048140B 	
00000205	2.72459722	[3912] call stack - 1 : (no debug info) Find error: 004C3872 	
00000206	2.72459722	[3912] call stack - 2 : (no debug info) Find error: 0089872E 	
00000207	2.72459722	[3912] call stack - 3 : (no debug info) Find error: 00814A73 	
00000208	2.72459722	[3912] call stack - 4 : (no debug info) Find error: 007B15D5 	
00000209	2.72459722	[3912] call stack - 5 : (no debug info) Find error: 007B0A84 	
00000210	2.72459722	[3912] call stack - 6 : (no debug info) Find error: 0054D963 	
00000211	2.72459722	[3912] call stack - 7 : (no debug info) Find error: 0048193A 	
00000212	2.72459722	[3912] call stack - 8 : (no debug info) Find error: 004313A2 	
00000213	2.72459722	[3912] call stack - 9 : (no debug info) Find error: 00405D06 	
00000214	2.72459722	[3912] call stack - 10 : (no debug info) Find error: 7513ECC7 	
00000215	2.72459722	[3912] call stack - 11 : (no debug info) Find error: 770FD249 	
00000216	2.72459722	[3912] call stack - 12 : (no debug info) Find error: 770FD45B 	
00000217	2.72459722	[3912] call stack - 13 : (no debug info) Find error: FFFFFFFC 	
00000218	2.72459722	[3912]  	
00000219	2.82460380	[3912] -------------------------------------------------------- 	
00000220	2.82460380	[3912] New exception: 	
00000221	2.82460380	[3912] Delphi exception, type EFOpenError, message: Cannot open file "C:\Windows\system32\http:\127.0.0.1:10243\WMPNSSv4\3341951193\0_e0FFMEVEMjEyLTYwRUItNEJGRC1CNTI1LUMwNjI3RkI4NzgxNn0uMC4zNEU2NTY5Mg.mp3". The filename, directory name, or volume label syntax is incorrect. 	
00000222	2.82460380	[3912]  	
00000223	2.82460380	[3912] Exception code: 250477278 	
00000224	2.82460380	[3912] Exception flags: 3 	
00000225	2.82460380	[3912] Number of parameters: 7 	
00000226	2.82460380	[3912] (no debug info) Find error: 750CE124 	
00000227	2.82460380	[3912] call stack - 0 : (no debug info) Find error: 0048140B 	
00000228	2.82460380	[3912] call stack - 1 : (no debug info) Find error: 004C3872 	
00000229	2.82460380	[3912] call stack - 2 : (no debug info) Find error: 0089872E 	
00000230	2.82460380	[3912] call stack - 3 : (no debug info) Find error: 00814A73 	
00000231	2.82460380	[3912] call stack - 4 : (no debug info) Find error: 007B15D5 	
00000232	2.82460380	[3912] call stack - 5 : (no debug info) Find error: 007B0A84 	
00000233	2.82460380	[3912] call stack - 6 : (no debug info) Find error: 0054D963 	
00000234	2.82460380	[3912] call stack - 7 : (no debug info) Find error: 0048193A 	
00000235	2.82460380	[3912] call stack - 8 : (no debug info) Find error: 004313A2 	
00000236	2.82460380	[3912] call stack - 9 : (no debug info) Find error: 00405D06 	
00000237	2.82460380	[3912] call stack - 10 : (no debug info) Find error: 7513ECC7 	
00000238	2.82460380	[3912] call stack - 11 : (no debug info) Find error: 770FD249 	
00000239	2.82460380	[3912] call stack - 12 : (no debug info) Find error: 770FD45B 	
00000240	2.82460380	[3912] call stack - 13 : (no debug info) Find error: FFFFFFFC 	
00000241	2.82460380	[3912]  	
00000242	2.92460752	[3912] -------------------------------------------------------- 	
00000243	2.92460752	[3912] New exception: 	
00000244	2.92460752	[3912] Delphi exception, type EFOpenError, message: Cannot open file "C:\Windows\system32\http:\127.0.0.1:10243\WMPNSSv4\3341951193\0_e0FFMEVEMjEyLTYwRUItNEJGRC1CNTI1LUMwNjI3RkI4NzgxNn0uMC4zNEU2NTY5Mg.mp3". The filename, directory name, or volume label syntax is incorrect. 	
00000245	2.92460752	[3912]  	
00000246	2.92460752	[3912] Exception code: 250477278 	
00000247	2.92460752	[3912] Exception flags: 3 	
00000248	2.92460752	[3912] Number of parameters: 7 	
00000249	2.92460752	[3912] (no debug info) Find error: 750CE124 	
00000250	2.92460752	[3912] call stack - 0 : (no debug info) Find error: 0048140B 	
00000251	2.92460752	[3912] call stack - 1 : (no debug info) Find error: 004C3872 	
00000252	2.92460752	[3912] call stack - 2 : (no debug info) Find error: 0089872E 	
00000253	2.92460752	[3912] call stack - 3 : (no debug info) Find error: 00814A73 	
00000254	2.92460752	[3912] call stack - 4 : (no debug info) Find error: 007B15D5 	
00000255	2.92460752	[3912] call stack - 5 : (no debug info) Find error: 007B0A84 	
00000256	2.92460752	[3912] call stack - 6 : (no debug info) Find error: 0054D963 	
00000257	2.92460752	[3912] call stack - 7 : (no debug info) Find error: 0048193A 	
00000258	2.92460752	[3912] call stack - 8 : (no debug info) Find error: 004313A2 	
00000259	2.92460752	[3912] call stack - 9 : (no debug info) Find error: 00405D06 	
00000260	2.92460752	[3912] call stack - 10 : (no debug info) Find error: 7513ECC7 	
00000261	2.92460752	[3912] call stack - 11 : (no debug info) Find error: 770FD249 	
00000262	2.92460752	[3912] call stack - 12 : (no debug info) Find error: 770FD45B 	
00000263	2.92460752	[3912] call stack - 13 : (no debug info) Find error: FFFFFFFC 	
00000264	2.92460752	[3912]  	
00000265	3.02466273	[3912] -------------------------------------------------------- 	
00000266	3.02466273	[3912] New exception: 	
00000267	3.02466273	[3912] Delphi exception, type EFOpenError, message: Cannot open file "C:\Windows\system32\http:\127.0.0.1:10243\WMPNSSv4\3341951193\0_e0FFMEVEMjEyLTYwRUItNEJGRC1CNTI1LUMwNjI3RkI4NzgxNn0uMC4zNEU2NTY5Mg.mp3". The filename, directory name, or volume label syntax is incorrect. 	
00000268	3.02466273	[3912]  	
00000269	3.02466273	[3912] Exception code: 250477278 	
00000270	3.02466273	[3912] Exception flags: 3 	
00000271	3.02466273	[3912] Number of parameters: 7 	
00000272	3.02466273	[3912] (no debug info) Find error: 750CE124 	
00000273	3.02466273	[3912] call stack - 0 : (no debug info) Find error: 0048140B 	
00000274	3.02466273	[3912] call stack - 1 : (no debug info) Find error: 004C3872 	
00000275	3.02466273	[3912] call stack - 2 : (no debug info) Find error: 0089872E 	
00000276	3.02466273	[3912] call stack - 3 : (no debug info) Find error: 00814A73 	
00000277	3.02466273	[3912] call stack - 4 : (no debug info) Find error: 007B15D5 	
00000278	3.02466273	[3912] call stack - 5 : (no debug info) Find error: 007B0A84 	
00000279	3.02466273	[3912] call stack - 6 : (no debug info) Find error: 0054D963 	
00000280	3.02466273	[3912] call stack - 7 : (no debug info) Find error: 0048193A 	
00000281	3.02466273	[3912] call stack - 8 : (no debug info) Find error: 004313A2 	
00000282	3.02466273	[3912] call stack - 9 : (no debug info) Find error: 00405D06 	
00000283	3.02466273	[3912] call stack - 10 : (no debug info) Find error: 7513ECC7 	
00000284	3.02466273	[3912] call stack - 11 : (no debug info) Find error: 770FD249 	
00000285	3.02466273	[3912] call stack - 12 : (no debug info) Find error: 770FD45B 	
00000286	3.02466273	[3912] call stack - 13 : (no debug info) Find error: FFFFFFFC 	
00000287	3.02466273	[3912]  	
00000288	3.12464929	[3912] -------------------------------------------------------- 	
00000289	3.12464929	[3912] New exception: 	
00000290	3.12464929	[3912] Delphi exception, type EFOpenError, message: Cannot open file "C:\Windows\system32\http:\127.0.0.1:10243\WMPNSSv4\3341951193\0_e0FFMEVEMjEyLTYwRUItNEJGRC1CNTI1LUMwNjI3RkI4NzgxNn0uMC4zNEU2NTY5Mg.mp3". The filename, directory name, or volume label syntax is incorrect. 	
00000291	3.12464929	[3912]  	
00000292	3.12464929	[3912] Exception code: 250477278 	
00000293	3.12464929	[3912] Exception flags: 3 	
00000294	3.12464929	[3912] Number of parameters: 7 	
00000295	3.12464929	[3912] (no debug info) Find error: 750CE124 	
00000296	3.12464929	[3912] call stack - 0 : (no debug info) Find error: 0048140B 	
00000297	3.12464929	[3912] call stack - 1 : (no debug info) Find error: 004C3872 	
00000298	3.12464929	[3912] call stack - 2 : (no debug info) Find error: 0089872E 	
00000299	3.12464929	[3912] call stack - 3 : (no debug info) Find error: 00814A73 	
00000300	3.12464929	[3912] call stack - 4 : (no debug info) Find error: 007B15D5 	
00000301	3.12464929	[3912] call stack - 5 : (no debug info) Find error: 007B0A84 	
00000302	3.12464929	[3912] call stack - 6 : (no debug info) Find error: 0054D963 	
00000303	3.12464929	[3912] call stack - 7 : (no debug info) Find error: 0048193A 	
00000304	3.12464929	[3912] call stack - 8 : (no debug info) Find error: 004313A2 	
00000305	3.12464929	[3912] call stack - 9 : (no debug info) Find error: 00405D06 	
00000306	3.12464929	[3912] call stack - 10 : (no debug info) Find error: 7513ECC7 	
00000307	3.12464929	[3912] call stack - 11 : (no debug info) Find error: 770FD249 	
00000308	3.12464929	[3912] call stack - 12 : (no debug info) Find error: 770FD45B 	
00000309	3.12464929	[3912] call stack - 13 : (no debug info) Find error: FFFFFFFC 	
00000310	3.12464929	[3912]  	
00000311	3.22472024	[3912] -------------------------------------------------------- 	
00000312	3.22472024	[3912] New exception: 	
00000313	3.22472024	[3912] Delphi exception, type EFOpenError, message: Cannot open file "C:\Windows\system32\http:\127.0.0.1:10243\WMPNSSv4\3341951193\0_e0FFMEVEMjEyLTYwRUItNEJGRC1CNTI1LUMwNjI3RkI4NzgxNn0uMC4zNEU2NTY5Mg.mp3". The filename, directory name, or volume label syntax is incorrect. 	
00000314	3.22472024	[3912]  	
00000315	3.22472024	[3912] Exception code: 250477278 	
00000316	3.22472024	[3912] Exception flags: 3 	
00000317	3.22472024	[3912] Number of parameters: 7 	
00000318	3.22472024	[3912] (no debug info) Find error: 750CE124 	
00000319	3.22472024	[3912] call stack - 0 : (no debug info) Find error: 0048140B 	
00000320	3.22472024	[3912] call stack - 1 : (no debug info) Find error: 004C3872 	
00000321	3.22472024	[3912] call stack - 2 : (no debug info) Find error: 0089872E 	
00000322	3.22472024	[3912] call stack - 3 : (no debug info) Find error: 00814A73 	
00000323	3.22472024	[3912] call stack - 4 : (no debug info) Find error: 007B15D5 	
00000324	3.22472024	[3912] call stack - 5 : (no debug info) Find error: 007B0A84 	
00000325	3.22472024	[3912] call stack - 6 : (no debug info) Find error: 0054D963 	
00000326	3.22472024	[3912] call stack - 7 : (no debug info) Find error: 0048193A 	
00000327	3.22472024	[3912] call stack - 8 : (no debug info) Find error: 004313A2 	
00000328	3.22472024	[3912] call stack - 9 : (no debug info) Find error: 00405D06 	
00000329	3.22472024	[3912] call stack - 10 : (no debug info) Find error: 7513ECC7 	
00000330	3.22472024	[3912] call stack - 11 : (no debug info) Find error: 770FD249 	
00000331	3.22472024	[3912] call stack - 12 : (no debug info) Find error: 770FD45B 	
00000332	3.22472024	[3912] call stack - 13 : (no debug info) Find error: FFFFFFFC 	
00000333	3.22472024	[3912]  	
00000334	3.32464862	[3912] -------------------------------------------------------- 	
00000335	3.32464862	[3912] New exception: 	
00000336	3.32464862	[3912] Delphi exception, type EFOpenError, message: Cannot open file "C:\Windows\system32\http:\127.0.0.1:10243\WMPNSSv4\3341951193\0_e0FFMEVEMjEyLTYwRUItNEJGRC1CNTI1LUMwNjI3RkI4NzgxNn0uMC4zNEU2NTY5Mg.mp3". The filename, directory name, or volume label syntax is incorrect. 	
00000337	3.32464862	[3912]  	
00000338	3.32464862	[3912] Exception code: 250477278 	
00000339	3.32464862	[3912] Exception flags: 3 	
00000340	3.32464862	[3912] Number of parameters: 7 	
00000341	3.32464862	[3912] (no debug info) Find error: 750CE124 	
00000342	3.32464862	[3912] call stack - 0 : (no debug info) Find error: 0048140B 	
00000343	3.32464862	[3912] call stack - 1 : (no debug info) Find error: 004C3872 	
00000344	3.32464862	[3912] call stack - 2 : (no debug info) Find error: 0089872E 	
00000345	3.32464862	[3912] call stack - 3 : (no debug info) Find error: 00814A73 	
00000346	3.32464862	[3912] call stack - 4 : (no debug info) Find error: 007B15D5 	
00000347	3.32464862	[3912] call stack - 5 : (no debug info) Find error: 007B0A84 	
00000348	3.32464862	[3912] call stack - 6 : (no debug info) Find error: 0054D963 	
00000349	3.32464862	[3912] call stack - 7 : (no debug info) Find error: 0048193A 	
00000350	3.32464862	[3912] call stack - 8 : (no debug info) Find error: 004313A2 	
00000351	3.32464862	[3912] call stack - 9 : (no debug info) Find error: 00405D06 	
00000352	3.32464862	[3912] call stack - 10 : (no debug info) Find error: 7513ECC7 	
00000353	3.32464862	[3912] call stack - 11 : (no debug info) Find error: 770FD249 	
00000354	3.32464862	[3912] call stack - 12 : (no debug info) Find error: 770FD45B 	
00000355	3.32464862	[3912] call stack - 13 : (no debug info) Find error: FFFFFFFC 	
00000356	3.32464862	[3912]  	
00000357	3.52458930	[3912] -------------------------------------------------------- 	
00000358	3.52458930	[3912] New exception: 	
00000359	3.52458930	[3912] Delphi exception, type EFOpenError, message: Cannot open file "C:\Windows\system32\http:\127.0.0.1:10243\WMPNSSv4\3341951193\0_e0FFMEVEMjEyLTYwRUItNEJGRC1CNTI1LUMwNjI3RkI4NzgxNn0uMC4zNEU2NTY5Mg.mp3". The filename, directory name, or volume label syntax is incorrect. 	
00000360	3.52458930	[3912]  	
00000361	3.52458930	[3912] Exception code: 250477278 	
00000362	3.52458930	[3912] Exception flags: 3 	
00000363	3.52458930	[3912] Number of parameters: 7 	
00000364	3.52458930	[3912] (no debug info) Find error: 750CE124 	
00000365	3.52458930	[3912] call stack - 0 : (no debug info) Find error: 0048140B 	
00000366	3.52458930	[3912] call stack - 1 : (no debug info) Find error: 004C3872 	
00000367	3.52458930	[3912] call stack - 2 : (no debug info) Find error: 0089872E 	
00000368	3.52458930	[3912] call stack - 3 : (no debug info) Find error: 00814A73 	
00000369	3.52458930	[3912] call stack - 4 : (no debug info) Find error: 007B15D5 	
00000370	3.52458930	[3912] call stack - 5 : (no debug info) Find error: 007B0A84 	
00000371	3.52458930	[3912] call stack - 6 : (no debug info) Find error: 0054D963 	
00000372	3.52458930	[3912] call stack - 7 : (no debug info) Find error: 0048193A 	
00000373	3.52458930	[3912] call stack - 8 : (no debug info) Find error: 004313A2 	
00000374	3.52458930	[3912] call stack - 9 : (no debug info) Find error: 00405D06 	
00000375	3.52458930	[3912] call stack - 10 : (no debug info) Find error: 7513ECC7 	
00000376	3.52458930	[3912] call stack - 11 : (no debug info) Find error: 770FD249 	
00000377	3.52458930	[3912] call stack - 12 : (no debug info) Find error: 770FD45B 	
00000378	3.52458930	[3912] call stack - 13 : (no debug info) Find error: FFFFFFFC 	
00000379	3.52458930	[3912]  	
00000380	3.62475443	[3912] -------------------------------------------------------- 	
00000381	3.62475443	[3912] New exception: 	
00000382	3.62475443	[3912] Delphi exception, type EFOpenError, message: Cannot open file "C:\Windows\system32\http:\127.0.0.1:10243\WMPNSSv4\3341951193\0_e0FFMEVEMjEyLTYwRUItNEJGRC1CNTI1LUMwNjI3RkI4NzgxNn0uMC4zNEU2NTY5Mg.mp3". The filename, directory name, or volume label syntax is incorrect. 	
00000383	3.62475443	[3912]  	
00000384	3.62475443	[3912] Exception code: 250477278 	
00000385	3.62475443	[3912] Exception flags: 3 	
00000386	3.62475443	[3912] Number of parameters: 7 	
00000387	3.62475443	[3912] (no debug info) Find error: 750CE124 	
00000388	3.62475443	[3912] call stack - 0 : (no debug info) Find error: 0048140B 	
00000389	3.62475443	[3912] call stack - 1 : (no debug info) Find error: 004C3872 	
00000390	3.62475443	[3912] call stack - 2 : (no debug info) Find error: 0089872E 	
00000391	3.62475443	[3912] call stack - 3 : (no debug info) Find error: 00814A73 	
00000392	3.62475443	[3912] call stack - 4 : (no debug info) Find error: 007B15D5 	
00000393	3.62475443	[3912] call stack - 5 : (no debug info) Find error: 007B0A84 	
00000394	3.62475443	[3912] call stack - 6 : (no debug info) Find error: 0054D963 	
00000395	3.62475443	[3912] call stack - 7 : (no debug info) Find error: 0048193A 	
00000396	3.62475443	[3912] call stack - 8 : (no debug info) Find error: 004313A2 	
00000397	3.62475443	[3912] call stack - 9 : (no debug info) Find error: 00405D06 	
00000398	3.62475443	[3912] call stack - 10 : (no debug info) Find error: 7513ECC7 	
00000399	3.62475443	[3912] call stack - 11 : (no debug info) Find error: 770FD249 	
00000400	3.62475443	[3912] call stack - 12 : (no debug info) Find error: 770FD45B 	
00000401	3.62475443	[3912] call stack - 13 : (no debug info) Find error: FFFFFFFC 	
00000402	3.62475443	[3912]  	
00000403	3.72461724	[3912] -------------------------------------------------------- 	
00000404	3.72461724	[3912] New exception: 	
00000405	3.72461724	[3912] Delphi exception, type EFOpenError, message: Cannot open file "C:\Windows\system32\http:\127.0.0.1:10243\WMPNSSv4\3341951193\0_e0FFMEVEMjEyLTYwRUItNEJGRC1CNTI1LUMwNjI3RkI4NzgxNn0uMC4zNEU2NTY5Mg.mp3". The filename, directory name, or volume label syntax is incorrect. 	
00000406	3.72461724	[3912]  	
00000407	3.72461724	[3912] Exception code: 250477278 	
00000408	3.72461724	[3912] Exception flags: 3 	
00000409	3.72461724	[3912] Number of parameters: 7 	
00000410	3.72461724	[3912] (no debug info) Find error: 750CE124 	
00000411	3.72461724	[3912] call stack - 0 : (no debug info) Find error: 0048140B 	
00000412	3.72461724	[3912] call stack - 1 : (no debug info) Find error: 004C3872 	
00000413	3.72461724	[3912] call stack - 2 : (no debug info) Find error: 0089872E 	
00000414	3.72461724	[3912] call stack - 3 : (no debug info) Find error: 00814A73 	
00000415	3.72461724	[3912] call stack - 4 : (no debug info) Find error: 007B15D5 	
00000416	3.72461724	[3912] call stack - 5 : (no debug info) Find error: 007B0A84 	
00000417	3.72461724	[3912] call stack - 6 : (no debug info) Find error: 0054D963 	
00000418	3.72461724	[3912] call stack - 7 : (no debug info) Find error: 0048193A 	
00000419	3.72461724	[3912] call stack - 8 : (no debug info) Find error: 004313A2 	
00000420	3.72461724	[3912] call stack - 9 : (no debug info) Find error: 00405D06 	
00000421	3.72461724	[3912] call stack - 10 : (no debug info) Find error: 7513ECC7 	
00000422	3.72461724	[3912] call stack - 11 : (no debug info) Find error: 770FD249 	
00000423	3.72461724	[3912] call stack - 12 : (no debug info) Find error: 770FD45B 	
00000424	3.72461724	[3912] call stack - 13 : (no debug info) Find error: FFFFFFFC 	
00000425	3.72461724	[3912]  	
00000426	3.82470298	[3912] -------------------------------------------------------- 	
00000427	3.82470298	[3912] New exception: 	
00000428	3.82470298	[3912] Delphi exception, type EFOpenError, message: Cannot open file "C:\Windows\system32\http:\127.0.0.1:10243\WMPNSSv4\3341951193\0_e0FFMEVEMjEyLTYwRUItNEJGRC1CNTI1LUMwNjI3RkI4NzgxNn0uMC4zNEU2NTY5Mg.mp3". The filename, directory name, or volume label syntax is incorrect. 	
00000429	3.82470298	[3912]  	
00000430	3.82470298	[3912] Exception code: 250477278 	
00000431	3.82470298	[3912] Exception flags: 3 	
00000432	3.82470298	[3912] Number of parameters: 7 	
00000433	3.82470298	[3912] (no debug info) Find error: 750CE124 	
00000434	3.82470298	[3912] call stack - 0 : (no debug info) Find error: 0048140B 	
00000435	3.82470298	[3912] call stack - 1 : (no debug info) Find error: 004C3872 	
00000436	3.82470298	[3912] call stack - 2 : (no debug info) Find error: 0089872E 	
00000437	3.82470298	[3912] call stack - 3 : (no debug info) Find error: 00814A73 	
00000438	3.82470298	[3912] call stack - 4 : (no debug info) Find error: 007B15D5 	
00000439	3.82470298	[3912] call stack - 5 : (no debug info) Find error: 007B0A84 	
00000440	3.82470298	[3912] call stack - 6 : (no debug info) Find error: 0054D963 	
00000441	3.82470298	[3912] call stack - 7 : (no debug info) Find error: 0048193A 	
00000442	3.82470298	[3912] call stack - 8 : (no debug info) Find error: 004313A2 	
00000443	3.82470298	[3912] call stack - 9 : (no debug info) Find error: 00405D06 	
00000444	3.82470298	[3912] call stack - 10 : (no debug info) Find error: 7513ECC7 	
00000445	3.82470298	[3912] call stack - 11 : (no debug info) Find error: 770FD249 	
00000446	3.82470298	[3912] call stack - 12 : (no debug info) Find error: 770FD45B 	
00000447	3.82470298	[3912] call stack - 13 : (no debug info) Find error: FFFFFFFC 	
00000448	3.82470298	[3912]  	
00000449	3.92427731	[3912] GetFileInfo: http://127.0.0.1:10243/WMPNSSv4/3341951193/0_e0FFMEVEMjEyLTYwRUItNEJGRC1CNTI1LUMwNjI3RkI4NzgxNn0uMC4zNEU2NTY5Mg.mp3	
00000450	3.92440128	[3912] Remaining Cover Lists: 8	
00000451	3.92449260	[3912] Remaining Cover Lists: 8	
00000452	3.93599105	[3912] Going to make final callback 5456	
00000453	3.95424032	[3912] DB: Deleting prepared query: SELECT Covers.* FROM Covers WHERE covers.idsong=? ORDER BY Covers.idsong 	
00000454	3.95455289	[3912] Thread has finished 5456	
00000455	6.30292797	[3912] 5520 DB open SQL: SELECT IDSong FROM PlaylistSongs WHERE IdPlaylist=19 AND IDSong in () 	
00000456	6.30334759	[3912] DB: BEGIN EXCLUSIVE transaction	
00000457	6.30406094	[3912] 5520 DB lock finished, took 1722.	
00000458	6.30417728	[3912] 5520 DB lock successful.	
00000459	6.30566311	[3912] Returned ID value: 20864	
00000460	6.30585957	[3912] 5520 DB lock finished, took 1730.	
00000461	6.30593681	[3912] 5520 DB lock successful.	
00000462	6.30634308	[3912] 5520 DB open SQL: SELECT ID,Artist FROM Artists WHERE Artist=? 	
00000463	6.30654049	[3912] 5520 DB exec SQL: INSERT INTO ArtistsSongs (PersonType,IDArtist,IDSong) VALUES (?,?,?) 	
00000464	6.30677271	[3912] 5520 DB lock finished, took 2339.	
00000465	6.30693865	[3912] 5520 DB lock finished, took 1288.	
00000466	6.30701399	[3912] 5520 DB lock successful.	
00000467	6.30730152	[3912] 5520 DB open SQL: SELECT IDGenre FROM Genres WHERE GenreName='[Unknown Genre]' 	
00000468	6.30750895	[3912] 5520 DB exec SQL: INSERT INTO GenresSongs (IDGenre,IDSong) VALUES (?,?) 	
00000469	6.30778503	[3912] 5520 DB lock finished, took 2972.	
00000470	6.30796528	[3912] 5520 DB lock finished, took 1224.	
00000471	6.30812454	[3912] 5520 DB lock finished, took 1180.	
00000472	6.30835199	[3912] 5520 DB lock finished, took 1267.	
00000473	6.30853415	[3912] 5520 DB lock successful.	
00000474	6.30859709	[3912] 5520 DB open SQL: SELECT ID,TrackCount FROM Folders WHERE IDMedia=? AND IDParentFolder=? AND Folder=? 	
00000475	6.30878878	[3912] 5520 DB exec SQL: UPDATE Folders SET TrackCount=TrackCount+1 WHERE ID=? 	
00000476	6.30896759	[3912] 5520 DB lock finished, took 1333.	
00000477	6.30902004	[3912] 5520 DB lock successful.	
00000478	6.30931139	[3912] 5520 DB exec SQL: DELETE FROM PathProcessing WHERE ID=? 	
00000479	6.30947018	[3912] 5520 DB lock finished, took 1313.	
00000480	6.30972862	[3912] 5520 DB lock finished, took 1653.	
00000481	6.31842852	[3912] 5520 DB open SQL: SELECT ID,Album FROM Albums WHERE Album=? AND Artist=? 	
00000482	6.31870365	[3912] 5520 DB exec SQL: INSERT INTO Songs (SongPath, Artist, IdAlbum, Album, AlbumArtist, SongTitle, Genre, Year, IDMedia, SongLength, PlaybackPos, TrackNumber, BitRate, FileLength, Seekable, SamplingFrequency, Stereo,  VBR, BPM, Author, Rating, AudioCDTrack, FileModified, MaxSample, NormalizeTrack, NormalizeAlbum, DateAdded, LastTimePlayed, PlayCounter, Custom1, Custom2, Custom3, Custom4, Custom5, SignType, SignPart1, SignPart2, SignPart3, SignPart4, Copyright, Publisher, Encoder, Lyricist, Conductor, InvolvedPeople, OrigTitle, OrigArtist, OrigLyricist, GroupDesc, SubTitle, ISRC, InitialKey, Language, OrigYear, Tempo, Mood, Occasion, Quality, Lyrics, Comment, DiscNumber, PreGap, PostGap, TotalSamples, GaplessBytes, TrackModified ) VALUES ( ?,?,?,?,?,?,?,?,?,?, ?,?,?,?,?,?,?,?,?,?, ?,?,?,?,?,?,?,?,?,?, ?,?,?,?,?,?,?,?,?,?, ?,?,?,?,?,?,?,?,?,?, ?,?,?,?,?,?,?,?,?,?, ?,?,?,?,?,?) 	
00000483	6.32003498	[3912] 5520 DB lock finished, took 18025.	
00000484	6.32011032	[3912] 5520 DB open SQL: SELECT ID,Artist FROM Artists WHERE Artist=? 	
00000485	6.32028580	[3912] 5520 DB exec SQL: INSERT INTO ArtistsSongs (PersonType,IDArtist,IDSong) VALUES (?,?,?) 	
00000486	6.32051563	[3912] 5520 DB lock finished, took 1965.	
00000487	6.32068205	[3912] 5520 DB lock finished, took 1288.	
00000488	6.32075691	[3912] 5520 DB lock successful.	
00000489	6.32096577	[3912] 5520 DB open SQL: SELECT ID,Artist FROM Artists WHERE Artist=? 	
00000490	6.32116032	[3912] 5520 DB exec SQL: INSERT INTO ArtistsSongs (PersonType,IDArtist,IDSong) VALUES (?,?,?) 	
00000491	6.32136774	[3912] 5520 DB lock finished, took 1909.	
00000492	6.32158327	[3912] 5520 DB lock finished, took 1945.	
00000493	6.32166004	[3912] 5520 DB lock successful.	
00000494	6.32190228	[3912] 5520 DB open SQL: SELECT Count(*) FROM PathProcessing 	
00000495	6.32206440	[3912] 5520 DB open SQL: SELECT * FROM PathProcessing LIMIT 10 	
00000496	6.32226038	[3912] 5520 DB open SQL: SELECT ID,TrackCount FROM Folders WHERE IDMedia=? AND IDParentFolder=? AND Folder=? 	
00000497	6.32239580	[3912] 5520 DB exec SQL: UPDATE Folders SET TrackCount=TrackCount+1 WHERE ID=? 	
00000498	6.32257891	[3912] 5520 DB lock finished, took 1315.	
00000499	6.32275486	[3912] 5520 DB lock finished, took 1246.	
00000500	6.32281208	[3912] 5520 DB lock successful.	
00000501	6.32298088	[3912] 5520 DB exec SQL: UPDATE Songs SET IDFolder=? WHERE ID=? 	
00000502	6.32324839	[3912] 5520 DB lock finished, took 2673.	
00000503	6.32330132	[3912] 5520 DB lock successful.	
00000504	6.32352829	[3912] 5520 DB open SQL: SELECT * FROM Artists WHERE Artist=? 	
00000505	6.33159113	[3912] 5520 DB open SQL: SELECT ID,Album FROM Albums WHERE Album=? AND Artist=? 	
00000506	6.33185720	[3912] 5520 DB exec SQL: INSERT INTO Songs (SongPath, Artist, IdAlbum, Album, AlbumArtist, SongTitle, Genre, Year, IDMedia, SongLength, PlaybackPos, TrackNumber, BitRate, FileLength, Seekable, SamplingFrequency, Stereo,  VBR, BPM, Author, Rating, AudioCDTrack, FileModified, MaxSample, NormalizeTrack, NormalizeAlbum, DateAdded, LastTimePlayed, PlayCounter, Custom1, Custom2, Custom3, Custom4, Custom5, SignType, SignPart1, SignPart2, SignPart3, SignPart4, Copyright, Publisher, Encoder, Lyricist, Conductor, InvolvedPeople, OrigTitle, OrigArtist, OrigLyricist, GroupDesc, SubTitle, ISRC, InitialKey, Language, OrigYear, Tempo, Mood, Occasion, Quality, Lyrics, Comment, DiscNumber, PreGap, PostGap, TotalSamples, GaplessBytes, TrackModified ) VALUES ( ?,?,?,?,?,?,?,?,?,?, ?,?,?,?,?,?,?,?,?,?, ?,?,?,?,?,?,?,?,?,?, ?,?,?,?,?,?,?,?,?,?, ?,?,?,?,?,?,?,?,?,?, ?,?,?,?,?,?,?,?,?,?, ?,?,?,?,?,?) 	
00000507	6.36330462	[3912] 5520 DB lock finished, took 448084.	
00000508	6.36337280	[3912] 5520 DB open SQL: SELECT ID,Artist FROM Artists WHERE Artist=? 	
00000509	6.36356449	[3912] 5520 DB exec SQL: INSERT INTO ArtistsSongs (PersonType,IDArtist,IDSong) VALUES (?,?,?) 	
00000510	6.36377048	[3912] 5520 DB lock finished, took 1972.	
00000511	6.36396408	[3912] 5520 DB lock finished, took 1286.	
00000512	6.36404133	[3912] 5520 DB lock successful.	
00000513	6.36427355	[3912] 5520 DB open SQL: SELECT ID,Artist FROM Artists WHERE Artist=? 	
00000514	6.36447573	[3912] 5520 DB exec SQL: INSERT INTO ArtistsSongs (PersonType,IDArtist,IDSong) VALUES (?,?,?) 	
00000515	6.36469841	[3912] 5520 DB lock finished, took 2040.	
00000516	6.36494493	[3912] 5520 DB lock finished, took 1982.	
00000517	6.36502218	[3912] 5520 DB lock successful.	
00000518	6.36530781	[3912] 5520 DB open SQL: SELECT Count(*) FROM PathProcessing 	
00000519	6.36547041	[3912] 5520 DB open SQL: SELECT * FROM PathProcessing LIMIT 10 	
00000520	6.36563253	[3912] 5520 DB open SQL: SELECT ID,TrackCount FROM Folders WHERE IDMedia=? AND IDParentFolder=? AND Folder=? 	
00000521	6.36581755	[3912] 5520 DB exec SQL: UPDATE Folders SET TrackCount=TrackCount+1 WHERE ID=? 	
00000522	6.36597538	[3912] 5520 DB lock finished, took 1317.	
00000523	6.36614227	[3912] 5520 DB lock finished, took 1248.	
00000524	6.36622047	[3912] 5520 DB lock successful.	
00000525	6.36642122	[3912] 5520 DB exec SQL: UPDATE Songs SET IDFolder=? WHERE ID=? 	
00000526	6.36664867	[3912] 5520 DB lock finished, took 2297.	
00000527	6.36671495	[3912] 5520 DB lock successful.	
00000528	6.36694145	[3912] 5520 DB open SQL: SELECT * FROM Artists WHERE Artist=? 	
00000529	6.37498236	[3912] 5520 DB open SQL: SELECT ID,Album FROM Albums WHERE Album=? AND Artist=? 	
00000530	6.37525225	[3912] 5520 DB exec SQL: INSERT INTO Songs (SongPath, Artist, IdAlbum, Album, AlbumArtist, SongTitle, Genre, Year, IDMedia, SongLength, PlaybackPos, TrackNumber, BitRate, FileLength, Seekable, SamplingFrequency, Stereo,  VBR, BPM, Author, Rating, AudioCDTrack, FileModified, MaxSample, NormalizeTrack, NormalizeAlbum, DateAdded, LastTimePlayed, PlayCounter, Custom1, Custom2, Custom3, Custom4, Custom5, SignType, SignPart1, SignPart2, SignPart3, SignPart4, Copyright, Publisher, Encoder, Lyricist, Conductor, InvolvedPeople, OrigTitle, OrigArtist, OrigLyricist, GroupDesc, SubTitle, ISRC, InitialKey, Language, OrigYear, Tempo, Mood, Occasion, Quality, Lyrics, Comment, DiscNumber, PreGap, PostGap, TotalSamples, GaplessBytes, TrackModified ) VALUES ( ?,?,?,?,?,?,?,?,?,?, ?,?,?,?,?,?,?,?,?,?, ?,?,?,?,?,?,?,?,?,?, ?,?,?,?,?,?,?,?,?,?, ?,?,?,?,?,?,?,?,?,?, ?,?,?,?,?,?,?,?,?,?, ?,?,?,?,?,?) 	
00000531	6.37645864	[3912] 5520 DB lock finished, took 15695.	
00000532	6.37653732	[3912] 5520 DB open SQL: SELECT ID,Artist FROM Artists WHERE Artist=? 	
00000533	6.37674332	[3912] 5520 DB exec SQL: INSERT INTO ArtistsSongs (PersonType,IDArtist,IDSong) VALUES (?,?,?) 	
00000534	6.37699699	[3912] 5520 DB lock finished, took 2804.	
00000535	6.37729788	[3912] 5520 DB lock finished, took 2013.	
00000536	6.37752008	[3912] 5520 DB lock successful.	
00000537	6.37773418	[3912] 5520 DB open SQL: SELECT ID,Artist FROM Artists WHERE Artist=? 	
00000538	6.37782669	[3912] 5520 DB exec SQL: INSERT INTO ArtistsSongs (PersonType,IDArtist,IDSong) VALUES (?,?,?) 	
00000539	6.37805843	[3912] 5520 DB lock finished, took 1932.	
00000540	6.37829447	[3912] 5520 DB lock finished, took 2646.	
00000541	6.37837172	[3912] 5520 DB lock successful.	
00000542	6.37861681	[3912] 5520 DB open SQL: SELECT Count(*) FROM PathProcessing 	
00000543	6.37877798	[3912] 5520 DB open SQL: SELECT * FROM PathProcessing LIMIT 10 	
00000544	6.37893915	[3912] 5520 DB open SQL: SELECT ID,TrackCount FROM Folders WHERE IDMedia=? AND IDParentFolder=? AND Folder=? 	
00000545	6.37909746	[3912] 5520 DB exec SQL: UPDATE Folders SET TrackCount=TrackCount+1 WHERE ID=? 	
00000546	6.37928486	[3912] 5520 DB lock finished, took 1717.	
00000547	6.37945032	[3912] 5520 DB lock finished, took 1246.	
00000548	6.37951469	[3912] 5520 DB lock successful.	
00000549	6.37968349	[3912] 5520 DB exec SQL: UPDATE Songs SET IDFolder=? WHERE ID=? 	
00000550	6.37993860	[3912] 5520 DB lock finished, took 2684.	
00000551	6.38000536	[3912] 5520 DB lock successful.	
00000552	6.38024426	[3912] 5520 DB open SQL: SELECT * FROM Artists WHERE Artist=? 	
00000553	6.38822794	[3912] 5520 DB open SQL: SELECT ID,Album FROM Albums WHERE Album=? AND Artist=? 	
00000554	6.38844728	[3912] 5520 DB exec SQL: INSERT INTO Songs (SongPath, Artist, IdAlbum, Album, AlbumArtist, SongTitle, Genre, Year, IDMedia, SongLength, PlaybackPos, TrackNumber, BitRate, FileLength, Seekable, SamplingFrequency, Stereo,  VBR, BPM, Author, Rating, AudioCDTrack, FileModified, MaxSample, NormalizeTrack, NormalizeAlbum, DateAdded, LastTimePlayed, PlayCounter, Custom1, Custom2, Custom3, Custom4, Custom5, SignType, SignPart1, SignPart2, SignPart3, SignPart4, Copyright, Publisher, Encoder, Lyricist, Conductor, InvolvedPeople, OrigTitle, OrigArtist, OrigLyricist, GroupDesc, SubTitle, ISRC, InitialKey, Language, OrigYear, Tempo, Mood, Occasion, Quality, Lyrics, Comment, DiscNumber, PreGap, PostGap, TotalSamples, GaplessBytes, TrackModified ) VALUES ( ?,?,?,?,?,?,?,?,?,?, ?,?,?,?,?,?,?,?,?,?, ?,?,?,?,?,?,?,?,?,?, ?,?,?,?,?,?,?,?,?,?, ?,?,?,?,?,?,?,?,?,?, ?,?,?,?,?,?,?,?,?,?, ?,?,?,?,?,?) 	
00000555	6.38951588	[3912] 5520 DB lock finished, took 14073.	
00000556	6.38958979	[3912] 5520 DB open SQL: SELECT ID,Artist FROM Artists WHERE Artist=? 	
00000557	6.38976526	[3912] 5520 DB exec SQL: INSERT INTO ArtistsSongs (PersonType,IDArtist,IDSong) VALUES (?,?,?) 	
00000558	6.38996553	[3912] 5520 DB lock finished, took 1934.	
00000559	6.39015722	[3912] 5520 DB lock finished, took 1658.	
00000560	6.39023352	[3912] 5520 DB lock successful.	
00000561	6.39044189	[3912] 5520 DB open SQL: SELECT ID,Artist FROM Artists WHERE Artist=? 	
00000562	6.39061069	[3912] 5520 DB exec SQL: INSERT INTO ArtistsSongs (PersonType,IDArtist,IDSong) VALUES (?,?,?) 	
00000563	6.39083624	[3912] 5520 DB lock finished, took 2258.	
00000564	6.39104748	[3912] 5520 DB lock finished, took 1865.	
00000565	6.39112234	[3912] 5520 DB lock successful.	
00000566	6.39145708	[3912] 5520 DB open SQL: SELECT Count(*) FROM PathProcessing 	
00000567	6.39165020	[3912] 5520 DB open SQL: SELECT * FROM PathProcessing LIMIT 10 	
00000568	6.39173365	[3912] 5520 DB open SQL: SELECT ID,TrackCount FROM Folders WHERE IDMedia=? AND IDParentFolder=? AND Folder=? 	
00000569	6.39189148	[3912] 5520 DB exec SQL: UPDATE Folders SET TrackCount=TrackCount+1 WHERE ID=? 	
00000570	6.39205170	[3912] 5520 DB lock finished, took 1319.	
00000571	6.39224577	[3912] 5520 DB lock finished, took 1250.	
00000572	6.39230108	[3912] 5520 DB lock successful.	
00000573	6.39247608	[3912] 5520 DB exec SQL: UPDATE Songs SET IDFolder=? WHERE ID=? 	
00000574	6.39273167	[3912] 5520 DB lock finished, took 2690.	
00000575	6.39279699	[3912] 5520 DB lock successful.	
00000576	6.39302349	[3912] 5520 DB open SQL: SELECT * FROM Artists WHERE Artist=? 	
00000577	6.40095949	[3912] 5520 DB open SQL: SELECT ID,Album FROM Albums WHERE Album=? AND Artist=? 	
00000578	6.40125036	[3912] 5520 DB exec SQL: INSERT INTO Songs (SongPath, Artist, IdAlbum, Album, AlbumArtist, SongTitle, Genre, Year, IDMedia, SongLength, PlaybackPos, TrackNumber, BitRate, FileLength, Seekable, SamplingFrequency, Stereo,  VBR, BPM, Author, Rating, AudioCDTrack, FileModified, MaxSample, NormalizeTrack, NormalizeAlbum, DateAdded, LastTimePlayed, PlayCounter, Custom1, Custom2, Custom3, Custom4, Custom5, SignType, SignPart1, SignPart2, SignPart3, SignPart4, Copyright, Publisher, Encoder, Lyricist, Conductor, InvolvedPeople, OrigTitle, OrigArtist, OrigLyricist, GroupDesc, SubTitle, ISRC, InitialKey, Language, OrigYear, Tempo, Mood, Occasion, Quality, Lyrics, Comment, DiscNumber, PreGap, PostGap, TotalSamples, GaplessBytes, TrackModified ) VALUES ( ?,?,?,?,?,?,?,?,?,?, ?,?,?,?,?,?,?,?,?,?, ?,?,?,?,?,?,?,?,?,?, ?,?,?,?,?,?,?,?,?,?, ?,?,?,?,?,?,?,?,?,?, ?,?,?,?,?,?,?,?,?,?, ?,?,?,?,?,?) 	
00000579	6.40883303	[3912] 5520 DB lock finished, took 107598.	
00000580	6.40890741	[3912] 5520 DB open SQL: SELECT ID,Artist FROM Artists WHERE Artist=? 	
00000581	6.40908289	[3912] 5520 DB exec SQL: INSERT INTO ArtistsSongs (PersonType,IDArtist,IDSong) VALUES (?,?,?) 	
00000582	6.48482656	[3912] 5520 DB open SQL: SELECT ID,Album FROM Albums WHERE Album=? AND Artist=? 	
00000583	6.48513031	[3912] 5520 DB exec SQL: INSERT INTO Songs (SongPath, Artist, IdAlbum, Album, AlbumArtist, SongTitle, Genre, Year, IDMedia, SongLength, PlaybackPos, TrackNumber, BitRate, FileLength, Seekable, SamplingFrequency, Stereo,  VBR, BPM, Author, Rating, AudioCDTrack, FileModified, MaxSample, NormalizeTrack, NormalizeAlbum, DateAdded, LastTimePlayed, PlayCounter, Custom1, Custom2, Custom3, Custom4, Custom5, SignType, SignPart1, SignPart2, SignPart3, SignPart4, Copyright, Publisher, Encoder, Lyricist, Conductor, InvolvedPeople, OrigTitle, OrigArtist, OrigLyricist, GroupDesc, SubTitle, ISRC, InitialKey, Language, OrigYear, Tempo, Mood, Occasion, Quality, Lyrics, Comment, DiscNumber, PreGap, PostGap, TotalSamples, GaplessBytes, TrackModified ) VALUES ( ?,?,?,?,?,?,?,?,?,?, ?,?,?,?,?,?,?,?,?,?, ?,?,?,?,?,?,?,?,?,?, ?,?,?,?,?,?,?,?,?,?, ?,?,?,?,?,?,?,?,?,?, ?,?,?,?,?,?,?,?,?,?, ?,?,?,?,?,?) 	
00000584	6.48632908	[3912] 5520 DB lock finished, took 16091.	
00000585	6.48640871	[3912] 5520 DB open SQL: SELECT ID,Artist FROM Artists WHERE Artist=? 	
00000586	6.48660421	[3912] 5520 DB exec SQL: INSERT INTO ArtistsSongs (PersonType,IDArtist,IDSong) VALUES (?,?,?) 	
00000587	6.48681116	[3912] 5520 DB lock finished, took 1975.	
00000588	6.48697662	[3912] 5520 DB lock finished, took 1281.	
00000589	6.48705149	[3912] 5520 DB lock successful.	
00000590	6.48737574	[3912] 5520 DB open SQL: SELECT ID,Artist FROM Artists WHERE Artist=? 	
00000591	6.48749495	[3912] 5520 DB exec SQL: INSERT INTO ArtistsSongs (PersonType,IDArtist,IDSong) VALUES (?,?,?) 	
00000592	6.48769760	[3912] 5520 DB lock finished, took 1942.	
00000593	6.48794365	[3912] 5520 DB lock finished, took 2377.	
00000594	6.48801947	[3912] 5520 DB lock successful.	
00000595	6.48827028	[3912] 5520 DB open SQL: SELECT Count(*) FROM PathProcessing 	
00000596	6.48842096	[3912] 5520 DB open SQL: SELECT * FROM PathProcessing LIMIT 10 	
00000597	6.48860693	[3912] 5520 DB open SQL: SELECT ID,TrackCount FROM Folders WHERE IDMedia=? AND IDParentFolder=? AND Folder=? 	
00000598	6.48876429	[3912] 5520 DB exec SQL: UPDATE Folders SET TrackCount=TrackCount+1 WHERE ID=? 	
00000599	6.48892307	[3912] 5520 DB lock finished, took 1316.	
00000600	6.48908997	[3912] 5520 DB lock finished, took 1251.	
00000601	6.48918009	[3912] 5520 DB lock successful.	
00000602	6.48935032	[3912] 5520 DB exec SQL: UPDATE Songs SET IDFolder=? WHERE ID=? 	
00000603	6.48958015	[3912] 5520 DB lock finished, took 2318.	
00000604	6.48964596	[3912] 5520 DB lock successful.	
00000605	6.48989916	[3912] 5520 DB open SQL: SELECT * FROM Artists WHERE Artist=? 	
00000606	6.49792957	[3912] 5520 DB open SQL: SELECT MAX(PlaylistSongs.SongOrder) as SongOrder, COUNT(*) as SongCount FROM PlaylistSongs WHERE PlaylistSongs.IDPlaylist = 19 	
00000607	6.49827385	[3912] 5520 DB exec SQL: INSERT INTO PlaylistSongs (IdPlaylist, IDSong, SongOrder) VALUES (?,?,?) 	
00000608	6.49850655	[3912] 5520 DB lock finished, took 2445.	
00000609	6.49857521	[3912] 5520 DB exec SQL: INSERT INTO PlaylistSongs (IdPlaylist, IDSong, SongOrder) VALUES (?,?,?) 	
00000610	6.49875212	[3912] 5520 DB lock finished, took 1583.	
00000611	6.49884558	[3912] 5520 DB exec SQL: INSERT INTO PlaylistSongs (IdPlaylist, IDSong, SongOrder) VALUES (?,?,?) 	
00000612	6.49902201	[3912] 5520 DB lock finished, took 1579.	
00000613	6.49909878	[3912] 5520 DB exec SQL: INSERT INTO PlaylistSongs (IdPlaylist, IDSong, SongOrder) VALUES (?,?,?) 	
00000614	6.49927235	[3912] 5520 DB lock finished, took 1674.	
00000615	6.49933815	[3912] 5520 DB exec SQL: INSERT INTO PlaylistSongs (IdPlaylist, IDSong, SongOrder) VALUES (?,?,?) 	
00000616	6.49953938	[3912] 5520 DB lock finished, took 1932.	
00000617	6.49960518	[3912] 5520 DB exec SQL: INSERT INTO PlaylistSongs (IdPlaylist, IDSong, SongOrder) VALUES (?,?,?) 	
00000618	6.49978209	[3912] 5520 DB lock finished, took 1569.	
00000619	6.49984789	[3912] 5520 DB exec SQL: INSERT INTO PlaylistSongs (IdPlaylist, IDSong, SongOrder) VALUES (?,?,?) 	
00000620	6.50002337	[3912] 5520 DB lock finished, took 1567.	
00000621	6.50011539	[3912] 5520 DB exec SQL: INSERT INTO PlaylistSongs (IdPlaylist, IDSong, SongOrder) VALUES (?,?,?) 	
00000622	6.50052166	[3912] 5520 DB lock finished, took 1618.	
00000623	6.50061321	[3912] 5520 DB exec SQL: INSERT INTO PlaylistSongs (IdPlaylist, IDSong, SongOrder) VALUES (?,?,?) 	
00000624	6.50090551	[3912] 5520 DB lock finished, took 2742.	
00000625	8.31058311	[3912] Node UPNP_problems starting.	
00000626	8.31086731	[3912] Remaining Cover Lists: 7	
00000627	8.31788063	[3912] TFMainWindow::PrepareAlbumArtList - begin	
00000628	8.32698536	[3912] Thread has started 1440	
00000629	8.32711411	[3912] Thread initialized 1440	
00000630	8.32861233	[3912] 1440 DB lock finished, took 11765.	
00000631	8.33607483	[3912] TFMainWindow::PrepareAlbumArtList - begin	
00000632	8.34694099	[3912] GetFileInfo: http://127.0.0.1:10243/WMPNSSv4/3341951193/0_e0FFMEVEMjEyLTYwRUItNEJGRC1CNTI1LUMwNjI3RkI4NzgxNn0uMC4zNEU2NTY5Mg.mp3	
00000633	8.46899891	[3912] Thread has started 3844	
00000634	8.46910954	[3912] Thread initialized 3844	
00000635	8.46918774	[3912] Thread has finished 3844	
00000636	8.51879597	[3912] Thread has started 1648	
00000637	8.51886463	[3912] Thread initialized 1648	
00000638	8.51894569	[3912] 1648 DB prepare SQL: SELECT Covers.* FROM Covers, Songs WHERE songs.idalbum=? AND covers.idsong=songs.id ORDER BY Covers.idsong	
00000639	8.51915073	[3912] 1648 DB open SQL: SELECT Covers.* FROM Covers, Songs WHERE songs.idalbum=? AND covers.idsong=songs.id ORDER BY Covers.idsong 	
00000640	8.51969242	[3912] Added Covers: 5	
00000641	8.52013302	[3912] Added Covers: 7	
00000642	8.52045441	[3912] Added Cover Lists: 9	
00000643	8.52063560	[3912] Added Covers: 8	
00000644	8.52074242	[3912] Remaining Covers: 6	
00000645	8.53368950	[3912] Going to make final callback 1648	
00000646	8.54354191	[3912] DB: Deleting prepared query: SELECT Covers.* FROM Covers, Songs WHERE songs.idalbum=? AND covers.idsong=songs.id ORDER BY Covers.idsong 	
00000647	10.49792957	[3912] Thread has started 5888	
00000648	10.49803162	[3912] Thread initialized 5888	
00000649	10.49810886	[3912] Thread has finished 5888	
00000650	10.78524208	[3912] Forms: Received WM_ACTIVATEAPP	
00000651	10.78529072	[3912] Forms: NormalizeTopMosts: Level: 0	
00000652	10.78577709	[3912] Winamp sim - ignoring.	
00000653	10.78587246	[3912] Winamp sim - ignoring.	
00000654	12.52604198	[3912] Thread has started 3520	
00000655	12.52612686	[3912] Thread initialized 3520	
00000656	14.55413055	[3912] Thread has started 4076	
00000657	14.55421162	[3912] Thread initialized 4076	
00000658	14.55428982	[3912] Thread has finished 4076	
00000659	16.58130836	[3912] Thread has started 6140	
00000660	16.58138657	[3912] Thread initialized 6140	
00000661	16.99699211	[3912] Going to make final callback 6140	
00000662	22.25963974	[3912] Thread registered, going to initialize 5564	
00000663	22.26871490	[3912] Going to make final callback 5564	
Ludek
Posts: 4958
Joined: Fri Mar 09, 2007 9:00 am

Re: [1269] Album Art view throws errors when http URIs are used

Post by Ludek »

Bojito, I have tried this directly on your UPnP Client 0.5 script and I cannot replicate your problem here on Win XP Pro SP2, MM 1275

By the way your script didn't work for me, I needed to change line 227 from:

Code: Select all

if .ArtistName=Empty Then .ArtistName = y.childNodes(0).NodeValue
to

Code: Select all

if .ArtistName=Empty and (y.getAttribute("role") = "Artist") Then .ArtistName = y.childNodes(0).NodeValue
cholv
Posts: 6
Joined: Fri Jul 16, 2010 7:59 am
Contact:

Re: [1269] Album Art view throws errors when http URIs are used

Post by cholv »

If Albums is present in Library help string AFTER 'Trcks.AddTrack NewSong':

Code: Select all

NewSong.UpdateAlbum
Post Reply