Keyboard Play pause does not work with 3.1 [#2430]

Post a reply

Smilies
:D :) :( :o :-? 8) :lol: :x :P :oops: :cry: :evil: :roll: :wink:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Keyboard Play pause does not work with 3.1 [#2430]

Re: Keyboard Play pause does not work with 3.1 [#2430]

by cheek » Wed May 13, 2009 2:48 am

I had seen that option in the some of the other threads around this subject, and had found some success with that option restoring functionality to the Media_Next commands, but not to play/pause. However, it now sounds like the recent 3.1 builds in combination with PreferLLKeysHook will restore most of the previous functionality. I will try this tomorrow at work with the keyboard in question and the small library.

I really appreciate the summary posted in the bugtrack, as well as everyone's continued attention on this matter.
Just another reason why i uninstalled itunes and bought media monkey; I encourage anyone reading this to do the same.

Re: Keyboard Play pause does not work with 3.1 [#2430]

by Ludek » Tue May 12, 2009 3:47 pm

Cheek, thank you.

You seem to be right, MM 3.0.3 worked with iType even if Mm was in system tray. The reason is that we used Low Level keyboard hook in the versions prior to 3.0.6. But we had some reasons to not use the LLKeysHook, see: http://www.ventismedia.com/mantis/view.php?id=2430 (note 17822)

Nevertheless there is a hidden config in MediaMonkey.ini file. See http://www.mediamonkey.com/support/inde ... ticleid=17 for more details. If you add line
PreferLLKeysHook = 1
to the [options] section of MediaMonkey.ini file then Low Level Keyboeard hook is preffered and the hotkey will work like in MM 3.0.3

It looks like we should consider all pros and cons and decide whether LLKeysHook shouldn't be preffered by default.

Re: Keyboard Play pause does not work with 3.1 [#2430]

by cheek » Tue May 12, 2009 1:48 pm

Sorry for the delay in this reply; been really busy at work.

So i went ahead and downloaded the old version i remembered to be working, and found that 3.03 does in fact respond to the play/pause key (mostly) as expected. MM receives the message in all three window states: minimized, systray, and restored. When in the systray however, the app is paused then restored. I don't specifically remember if this behavior was in the version i had previously, but at minimum MM does receive the message in systray, which in my understanding, MM does not do in the latest 3.1 releases.

I also downloaded the later 3.0 releases in order to pinpoint which release changed functionality, and found 3.04 and 3.05 to both behave the same. There was not a release posted for 3.06 at the linked site, so apparently the change was introduced in that version or 3.07.

These versions also respond to the Media_Next and previous keys, which IIRC, 3.1 does not.

Re: Keyboard Play pause does not work with 3.1 [#2430]

by Peke » Thu May 07, 2009 8:23 pm

Yes, they can be found here.

Re: Keyboard Play pause does not work with 3.1 [#2430]

by cheek » Thu May 07, 2009 12:56 pm

Yeah, that is what i had assumed was happening regarding APPCOMMAND_MEDIA and activation; as soon as i saw your reply that itype was eating those messages, it clicked that itype will try to launch the app if it does not exist.

Can you clarify a bit more about the 3.1 addition of processing APPCOMMAND_MEDIA? Is that to say that 3.0 did not use this mechanism to respond to multimedia keys? Was it hard coded to look for a set of keyboard scancodes or something?

As for the version I previously had working, I believe it was a 3.0 beta build downloaded from this forum.... If i recall correctly it was 3.0.3. I was going to go back and look for these old installers and roll back to see if i could get it working on my machine again. Are these versions archived somewhere that I can access them?

Re: Keyboard Play pause does not work with 3.1 [#2430]

by Ludek » Thu May 07, 2009 6:31 am

@Cheek

I tested MM 3.0 with iType and it doesn't work for me at all in MM 3.0 (tested 3.0.6)
Which MM 3.0 version works for you??

In MM 3.1 we added handling of APPCOMMAND_MEDIA messages so in MM 3.1 iType works when MM is in maximized or minimized state.
i.e. test build 1244 posted yeasterday and you will see that now it works in minimized state too.

The problem is that iType seems to filter the APPCOMMAND_MEDIA messages and sends them only to registered applications and if iType finds that no media application is active in order to receive the message (e.g. when MM is in the system tray) then it seems to send the "activate app" command instead of the APPCOMMAND_MEDIA message which causes another instance of MM to launch.

Re: Keyboard Play pause does not work with 3.1 [#2430]

by rusty » Wed May 06, 2009 10:24 pm

Cheek,

Thanks--I added a note to http://www.ventismedia.com/mantis/view.php?id=5271

-Rusty

Re: Keyboard Play pause does not work with 3.1 [#2430]

by cheek » Wed May 06, 2009 2:22 pm

This seems to be one of those situations where IType eating the message is the direct cause, but not necessarily the root problem.

This could probably be further debugged by looking at the differences from 3.0 to 3.1 in a debug log, cross referenced with the code changes made between these versions. Also, looking at the different messaging/behavior when the MM window is in the different states, could shed some light on the problem.

IType also does not appear to ALWAYS eat the play command, as it works when the window is restored. My guess at this point, due mainly to the behavior differences for MM window states, is that IType does not "see" MM as a valid and active media player when minimized. It would then try to execute your default media player, but since MM is already running and forces a single instance, it is just activated instead.

I was able to confirm some support for this theory by unchecking "single instance" from MM options; IType launches a second copy of MM when using play/pause when the first instance of MM is in the minimized state. Its also interesting to note that with this option off and MM in the restored state, play/pause works AND a second copy of MM is launched with each press.

Re: Keyboard Play pause does not work with 3.1 [#2430]

by cheek » Wed May 06, 2009 12:59 pm

@ludek,

I understand that analysis and the problems of having your hands tied by problems in other developers work. My confusion lies in the fact that IType WAS correctly using the play/pause button for MM 3.0, and stopped functioning as soon as i upgraded to 3.1. I have not updated IType or changed its configuration in any way. Clearly there has been some change in 3.1 that has caused this.

Has MM 3.1 completely changed the method for responding to hotkeys? e.g. using APPCOMMAND now instead of something else previously

Perhaps there has been a change to they way MM registers itself as media player and Itype is trying to behave to spec by sending app activate??

Can you think of any other possibilities or explain how this behavior would have changed from 3.0 to 3.1??

thanks.. :)

Re: Keyboard Play pause does not work with 3.1 [#2430]

by Ludek » Tue May 05, 2009 10:36 am

I have tested the keyboard (Microsoft Ergonomic Natural Keyboard 4000) and there is an issue with the supplied software (MS IntelliType Pro). The app eats the APPCOMMAND messages and MM doesn't get them. There is surely a bug in the software, because if you kill the iType.exe process then everything works fine.
Also WinAmp 5 doesn't react on the Play/Pause key at all until the iType.exe process is killed.
I was able (by using a trick) to fix this when MM is in minimized mode (fixed in 1243), but when MM is in system tray or as MicroPlayer then I cannot do more, because MM just doesn't get the play command, the IntelliType app eats it and strangely enough transforms it to "activate app" message that causes MM to be restored from system tray.

So the only full solution that I see is to uninstall IntelliType or assign the macro as the software offers.

This should be added to our KB articles.

Re: Keyboard Play pause does not work with 3.1 [#2430]

by cheek » Mon May 04, 2009 12:40 pm

OK, i've regenerated the debug logs with 1242 in both the minimized and systray states. For good measure i started with a clean install of <<1242 debug. Again, in the logs I ran MM, set it into the target state, and then pressed play/pause three times for each, then closed MM. When minimized, debug entries are generated for these presses, but nothing else happens. In the systray, the first press restores and focuses the window, second press plays, and third pauses.

One thing that's curious is that MM does not seem to want to fully close when running through those play/pause steps for the minimized case. You'll notice that the log does not finish with window destruction, but trying to unload playback dlls. Might be something to look into as well, related or unrelated.

the files can be found at
http://drop.io/mm1242_media_debug

Re: Keyboard Play pause does not work with 3.1 [#2430]

by nohitter151 » Fri May 01, 2009 9:44 pm

cheek wrote:@ludek,

Sorry, I missed these replies on the second page and generated these logs before i saw them, and that there was a new 1242 build. Im guessing they should be sufficient, unless something related to media key handling changed in the recent build. Let me know if you would like me to generate them again.
Based on Ludek's comments in the ticket ( http://www.ventismedia.com/mantis/view.php?id=2430 , the very bottom) I think he wants logs from 1242 - it seems he's added additional debug messages to that build that could help identify what's going on.

Re: Keyboard Play pause does not work with 3.1 [#2430]

by cheek » Fri May 01, 2009 6:43 pm

@ludek,

Sorry, I missed these replies on the second page and generated these logs before i saw them, and that there was a new 1242 build. Im guessing they should be sufficient, unless something related to media key handling changed in the recent build. Let me know if you would like me to generate them again.

Yes, that keyboard is the correct one, and is plugged in via USB. :)

Thanks for looking into this. Let me know if i can help in any way.
Im actually a software developer by trade myself.

Re: Keyboard Play pause does not work with 3.1 [#2430]

by cheek » Fri May 01, 2009 6:35 pm

Systray:

Code: Select all

00000009	6.87528086	[6012] FastMM has been installed.
00000010	6.92628765	[6012] InstanceManager - registering class.
00000011	6.92632198	[6012] InstanceManager - creating mutex.
00000012	6.92635965	[6012] InstanceManager - creating window.
00000013	6.92654991	[6012] InstanceManager - releasing mutex.
00000014	6.92685890	[6012] Received command line: '"C:\Program Files\MediaMonkey\MediaMonkey.exe" '
00000015	6.92689085	[6012] Going to read brand data.
00000016	6.92704630	[6012] Going to init Application.
00000017	7.02864313	[6012] Application was inicialized
00000018	7.02876472	[6012] Version: 3.1.0.1240
00000019	7.75317717	[6012] Forms: Received WM_ACTIVATEAPP
00000020	7.75853539	[6012] Splash screen was shown.
00000021	8.30128384	[6012] Going to read ini settigs.
00000022	8.30932903	[6012] DB path: C:\Documents and Settings\nheath.AUCTIVA\Local Settings\Application Data\MediaMonkey\MM.DB , default:  , MyDir: C:\Program Files\MediaMonkey\
00000023	8.31225395	[6012] Going to set a language.
00000024	8.31916237	[6012] Setting titles.
00000025	8.31918240	[6012] Strings translation: started
00000026	8.31983566	[6012] Strings translation: finished
00000027	8.32032871	[6012] Going to init tree manager.
00000028	8.33375645	[6012] Going to insert main tree nodes.
00000029	8.33380032	[6012] Updated 0 nodes in MainTree list.
00000030	8.33551121	[6012] Updated 0 nodes in SongView list.
00000031	8.33552265	[6012] Updated 0 nodes in PodcastsView list.
00000032	8.33554459	[6012] Updated 0 nodes in VSTBrowseList1 list.
00000033	8.33558273	[6012] Updated 0 nodes in VSTBrowseList2 list.
00000034	8.33559322	[6012] Updated 0 nodes in VSTBrowseList3 list.
00000035	8.33722019	[6012] Updated 0 nodes in AlbumArtView list.
00000036	8.33914948	[6012] Going to init now playing window.
00000037	8.37765121	[6012] Now playing initialized.
00000038	8.37767124	[6012] Going to init tree history.
00000039	8.37769794	[6012] Going to init advanced error handlers.
00000040	8.37774754	[6012] Going to init covers window.
00000041	8.39118767	[6012] Going to read toolbar positions.
00000042	8.42966366	[6012] Going to load drag cursors.
00000043	8.43434525	[6012] Going to load player skin.
00000044	8.62110806	[6012] Setting PlayerSkin
00000045	8.62507820	[6012] Initializing Player Skin
00000046	8.62525749	[6012] Initializing Player Skin
00000047	8.62582016	[6012] Creating Panel Object: Visualization
00000048	8.62588406	[6012] Initializing Player Skin
00000049	8.62597275	[6012] Creating Panel Object: StatusPanel
00000050	8.62603092	[6012] Initializing Player Skin
00000051	8.62618351	[6012] Creating StateButton Object: PlaylistButton
00000052	8.62625885	[6012] Initializing Player Skin
00000053	8.62634468	[6012] Creating StateButton Object: EQButton
00000054	8.62640858	[6012] Initializing Player Skin
00000055	8.62649250	[6012] Creating StateButton Object: ShuffleButton
00000056	8.62655544	[6012] Initializing Player Skin
00000057	8.62664032	[6012] Creating StateButton Object: ContinousButton
00000058	8.62671089	[6012] Initializing Player Skin
00000059	8.62683773	[6012] Creating Text Object: Custom4
00000060	8.62885380	[6012] Initializing Player Skin
00000061	8.62897491	[6012] Creating Text Object: Custom3
00000062	8.62922287	[6012] Initializing Player Skin
00000063	8.62934971	[6012] Creating Text Object: Custom2
00000064	8.62957096	[6012] Initializing Player Skin
00000065	8.62970257	[6012] Creating Text Object: Custom1
00000066	8.62993622	[6012] Initializing Player Skin
00000067	8.63012218	[6012] Creating Text Object: SongTitle
00000068	8.63036919	[6012] Initializing Player Skin
00000069	8.63048935	[6012] Creating Text Object: KbpsDisplay
00000070	8.63076496	[6012] Initializing Player Skin
00000071	8.63087654	[6012] Creating Text Object: TimeDisplay
00000072	8.63111687	[6012] Initializing Player Skin
00000073	8.63121510	[6012] Creating Panel Object: Rating
00000074	8.63352299	[6012] Initializing Player Skin
00000075	8.63362789	[6012] Creating StateButton Object: MuteButton
00000076	8.63392448	[6012] Initializing Player Skin
00000077	8.63406372	[6012] Creating TrackBar Object: VolumeBar
00000078	8.63428116	[6012] Initializing Player Skin
00000079	8.63436985	[6012] Creating TrackBar Object: SeekBar
00000080	8.63459110	[6012] Initializing Player Skin
00000081	8.63468075	[6012] Creating Button Object: StopButton
00000082	8.63491535	[6012] Initializing Player Skin
00000083	8.63500786	[6012] Creating Button Object: NextButton
00000084	8.63523960	[6012] Initializing Player Skin
00000085	8.63532829	[6012] Creating Button Object: PrevButton
00000086	8.63556194	[6012] Initializing Player Skin
00000087	8.63565159	[6012] Creating StateButton Object: PlayPauseButton
00000088	8.63593483	[6012] Initializing Player Skin
00000089	8.68703079	[6012] Removing file: C:\Documents and Settings\nheath.AUCTIVA\Local Settings\Temp\34831921.tmp
00000090	8.68704510	[6012] Removal complete
00000091	8.73686695	[6012] Going to check DB exists.
00000092	8.73699665	[6012] Going to init DB.
00000093	8.73702431	[6012] DB - Going to Open.
00000094	8.73704147	[6012] DB - Opened.
00000095	8.73705864	[6012] Going to check DB version.
00000096	8.74049473	[6012] Thread has started 4476
00000097	8.74053192	[6012] Thread registered, going to initialize 4476
00000098	8.74083996	[6012] Thread initialized 4476
00000099	8.74113083	[6012] MMModuleInit
00000100	8.96037006	[6012] 4476 DB open SQL: SELECT NULL FROM sqlite_master WHERE type='table' AND name='DBInfo' 
00000101	8.96109962	[6012] 4476 DB lock finished, took 1782362.
00000102	8.96120834	[6012] 4476 DB open SQL: SELECT * FROM DBInfo 
00000103	8.96219826	[6012] 4476 DB lock finished, took 2582699.
00000104	8.96420383	[6012] 4476 DB open SQL: SELECT * FROM Medias WHERE TurnedSN<>0 
00000105	8.96540928	[6012] 4476 DB lock finished, took 2934540.
00000106	8.96545982	[6012] Going to make final callback 4476
00000107	8.96550751	[6012] Thread has finished 4476
00000108	8.96664619	[6012] Going to do the first time actions.
00000109	8.96665668	[6012] 3816 DB open SQL: SELECT IdMedia FROM Medias WHERE DriveType = 12345 
00000110	8.96744728	[6012] 3816 DB lock finished, took 1921090.
00000111	8.96747398	[6012] 3816 DB open SQL: SELECT IdMedia FROM Medias WHERE DriveType = 12346 
00000112	8.96826649	[6012] 3816 DB lock finished, took 1939387.
00000113	8.96829987	[6012] Going to start drive update thread.
00000114	8.97114468	[6012] Going to read DB structures.
00000115	8.97117519	[6012] 3816 DB open SQL: SELECT * FROM Medias ORDER BY Medias.IDMedia 
00000116	8.97152805	[6012] Thread has started 5284
00000117	8.97155476	[6012] Thread registered, going to initialize 5284
00000118	8.97157478	[6012] Thread initialized 5284
00000119	8.97251320	[6012] 3816 DB lock finished, took 3324288.
00000120	8.97384071	[6012] 3816 DB open SQL: SELECT * FROM Lists WHERE IDListType = 1 ORDER BY SortOrder 
00000121	8.97471809	[6012] 3816 DB lock finished, took 2157611.
00000122	8.97709465	[6012] 3816 DB open SQL: SELECT * FROM Lists WHERE IDListType = 2 ORDER BY SortOrder 
00000123	8.97792339	[6012] 3816 DB lock finished, took 2033313.
00000124	8.98099899	[6012] 3816 DB open SQL: SELECT * FROM Lists WHERE IDListType = 3 ORDER BY SortOrder 
00000125	8.98174858	[6012] 3816 DB lock finished, took 1838317.
00000126	8.98846436	[6012] 3816 DB open SQL: SELECT * FROM Lists WHERE IDListType = 4 ORDER BY SortOrder 
00000127	8.98919773	[6012] 3816 DB lock finished, took 1788574.
00000128	8.99164867	[6012] Going to update background.
00000129	9.05530167	[6012] Going to init help file.
00000130	9.05532360	[6012] Going to init tray icon.
00000131	9.08347130	[6012] Going to init scripts.
00000132	9.08354378	[6012] Scripts: Read script - &Statistics
00000133	9.08359241	[6012] Scripts: Read script - Track List (&HTML)
00000134	9.08360863	[6012] Scripts: Read script - Track List (&XML)
00000135	9.08366108	[6012] Scripts: Read script - Track List (CS&V)
00000136	9.08371449	[6012] Scripts: Read script - Track List (&Excel)
00000137	9.08376884	[6012] Scripts: Read script - Auto-&increment Track #s...
00000138	9.08382702	[6012] Scripts: Read script - &Swap Artist and Title
00000139	9.08388138	[6012] Scripts: Read script - Case Checker...
00000140	9.08393574	[6012] Scripts: Read script - Export all Playlists...
00000141	9.08399010	[6012] Scripts: Read script - Export subscribed Podcasts...
00000142	9.08411598	[6012] Going to init hotkeys.
00000143	9.08413792	[6012] Going to init hotkeys.
00000144	9.08542061	[6012] 3816 DB open SQL: SELECT * FROM Filters ORDER BY Pos 
00000145	9.08644581	[6012] 3816 DB lock finished, took 2516578.
00000146	9.09187698	[6012] Hotkeys: Going to install hotkeys hook:
00000147	9.09191227	[6012] RIDEV_EXINPUTSINK failed
00000148	9.09199715	[6012] RIDEV_INPUTSINK registered successfuly
00000149	9.09216499	[6012] Going to set default hotkeys.
00000150	9.09220695	[6012] Going to set menu shortcuts.
00000151	9.09223557	[6012] Going to init popup menu handler.
00000152	9.27719402	[6012] 3816 DB prepare SQL: SELECT IDGenre, GenreName FROM Genres
00000153	9.27727699	[6012] 3816 DB query prepare finished, took 155230.
00000154	9.27729797	[6012] 3816 DB open SQL: SELECT IDGenre, GenreName FROM Genres 
00000155	9.27828693	[6012] 3816 DB lock finished, took 2420420.
00000156	9.29025173	[6012] 3816 DB open SQL: SELECT * FROM OrganizeRules ORDER BY Pos 
00000157	9.29095459	[6012] 3816 DB lock finished, took 1724469.
00000158	9.32673359	[6012] Main form initialized.
00000159	9.32685280	[6012] Player: Going to start plugin engine.
00000160	9.32692146	[6012] Winamp simulation window received messsage 36
00000161	9.32693863	[6012] Winamp sim - message left to the default processing
00000162	9.32696819	[6012] Winamp simulation window received messsage 131
00000163	9.32698536	[6012] Winamp sim - message left to the default processing
00000164	9.32705116	[6012] Winamp simulation window received messsage 1
00000165	9.32706928	[6012] Winamp sim - message left to the default processing
00000166	9.32711792	[6012] Winamp sim - message left to the default processing
00000167	9.32713985	[6012] Winamp sim - message left to the default processing
00000168	9.32716751	[6012] Winamp sim - message left to the default processing
00000169	9.34074783	[6012] Winamp sim - message left to the default processing
00000170	9.34263229	[6012] Going to load input plugin C:\Program Files\MediaMonkey\Plugins\in_ape.dll
00000171	9.34269619	[6012] Going to load input plugin C:\Program Files\MediaMonkey\Plugins\in_mpc.dll
00000172	9.34419346	[6012] Going to load input plugin C:\Program Files\MediaMonkey\Plugins\in_vorbis.dll
00000173	9.34460831	[6012] Going to load input plugin C:\Program Files\MediaMonkey\Plugins\in_wav.dll
00000174	9.34498787	[6012] Going to load input plugin C:\Program Files\MediaMonkey\Plugins\in_wma.dll
00000175	9.34563828	[6012] Going to load input plugin C:\Program Files\MediaMonkey\Plugins\in_wmp3.dll
00000176	9.34686279	[6012] Going to load output plugin C:\Program Files\MediaMonkey\Plugins\out_MMDS.dll
00000177	9.34827614	[6012] FastMM has been installed.
00000178	9.37054443	[6012] Going to load output plugin C:\Program Files\MediaMonkey\Plugins\out_wave.dll
00000179	9.37097836	[6012] Going to load DSP plugin C:\Program Files\MediaMonkey\Plugins\dsp_DeFX.dll
00000180	9.37138271	[6012] Winamp sim - WM_USER message 603
00000181	9.37140942	[6012] Winamp sim - WM_USER message 603
00000182	9.37439060	[6012] Going to init playlist window.
00000183	9.37460423	[6012] DSP - Going to update DSP module list.
00000184	9.37462330	[6012] DSP - Module list updated.
00000185	9.39278889	[6012] Going to start auto-scanner.
00000186	9.39298058	[6012] Going to load format plug-ins.
00000187	9.42444706	[6012] Going to init encoding settings.
00000188	9.42917824	[6012] Player: Setting current track: C:\mp3\The Album Leaf\2004 - In a Safe Place\02 - Thule.mp3
00000189	9.42959213	[6012] Thread has started 5748
00000190	9.42962360	[6012] Thread registered, going to initialize 5748
00000191	9.42964172	[6012] Thread initialized 5748
00000192	9.42969608	[6012] GetFileInfo: C:\mp3\The Album Leaf\2004 - In a Safe Place\02 - Thule.mp3
00000193	9.42971897	[6012] GetFileInfo: readPictures=spAlways
00000194	9.42973804	[6012] GetFileInfo: C:\mp3\The Album Leaf\2004 - In a Safe Place\02 - Thule.mp3
00000195	9.42981434	[6012] Added Cover Lists: 1
00000196	9.42991543	[6012] MP3.ReadHeader C:\mp3\The Album Leaf\2004 - In a Safe Place\02 - Thule.mp3
00000197	9.42993927	[6012] MP3.ReadHeader - File size 7641088
00000198	9.42998791	[6012] MP3.ReadHeader - Found ID3v2, length: 169507
00000199	9.43001747	[6012] MP3.ReadHeader framestarts: 169517, 169517
00000200	9.43004894	[6012] MP3.ReadHeader finished
00000201	9.43008614	[6012] MP3: Going to read tag from C:\mp3\The Album Leaf\2004 - In a Safe Place\02 - Thule.mp3
00000202	9.43374443	[6012] Added Covers: 1
00000203	9.43382549	[6012] Added Covers: 2
00000204	9.43393326	[6012] MP3: Tag read from C:\mp3\The Album Leaf\2004 - In a Safe Place\02 - Thule.mp3
00000205	9.43396664	[6012] 3816 DB prepare SQL: SELECT Songs.* FROM Songs WHERE Songs.IDMedia=? AND Songs.SongPath=?
00000206	9.43435860	[6012] 3816 DB query prepare finished, took 928568.
00000207	9.43438530	[6012] 3816 DB open SQL: SELECT Songs.* FROM Songs WHERE Songs.IDMedia=? AND Songs.SongPath=? 
00000208	9.43531609	[6012] 3816 DB lock finished, took 2293993.
00000209	9.43533897	[6012] Added Cover Lists: 2
00000210	9.43535805	[6012] Added Covers: 3
00000211	9.43537712	[6012] Added Covers: 4
00000212	9.43550873	[6012] Remaining Covers: 3
00000213	9.43552876	[6012] Remaining Covers: 2
00000214	9.43554783	[6012] Remaining Cover Lists: 1
00000215	9.43563652	[6012] GetFileInfo: Found in DB
00000216	9.43858528	[6012] Winamp simulation window received messsage 12
00000217	9.43860435	[6012] Winamp sim - message left to the default processing
00000218	9.43993092	[6012] 3816 DB open SQL: SELECT * FROM Devices WHERE PluginName='<temp>' 
00000219	9.44086075	[6012] 3816 DB lock finished, took 2291828.
00000220	9.44179058	[6012] FastMM has been installed.
00000221	9.44228840	[6012] 3816 DB open SQL: SELECT * FROM Devices WHERE PluginName='d_iPhone.dll' 
00000222	9.44319820	[6012] 3816 DB lock finished, took 2237487.
00000223	9.44400024	[6012] iPhone: Loading library: iTunesMobileDevice.dll
00000224	9.44566250	[6012] FastMM has been installed.
00000225	9.47540951	[6012] iPhone: Failed execution of InitializeQTML, iPhone won't work.
00000226	9.47547150	[6012] iTunesMobileDevice.dll wasn't found.
00000227	9.47551346	[6012] 3816 DB open SQL: SELECT * FROM Devices WHERE PluginName='d_iPod.dll' 
00000228	9.47642994	[6012] 3816 DB lock finished, took 2258397.
00000229	9.48927116	[6012] iPod: Parsing USB ID: USB\VID_05AC&PID_1261\000A27001311DF28
00000230	9.49043465	[6012] IPOD: Going to read iTunesDB
00000231	9.49045277	[6012] IPOD: This is just a fast scan of DB content
00000232	9.51206398	[6012] IPOD: iTunesDB content in memory
00000233	9.51208401	[6012] IPOD: Reading playlists
00000234	9.51293468	[6012] 3816 DB exec SQL: UPDATE Devices SET DeviceCaption='Jethro - iPod' WHERE ID=3 
00000235	9.51295567	[6012] 3816 DB lock successful.
00000236	9.59442234	[6012] 3816 DB lock finished, took 206064025.
00000237	9.61100388	[6012] 3816 DB open SQL: SELECT * FROM Filters WHERE ID=0 
00000238	9.61190128	[6012] 3816 DB lock finished, took 2206584.
00000239	9.61288452	[6012] 3816 DB open SQL: SELECT * FROM Devices WHERE PluginName='d_iRiverH.dll' 
00000240	9.61373329	[6012] 3816 DB lock finished, took 2084756.
00000241	9.62596798	[6012] 3816 DB open SQL: SELECT * FROM Devices WHERE PluginName='d_USBMass1.dll' 
00000242	9.62693882	[6012] 3816 DB lock finished, took 2393278.
00000243	9.62978268	[6012] FastMM has been installed.
00000244	9.65786839	[6012] 3816 DB open SQL: SELECT * FROM Devices WHERE PluginName='d_WMDM.dll' 
00000245	9.65878582	[6012] 3816 DB lock finished, took 2249514.
00000246	9.66154385	[6012] WMDM: Inializing WMDM
00000247	9.66219997	[6012] WMDM: Queueing action id:0
00000248	9.66223049	[6012] WMDM: Starting action id: 0
00000249	9.66315079	[6012] WMDM: Creating Dev Mgr
00000250	9.66395473	[6012] 3816 DB open SQL: SELECT * FROM Filters WHERE ID=0 
00000251	9.66416073	[6012] WMDM: Geting auth interface
00000252	9.66418839	[6012] WMDM: End of IU
00000253	9.66423321	[6012] WMDM: Authenticating
00000254	9.66476345	[6012] 3816 DB lock finished, took 1979391.
00000255	9.67782116	[6012] WMDM: Creating Notifications
00000256	9.68112659	[6012] 3816 DB open SQL: SELECT * FROM Filters WHERE ID=0 
00000257	9.68201733	[6012] 3816 DB lock finished, took 2191602.
00000258	9.68668747	[6012] Player initialized.
00000259	9.68948841	[6012] Forms: Received WM_ACTIVATEAPP
00000260	9.68968296	[6012] Forms: Accepted WM_ACTIVATEAPP -
00000261	9.69006252	[6012] Forms: NormalizeTopMosts: Level: 0
00000262	9.69016743	[6012] Forms: NormalizeTopMost: Starting
00000263	9.69319439	[6012] Winamp sim - ignoring.
00000264	9.69535446	[6012] Winamp simulation window received messsage 28
00000265	9.69597912	[6012] Winamp sim - ignoring.
00000266	9.69907761	[6012] Going to run application.
00000267	9.78528023	[6012] Forms: Received WM_ACTIVATEAPP
00000268	9.78529739	[6012] Forms: Accepted WM_ACTIVATEAPP +
00000269	9.78531742	[6012] Forms: RestoreTopMost: Level: 1
00000270	9.78533459	[6012] Forms: RestoreTopMost: Starting
00000271	9.78630733	[6012] Winamp sim - ignoring.
00000272	9.78632927	[6012] Winamp simulation window received messsage 28
00000273	9.78634644	[6012] Winamp sim - ignoring.
00000274	9.78894711	[6012] MainForm: Activate
00000275	10.22931957	[6012] 5284 DB prepare SQL: SELECT ID FROM Albums WHERE Tracks=0
00000276	10.22943020	[6012] 5284 DB query prepare finished, took 206530.
00000277	10.22959614	[6012] 5284 DB open SQL: SELECT ID FROM Albums WHERE Tracks=0 
00000278	10.23062325	[6012] 5284 DB lock finished, took 2787100.
00000279	10.23072720	[6012] 5284 DB prepare SQL: SELECT ID FROM Artists WHERE Tracks=0 AND Albums=0 AND Authors=0 AND Conducts=0 AND Lyrics=0
00000280	10.23075867	[6012] 5284 DB query prepare finished, took 169319.
00000281	10.23080349	[6012] 5284 DB open SQL: SELECT ID FROM Artists WHERE Tracks=0 AND Albums=0 AND Authors=0 AND Conducts=0 AND Lyrics=0 
00000282	10.23198509	[6012] 5284 DB lock finished, took 3003862.
00000283	10.23488903	[6012] GetFileInfo: C:\mp3\The Album Leaf\2004 - In a Safe Place\02 - Thule.mp3
00000284	10.23492908	[6012] 5284 DB prepare SQL: SELECT Songs.* FROM Songs WHERE Songs.IDMedia=? AND Songs.SongPath=?
00000285	10.23530388	[6012] 5284 DB query prepare finished, took 907706.
00000286	10.23539829	[6012] 5284 DB open SQL: SELECT Songs.* FROM Songs WHERE Songs.IDMedia=? AND Songs.SongPath=? 
00000287	10.23618603	[6012] 5284 DB lock finished, took 1917148.
00000288	10.23648262	[6012] Added Cover Lists: 2
00000289	10.23651695	[6012] Added Covers: 3
00000290	10.23668098	[6012] Added Covers: 4
00000291	10.23739815	[6012] Remaining Covers: 3
00000292	10.23749352	[6012] Remaining Covers: 2
00000293	10.23768330	[6012] Remaining Cover Lists: 1
00000294	10.23780346	[6012] GetFileInfo: Found in DB
00000295	10.23837662	[6012] Going to make final callback 5284
00000296	10.23935986	[6012] DB: Deleting prepared query: SELECT ID FROM Albums WHERE Tracks=0 
00000297	10.23961067	[6012] DB: Deleting prepared query: SELECT ID FROM Artists WHERE Tracks=0 AND Albums=0 AND Authors=0 AND Conducts=0 AND Lyrics=0 
00000298	10.23962498	[6012] Thread has started 4748
00000299	10.23965359	[6012] DB: Deleting prepared query: SELECT Songs.* FROM Songs WHERE Songs.IDMedia=? AND Songs.SongPath=? 
00000300	10.23968887	[6012] Thread registered, going to initialize 4748
00000301	10.23972702	[6012] Thread initialized 4748
00000302	10.23977280	[6012] Thread has finished 5284
00000303	10.24249935	[6012] 3816 DB open SQL: SELECT * FROM Filters ORDER BY Pos 
00000304	10.24354553	[6012] 3816 DB lock finished, took 2586660.
00000305	10.24606705	[6012] 3816 DB prepare SQL: SELECT Songs.ID FROM Songs WHERE Songs.ID=? AND ( Songs.TrackType=1 )
00000306	10.24613667	[6012] 3816 DB query prepare finished, took 102875.
00000307	10.24633980	[6012] 3816 DB prepare SQL: SELECT Songs.ID FROM Songs WHERE Songs.ID=? AND ( Songs.TrackType=2 )
00000308	10.24639511	[6012] 3816 DB query prepare finished, took 81842.
00000309	10.24659634	[6012] 3816 DB prepare SQL: SELECT Songs.ID FROM Songs WHERE Songs.ID=? AND ( Songs.TrackType=0 )
00000310	10.24664974	[6012] 3816 DB query prepare finished, took 79515.
00000311	10.24685287	[6012] 3816 DB prepare SQL: SELECT Songs.ID FROM Songs WHERE Songs.ID=? AND ( ( mediaaccessible( Songs.IdMedia) OR Songs.CacheStatus=1) )
00000312	10.24691677	[6012] 3816 DB query prepare finished, took 101289.
00000313	10.24694157	[6012] 3816 DB open SQL: SELECT * FROM Filters WHERE ID=0 
00000314	10.24765873	[6012] 3816 DB lock finished, took 1755590.
00000315	10.25131798	[6012] Node Library starting.
00000316	10.25133705	[6012] Node Library going to clear SongList.
00000317	10.26354504	[6012] Thread has started 5000
00000318	10.26357937	[6012] Thread registered, going to initialize 5000
00000319	10.26363468	[6012] Thread initialized 5000
00000320	10.26889801	[6012] Winamp simulation window received messsage 12
00000321	10.26891994	[6012] Winamp sim - message left to the default processing
00000322	10.26984787	[6012] GetFileInfo: C:\mp3\The Album Leaf\2004 - In a Safe Place\01 - Window.mp3
00000323	10.27058125	[6012] 5748 DB prepare SQL: SELECT Songs.* FROM Songs WHERE Songs.IDMedia=? AND Songs.SongPath=?
00000324	10.27079487	[6012] 5748 DB query prepare finished, took 817494.
00000325	10.27117920	[6012] 5000 DB open SQL: SELECT Songs.* 
00000326	10.27117920	[6012] FROM Songs 
00000327	10.27117920	[6012]  
00000328	10.27127647	[6012] 5748 DB open SQL: SELECT Songs.* FROM Songs WHERE Songs.IDMedia=? AND Songs.SongPath=? 
00000329	10.27260113	[6012] 5000 DB lock finished, took 4471013.
00000330	10.27357292	[6012] 5748 DB lock finished, took 5625862.
00000331	10.27368259	[6012] GetFileInfo: Found in DB
00000332	10.27555656	[6012] GetFileInfo: C:\mp3\The Album Leaf\2004 - In a Safe Place\03 - On your Way.mp3
00000333	10.27583599	[6012] 5748 DB open SQL: SELECT Songs.* FROM Songs WHERE Songs.IDMedia=? AND Songs.SongPath=? 
00000334	10.28067207	[6012] 5748 DB lock finished, took 11999953.
00000335	10.28107929	[6012] GetFileInfo: Found in DB
00000336	10.28110504	[6012] GetFileInfo: C:\mp3\The Album Leaf\2004 - In a Safe Place\04 - Twentytwofourteen.mp3
00000337	10.28122234	[6012] 5748 DB open SQL: SELECT Songs.* FROM Songs WHERE Songs.IDMedia=? AND Songs.SongPath=? 
00000338	10.28274536	[6012] 5748 DB lock finished, took 3605117.
00000339	10.28284168	[6012] GetFileInfo: Found in DB
00000340	10.28287888	[6012] GetFileInfo: C:\mp3\The Album Leaf\2004 - In a Safe Place\05 - The Outer Banks.mp3
00000341	10.28294849	[6012] 5748 DB open SQL: SELECT Songs.* FROM Songs WHERE Songs.IDMedia=? AND Songs.SongPath=? 
00000342	10.28395462	[6012] 5748 DB lock finished, took 2437453.
00000343	10.28403473	[6012] GetFileInfo: Found in DB
00000344	10.28410912	[6012] GetFileInfo: C:\mp3\The Album Leaf\2004 - In a Safe Place\06 - Over the Pond.mp3
00000345	10.28450680	[6012] 5748 DB open SQL: SELECT Songs.* FROM Songs WHERE Songs.IDMedia=? AND Songs.SongPath=? 
00000346	10.28549767	[6012] 5748 DB lock finished, took 2381907.
00000347	10.28563499	[6012] GetFileInfo: Found in DB
00000348	10.28565407	[6012] GetFileInfo: C:\mp3\The Album Leaf\2004 - In a Safe Place\07 - Another Day (Revisited).mp3
00000349	10.28600883	[6012] 5748 DB open SQL: SELECT Songs.* FROM Songs WHERE Songs.IDMedia=? AND Songs.SongPath=? 
00000350	10.28704071	[6012] 5748 DB lock finished, took 2442935.
00000351	10.28713512	[6012] GetFileInfo: Found in DB
00000352	10.28723145	[6012] GetFileInfo: C:\mp3\The Album Leaf\2004 - In a Safe Place\08 - Streamside.mp3
00000353	10.28757286	[6012] 5748 DB open SQL: SELECT Songs.* FROM Songs WHERE Songs.IDMedia=? AND Songs.SongPath=? 
00000354	10.28859329	[6012] 5748 DB lock finished, took 2474978.
00000355	10.28869438	[6012] GetFileInfo: Found in DB
00000356	10.28872299	[6012] GetFileInfo: C:\mp3\The Album Leaf\2004 - In a Safe Place\09 - Eastern Glow.mp3
00000357	10.28880596	[6012] 5748 DB open SQL: SELECT Songs.* FROM Songs WHERE Songs.IDMedia=? AND Songs.SongPath=? 
00000358	10.29020500	[6012] 5748 DB lock finished, took 3263373.
00000359	10.29033184	[6012] GetFileInfo: Found in DB
00000360	10.29035187	[6012] GetFileInfo: C:\mp3\The Album Leaf\2004 - In a Safe Place\10 - Moss Mountain Town.mp3
00000361	10.29076099	[6012] 5748 DB open SQL: SELECT Songs.* FROM Songs WHERE Songs.IDMedia=? AND Songs.SongPath=? 
00000362	10.29134941	[6012] 5748 DB lock finished, took 1511925.
00000363	10.29188061	[6012] GetFileInfo: Found in DB
00000364	10.29798031	[6012] 3816 DB open SQL: SELECT Songs.ID FROM Songs WHERE Songs.ID=? AND ( Songs.TrackType=1 ) 
00000365	10.29892921	[6012] 3816 DB lock finished, took 2078116.
00000366	10.29957294	[6012] 3816 DB open SQL: SELECT Songs.ID FROM Songs WHERE Songs.ID=? AND ( Songs.TrackType=2 ) 
00000367	10.30078220	[6012] 3816 DB lock finished, took 2970517.
00000368	10.30122852	[6012] 3816 DB open SQL: SELECT Songs.ID FROM Songs WHERE Songs.ID=? AND ( Songs.TrackType=1 ) 
00000369	10.30239010	[6012] 3816 DB lock finished, took 2862065.
00000370	10.30282974	[6012] 3816 DB open SQL: SELECT Songs.ID FROM Songs WHERE Songs.ID=? AND ( Songs.TrackType=2 ) 
00000371	10.30390167	[6012] 3816 DB lock finished, took 2640896.
00000372	10.31332493	[6012] Going to make final callback 5748
00000373	10.31362438	[6012] DB: Deleting prepared query: SELECT Songs.* FROM Songs WHERE Songs.IDMedia=? AND Songs.SongPath=? 
00000374	10.31419945	[6012] Thread has finished 5748
00000375	10.36889744	[6012] Winamp simulation window received messsage 12
00000376	10.37147045	[6012] Winamp sim - message left to the default processing
00000377	10.40202522	[6012] Assoc: AssociateOnlyExts starting
00000378	10.40204334	[6012] Assoc: PrepareAssociation starting
00000379	10.40335083	[6012] Assoc: PrepareAssociation autoplay handlers installed
00000380	10.40350533	[6012] Assoc: PrepareAssociation media client installed
00000381	10.40370083	[6012] Assoc: PrepareAssociation default programs installed
00000382	10.40371513	[6012] Assoc: Associating: mmip
00000383	10.40421772	[6012] Assoc: Associated: mmip
00000384	10.40423870	[6012] Assoc: Associating: AAC
00000385	10.40512562	[6012] Assoc: Associated: AAC
00000386	10.40513992	[6012] Assoc: Associating: APE
00000387	10.40600014	[6012] Assoc: Associated: APE
00000388	10.40603352	[6012] Assoc: Associating: APL
00000389	10.40688419	[6012] Assoc: Associated: APL
00000390	10.40690517	[6012] Assoc: Associating: CDA
00000391	10.40806007	[6012] Assoc: Associated: CDA
00000392	10.40809917	[6012] Assoc: Associating: FLA
00000393	10.40900898	[6012] Assoc: Associated: FLA
00000394	10.40902996	[6012] Assoc: Associating: FLAC
00000395	10.40993690	[6012] Assoc: Associated: FLAC
00000396	10.40995884	[6012] Assoc: Associating: M3U
00000397	10.41096401	[6012] Assoc: Associated: M3U
00000398	10.41099930	[6012] Assoc: Associating: M4A
00000399	10.41186810	[6012] Assoc: Associated: M4A
00000400	10.41189098	[6012] Assoc: Associating: M4B
00000401	10.41303921	[6012] Assoc: Associated: M4B
00000402	10.41308498	[6012] Assoc: Associating: M4P
00000403	10.41398811	[6012] Assoc: Associated: M4P
00000404	10.41399956	[6012] Assoc: Associating: MAC
00000405	10.41488361	[6012] Assoc: Associated: MAC
00000406	10.41490364	[6012] Assoc: Associating: MP+
00000407	10.41590023	[6012] Assoc: Associated: MP+
00000408	10.41592216	[6012] Assoc: Associating: MP3
00000409	10.41683578	[6012] Assoc: Associated: MP3
00000410	10.41686058	[6012] Assoc: Associating: MP4
00000411	10.41778088	[6012] Assoc: Associated: MP4
00000412	10.41780472	[6012] Assoc: Associating: MPC
00000413	10.41872692	[6012] Assoc: Associated: MPC
00000414	10.41873932	[6012] Assoc: Associating: MPP
00000415	10.41974640	[6012] Assoc: Associated: MPP
00000416	10.41976738	[6012] Assoc: Associating: OGG
00000417	10.42066097	[6012] Assoc: Associated: OGG
00000418	10.42067623	[6012] Assoc: Associating: PLS
00000419	10.42164803	[6012] Assoc: Associated: PLS
00000420	10.42165756	[6012] Assoc: Associating: VQF
00000421	10.42251492	[6012] Assoc: Associated: VQF
00000422	10.42253780	[6012] Assoc: Associating: WAV
00000423	10.42342758	[6012] Assoc: Associated: WAV
00000424	10.42346191	[6012] Assoc: Associating: WMA
00000425	10.42442608	[6012] Assoc: Associated: WMA
00000426	10.42444706	[6012] Assoc: AssociateOnlyExts finished
00000427	10.42462730	[6012] Going to check for a new version.
00000428	10.54208374	[6012] Going to make final callback 4748
00000429	10.54212379	[6012] Thread has finished 4748
00000430	10.77909279	[6012] Going to make final callback 5000
00000431	10.79489708	[6012] Thread has finished 5000
00000432	12.33959103	[6012] Forms: Received WM_ACTIVATEAPP
00000433	12.33963776	[6012] Forms: Accepted WM_ACTIVATEAPP -
00000434	12.33990955	[6012] Forms: NormalizeTopMosts: Level: 0
00000435	12.33999252	[6012] Forms: NormalizeTopMost: Starting
00000436	12.34111881	[6012] Winamp sim - ignoring.
00000437	12.34114552	[6012] Winamp simulation window received messsage 28
00000438	12.34298706	[6012] Winamp sim - ignoring.
00000439	12.35094738	[6012] Forms: Received WM_ACTIVATEAPP
00000440	12.35098934	[6012] Forms: Accepted WM_ACTIVATEAPP +
00000441	12.35099983	[6012] Forms: RestoreTopMost: Level: 1
00000442	12.35101795	[6012] Forms: RestoreTopMost: Starting
00000443	12.35196686	[6012] Winamp sim - ignoring.
00000444	12.35199356	[6012] Winamp simulation window received messsage 28
00000445	12.35203934	[6012] Winamp sim - ignoring.
00000446	13.35981178	[6012] Forms: Received WM_ACTIVATEAPP
00000447	13.35982704	[6012] Forms: Accepted WM_ACTIVATEAPP -
00000448	13.35984516	[6012] Forms: NormalizeTopMosts: Level: 0
00000449	13.36001015	[6012] Forms: NormalizeTopMost: Starting
00000450	13.36109734	[6012] Winamp sim - ignoring.
00000451	13.36112118	[6012] Winamp simulation window received messsage 28
00000452	13.36114216	[6012] Winamp sim - ignoring.
00000453	13.48813343	[6012] Forms: NormalizeTopMosts: Level: 1
00000454	13.56024075	[6012] Setting PlayerSkin
00000455	13.56498051	[6012] Initializing Player Skin
00000456	13.56508160	[6012] Creating Button Object: MaximizeButton
00000457	13.56515884	[6012] Initializing Player Skin
00000458	13.56528950	[6012] Creating StateButton Object: MuteButton
00000459	13.56534863	[6012] Initializing Player Skin
00000460	13.56545544	[6012] Creating TrackBar Object: VolumeBar
00000461	13.56551552	[6012] Initializing Player Skin
00000462	13.56559944	[6012] Creating TrackBar Object: SeekBar
00000463	13.56565571	[6012] Initializing Player Skin
00000464	13.56573868	[6012] Creating Button Object: StopButton
00000465	13.56579494	[6012] Initializing Player Skin
00000466	13.56588078	[6012] Creating Button Object: NextButton
00000467	13.56593704	[6012] Initializing Player Skin
00000468	13.56602097	[6012] Creating Button Object: PrevButton
00000469	13.56607819	[6012] Initializing Player Skin
00000470	13.56616211	[6012] Creating StateButton Object: PlayPauseButton
00000471	13.56622505	[6012] Initializing Player Skin
00000472	14.82764721	[6012] WMDM: Notifications ok.
00000473	14.82768154	[6012] WMDM: Looking for device changes...
00000474	14.84229946	[6012] WMDM: Is Inserted: Removable Disk (F:), 1::\\?\storage#removablemedia#7&25df0b58&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0!USB@\\?\storage#removablemedia#7&25df0b58&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0, \\?\storage#removablemedia#7&25df0b58&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0
00000475	14.92611885	[6012] WMDM: It's a new device - adding
00000476	15.16088581	[6012] WMDM: Querying device capabilities.
00000477	15.17179012	[6012] WMDM: EnumStorage: 0
00000478	15.17181969	[6012] WMDM: Root storage found
00000479	15.17279053	[6012] WMDM: Storage attrib: 0
00000480	15.17281628	[6012] WMDM: support_RootFolders - yes
00000481	15.17283440	[6012] WMDM: support_RootFiles - yes
00000482	15.17293835	[6012] 3816 DB exec SQL: UPDATE Devices SET DeviceCaption='Removable Disk (F:)' WHERE ID=6 
00000483	15.17295742	[6012] 3816 DB lock successful.
00000484	15.90652943	[6012] 3816 DB lock finished, took 1856461595.
00000485	15.90671635	[6012] 3816 DB open SQL: SELECT * FROM Filters WHERE ID=0 
00000486	15.90755558	[6012] 3816 DB lock finished, took 2063068.
00000487	15.90820122	[6012] WMDM: Capabilities:
00000488	15.90838814	[6012] WMDM: Audio album type: 0
00000489	15.90840912	[6012] WMDM: Playlist type: 0
00000490	15.90842533	[6012] WMDM: RootFolder - OK
00000491	15.90849781	[6012] WMDM: RootFiles - OK
00000492	15.92299747	[6012] WMDM: Is Inserted: Removable Disk (G:), 1::\\?\storage#removablemedia#7&2dd3e0b3&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0!USB@\\?\storage#removablemedia#7&2dd3e0b3&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0, \\?\storage#removablemedia#7&2dd3e0b3&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0
00000493	16.02006531	[6012] WMDM: It's a new device - adding
00000494	16.18635178	[6012] WMDM: Querying device capabilities.
00000495	16.19663811	[6012] WMDM: EnumStorage: 0
00000496	16.19665909	[6012] WMDM: Root storage found
00000497	16.19765663	[6012] WMDM: Storage attrib: 0
00000498	16.19768143	[6012] WMDM: support_RootFolders - yes
00000499	16.19772720	[6012] WMDM: support_RootFiles - yes
00000500	16.19780731	[6012] 3816 DB exec SQL: UPDATE Devices SET DeviceCaption='Removable Disk (G:)' WHERE ID=7 
00000501	16.19782639	[6012] 3816 DB lock successful.
00000502	16.36495209	[6012] 3816 DB lock finished, took 422854433.
00000503	16.36515999	[6012] 3816 DB open SQL: SELECT * FROM Filters WHERE ID=0 
00000504	16.36603165	[6012] 3816 DB lock finished, took 2136683.
00000505	16.36681175	[6012] WMDM: Capabilities:
00000506	16.36684227	[6012] WMDM: Audio album type: 0
00000507	16.36686325	[6012] WMDM: Playlist type: 0
00000508	16.36688042	[6012] WMDM: RootFolder - OK
00000509	16.36690331	[6012] WMDM: RootFiles - OK
00000510	16.37751007	[6012] WMDM: Is Inserted: Removable Disk (H:), 1::\\?\storage#removablemedia#7&37a3f98c&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0!USB@\\?\storage#removablemedia#7&37a3f98c&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0, \\?\storage#removablemedia#7&37a3f98c&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0
00000511	16.46208763	[6012] WMDM: It's a new device - adding
00000512	16.64114380	[6012] WMDM: Querying device capabilities.
00000513	16.65199852	[6012] WMDM: EnumStorage: 0
00000514	16.65216446	[6012] WMDM: Root storage found
00000515	16.65313339	[6012] WMDM: Storage attrib: 0
00000516	16.65315628	[6012] WMDM: support_RootFolders - yes
00000517	16.65317345	[6012] WMDM: support_RootFiles - yes
00000518	16.65326881	[6012] 3816 DB exec SQL: UPDATE Devices SET DeviceCaption='Removable Disk (H:)' WHERE ID=8 
00000519	16.65328789	[6012] 3816 DB lock successful.
00000520	16.76921654	[6012] 3816 DB lock finished, took 293280902.
00000521	16.76942253	[6012] 3816 DB open SQL: SELECT * FROM Filters WHERE ID=0 
00000522	16.77030373	[6012] 3816 DB lock finished, took 2165620.
00000523	16.77094078	[6012] WMDM: Capabilities:
00000524	16.77097702	[6012] WMDM: Audio album type: 0
00000525	16.77099419	[6012] WMDM: Playlist type: 0
00000526	16.77101707	[6012] WMDM: RootFolder - OK
00000527	16.77104378	[6012] WMDM: RootFiles - OK
00000528	16.77868080	[6012] WMDM: Is Inserted: JETHRO (E:), \\?\storage#removablemedia#7&9503683&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0!USB@\\?\storage#removablemedia#7&9503683&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0, \\?\storage#removablemedia#7&9503683&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0
00000529	16.89143753	[6012] WMDM: We don't trust this device, let's wait a while.
00000530	16.90249634	[6012] WMDM: Is Inserted: Removable Disk (I:), 1::\\?\storage#removablemedia#7&e2788d8&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0!USB@\\?\storage#removablemedia#7&e2788d8&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0, \\?\storage#removablemedia#7&e2788d8&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0
00000531	16.98640251	[6012] WMDM: It's a new device - adding
00000532	17.15575027	[6012] WMDM: Querying device capabilities.
00000533	17.16624641	[6012] WMDM: EnumStorage: 0
00000534	17.16626740	[6012] WMDM: Root storage found
00000535	17.16724396	[6012] WMDM: Storage attrib: 0
00000536	17.16726685	[6012] WMDM: support_RootFolders - yes
00000537	17.16728401	[6012] WMDM: support_RootFiles - yes
00000538	17.16739273	[6012] 3816 DB exec SQL: UPDATE Devices SET DeviceCaption='Removable Disk (I:)' WHERE ID=9 
00000539	17.16741180	[6012] 3816 DB lock successful.
00000540	17.33573914	[6012] 3816 DB lock finished, took 425904949.
00000541	17.33600998	[6012] 3816 DB open SQL: SELECT * FROM Filters WHERE ID=0 
00000542	17.33694077	[6012] 3816 DB lock finished, took 2294878.
00000543	17.33769417	[6012] WMDM: Capabilities:
00000544	17.33771133	[6012] WMDM: Audio album type: 0
00000545	17.33773804	[6012] WMDM: Playlist type: 0
00000546	17.33776093	[6012] WMDM: RootFolder - OK
00000547	17.33803177	[6012] WMDM: RootFiles - OK
00000548	17.33809662	[6012] WMDM: Queueing action id:0
00000549	17.33811569	[6012] WMDM: Finished action id: 0
00000550	20.68706894	[4976] FastMM has been installed.
00000551	20.74182892	[4976] InstanceManager - registering class.
00000552	20.74186325	[4976] InstanceManager - creating mutex.
00000553	20.74188614	[4976] InstanceManager - finding window.
00000554	20.74200058	[4976] InstanceManager - sending message to another instance.
00000555	20.74205017	[6012] InstanceManager - received message
00000556	20.74207115	[6012] InstanceManager - going to call proc
00000557	20.74208641	[6012] OnAnotherInstanceStart called
00000558	20.74374771	[6012] Forms: Received WM_ACTIVATEAPP
00000559	20.74376488	[6012] Forms: Accepted WM_ACTIVATEAPP +
00000560	20.74378395	[6012] Forms: RestoreTopMost: Level: 2
00000561	20.74381638	[6012] Winamp sim - ignoring.
00000562	20.74383926	[6012] Winamp simulation window received messsage 28
00000563	20.74385643	[6012] Winamp sim - ignoring.
00000564	20.91526413	[6012] Setting PlayerSkin
00000565	20.91952705	[6012] Initializing Player Skin
00000566	20.91960335	[6012] Initializing Player Skin
00000567	20.92016792	[6012] Creating Panel Object: Visualization
00000568	20.92050934	[6012] Initializing Player Skin
00000569	20.92060089	[6012] Creating Panel Object: StatusPanel
00000570	20.92070198	[6012] Initializing Player Skin
00000571	20.92079163	[6012] Creating StateButton Object: PlaylistButton
00000572	20.92098236	[6012] Initializing Player Skin
00000573	20.92106819	[6012] Creating StateButton Object: EQButton
00000574	20.92126274	[6012] Initializing Player Skin
00000575	20.92135429	[6012] Creating StateButton Object: ShuffleButton
00000576	20.92155647	[6012] Initializing Player Skin
00000577	20.92164230	[6012] Creating StateButton Object: ContinousButton
00000578	20.92186165	[6012] Initializing Player Skin
00000579	20.92198563	[6012] Creating Text Object: Custom4
00000580	20.92237663	[6012] Initializing Player Skin
00000581	20.92248344	[6012] Creating Text Object: Custom3
00000582	20.92277145	[6012] Initializing Player Skin
00000583	20.92289543	[6012] Creating Text Object: Custom2
00000584	20.92318344	[6012] Initializing Player Skin
00000585	20.92333984	[6012] Creating Text Object: Custom1
00000586	20.92362976	[6012] Initializing Player Skin
00000587	20.92374611	[6012] Creating Text Object: SongTitle
00000588	20.92405319	[6012] Initializing Player Skin
00000589	20.92417145	[6012] Creating Text Object: KbpsDisplay
00000590	20.92449951	[6012] Initializing Player Skin
00000591	20.92460823	[6012] Creating Text Object: TimeDisplay
00000592	20.92491913	[6012] Initializing Player Skin
00000593	20.92501450	[6012] Creating Panel Object: Rating
00000594	20.92805099	[6012] Initializing Player Skin
00000595	20.92815399	[6012] Creating StateButton Object: MuteButton
00000596	20.92845917	[6012] Initializing Player Skin
00000597	20.92859840	[6012] Creating TrackBar Object: VolumeBar
00000598	20.92888641	[6012] Initializing Player Skin
00000599	20.92897797	[6012] Creating TrackBar Object: SeekBar
00000600	20.92927742	[6012] Initializing Player Skin
00000601	20.92936516	[6012] Creating Button Object: StopButton
00000602	20.92966843	[6012] Initializing Player Skin
00000603	20.92975807	[6012] Creating Button Object: NextButton
00000604	20.93006134	[6012] Initializing Player Skin
00000605	20.93021202	[6012] Creating Button Object: PrevButton
00000606	20.93051910	[6012] Initializing Player Skin
00000607	20.93060684	[6012] Creating StateButton Object: PlayPauseButton
00000608	20.93093872	[6012] Initializing Player Skin
00000609	21.02709579	[6012] Forms: RestoreTopMost: Level: 1
00000610	21.02711487	[6012] Forms: RestoreTopMost: Starting
00000611	21.16712189	[6012] Received command line: '"C:\Program Files\MediaMonkey\MediaMonkey.exe" '
00000612	21.16714096	[6012] InstanceManager - proc called
00000613	21.16812897	[4976] InstanceManager - window destroyed
00000614	21.23908806	[4976] FastMM has been uninstalled.
00000615	23.33818817	[6012] WMDM: Starting action id: 0
00000616	23.33822250	[6012] WMDM: Looking for device changes...
00000617	23.35207939	[6012] WMDM: Is Inserted: Removable Disk (F:), 1::\\?\storage#removablemedia#7&25df0b58&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0!USB@\\?\storage#removablemedia#7&25df0b58&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0, \\?\storage#removablemedia#7&25df0b58&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0
00000618	23.36269760	[6012] WMDM: Is Inserted: Removable Disk (G:), 1::\\?\storage#removablemedia#7&2dd3e0b3&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0!USB@\\?\storage#removablemedia#7&2dd3e0b3&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0, \\?\storage#removablemedia#7&2dd3e0b3&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0
00000619	23.37587738	[6012] WMDM: Is Inserted: Removable Disk (H:), 1::\\?\storage#removablemedia#7&37a3f98c&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0!USB@\\?\storage#removablemedia#7&37a3f98c&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0, \\?\storage#removablemedia#7&37a3f98c&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0
00000620	23.38403130	[6012] WMDM: Is Inserted: JETHRO (E:), \\?\storage#removablemedia#7&9503683&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0!USB@\\?\storage#removablemedia#7&9503683&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0, \\?\storage#removablemedia#7&9503683&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0
00000621	23.52628708	[6012] WMDM: It's a new device - adding
00000622	23.53675461	[6012] WMDM: Is Inserted: Removable Disk (I:), 1::\\?\storage#removablemedia#7&e2788d8&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0!USB@\\?\storage#removablemedia#7&e2788d8&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0, \\?\storage#removablemedia#7&e2788d8&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0
00000623	23.53677940	[6012] WMDM: Finished action id: 0
00000624	33.57017517	[6012] We were asked to finish.
00000625	33.57420731	[6012] We are really going to finish.
00000626	33.58580017	[6012] Forms: Received WM_ACTIVATEAPP
00000627	33.58654785	[6012] Forms: Accepted WM_ACTIVATEAPP -
00000628	33.59180069	[6012] Forms: NormalizeTopMosts: Level: 0
00000629	33.59214020	[6012] Forms: NormalizeTopMost: Starting
00000630	33.59371567	[6012] Winamp sim - ignoring.
00000631	33.59754181	[6012] Winamp simulation window received messsage 28
00000632	33.59771347	[6012] Winamp sim - ignoring.
00000633	33.59812927	[6012] Close auto-tag.
00000634	33.59815216	[6012] _Stop: started
00000635	33.61147690	[6012] _Stop: finished
00000636	33.61161423	[6012] Playback stopped.
00000637	33.61171341	[6012] Termination of all threads started.
00000638	33.61179352	[6012] There is currently 0 threads running.
00000639	33.61188507	[6012] All threads were asked to terminate.
00000640	33.61201096	[6012] All threads really terminated.
00000641	33.61212540	[6012] Termination of all threads finished.
00000642	33.65206146	[6012] Terminating device handlers.
00000643	33.65212631	[6012] Devices: Unloading C:\Program Files\MediaMonkey\Plugins\d_WMDM.dll
00000644	33.65216827	[6012] WMDM: Closing WMDM
00000645	33.65235519	[6012] WMDM: Queueing action id:0
00000646	33.65245056	[6012] WMDM: Starting action id: 0
00000647	33.65294266	[6012] WMDM: Removing Device: Removable Disk (I:), 1::\\?\storage#removablemedia#7&e2788d8&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0!USB@\\?\storage#removablemedia#7&e2788d8&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0
00000648	33.65297318	[6012] WMDM: Waiting for queued actions to terminate
00000649	33.65300369	[6012] Devices: Removing device
00000650	33.65303040	[6012] Devices: Removing device: Removable Disk (I:)
00000651	33.65321350	[6012] WMDM: Waiting for queued actions to terminate
00000652	33.65326691	[6012] WMDM: Removing Device: Removable Disk (H:), 1::\\?\storage#removablemedia#7&37a3f98c&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0!USB@\\?\storage#removablemedia#7&37a3f98c&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0
00000653	33.65609360	[6012] Devices: Removing device
00000654	33.65611649	[6012] Devices: Removing device: Removable Disk (H:)
00000655	33.65629578	[6012] WMDM: Removing Device: Removable Disk (G:), 1::\\?\storage#removablemedia#7&2dd3e0b3&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0!USB@\\?\storage#removablemedia#7&2dd3e0b3&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0
00000656	33.65637207	[6012] Devices: Removing device
00000657	33.65639877	[6012] Devices: Removing device: Removable Disk (G:)
00000658	33.65654373	[6012] WMDM: Removing Device: Removable Disk (F:), 1::\\?\storage#removablemedia#7&25df0b58&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0!USB@\\?\storage#removablemedia#7&25df0b58&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0
00000659	33.65658951	[6012] Devices: Removing device
00000660	33.65673828	[6012] Devices: Removing device: Removable Disk (F:)
00000661	33.65675354	[6012] WMDM: Closing Notifications
00000662	33.65678406	[6012] WMDM: Closing Notifications 2
00000663	33.65680695	[6012] WMDM: Closing Notifications 3
00000664	33.65682983	[6012] WMDM: Closing Dev manager
00000665	33.65962601	[6012] WMDM: All is terminated
00000666	33.65964508	[6012] WMDM: Finished action id: 0
00000667	34.27121353	[5592] Left. Enter HWND 290b48
00000668	34.65925217	[6012] WMDM: All is finished
00000669	34.65927124	[6012] Devices: fQuit called
00000670	34.65938187	[6012] WMDM: Finalization started
00000671	34.65940475	[6012] WMDM: Finalization finished
00000672	34.66538620	[6012] FastMM has been uninstalled.
00000673	34.66559601	[6012] Devices: Unloading C:\Program Files\MediaMonkey\Plugins\d_USBMass1.dll
00000674	34.66574478	[6012] Devices: fQuit called
00000675	34.66587830	[6012] Devices: Unloading C:\Program Files\MediaMonkey\Plugins\d_iRiverH.dll
00000676	34.66593170	[6012] Devices: fQuit called
00000677	34.66606140	[6012] Devices: Unloading C:\Program Files\MediaMonkey\Plugins\d_iPod.dll
00000678	34.66612244	[6012] Devices: Removing device
00000679	34.66614151	[6012] Devices: Removing device: Jethro - iPod
00000680	34.66617584	[6012] Devices: fQuit called
00000681	34.67274475	[6012] FastMM has been uninstalled.
00000682	34.67321396	[6012] Devices: Unloading C:\Program Files\MediaMonkey\Plugins\d_iPhone.dll
00000683	34.67323303	[6012] Devices: fQuit called
00000684	34.67334747	[6012] FastMM has been uninstalled.
00000685	34.67341232	[6012] Revoking global interface.
00000686	34.67373657	[6012] Terminate auto-scanning.
00000687	34.67377090	[6012] Clear songlist.
00000688	34.67713928	[6012] Terminate player.
00000689	34.67715073	[6012] Going to save the main playlist.
00000690	34.67981720	[6012] Going to close album browser.
00000691	34.67982864	[6012] Going to write settings.
00000692	34.73533630	[3860] Left. Enter HWND 20324
00000693	34.79401016	[6012] Going to hide equalizer.
00000694	34.79402161	[6012] Going to free playlist window.
00000695	34.92716217	[3860] Left. Enter HWND 201cc
00000696	34.97882080	[6012] Removing Cover manager.
00000697	34.97883987	[6012] Removing Error Handlers.
00000698	34.97886276	[6012] Going to free InfoPopup and InfoPopupPreview.
00000699	34.97894669	[6012] Posted WM_QUIT
00000700	34.97896576	[6012] Removing shell hook.
00000701	34.97898483	[6012] Going to free player.
00000702	34.97900391	[6012] Player: Going to remove player plugins object.
00000703	34.97901917	[6012] _Stop: started
00000704	34.97908783	[6012] _Stop: finished
00000705	34.97910690	[6012] SynchronizingAfterTagging finished
00000706	34.97925949	[6012] TWAPluginEngine.Stop - going to stop input plugin
00000707	34.97928238	[6012] TWAPluginEngine.Stop - input plugin stopped
00000708	34.97934341	[6012] Winamp sim - WM_USER message 603
00000709	34.97937393	[6012] Going to quit DSP plugin C:\Program Files\MediaMonkey\Plugins\dsp_DeFX.dll
00000710	34.97939682	[6012] Going to quit output plugin C:\Program Files\MediaMonkey\Plugins\out_wave.dll
00000711	34.97941208	[6012] Going to unload C:\Program Files\MediaMonkey\Plugins\out_wave.dll
00000712	34.97949600	[6012] Going to quit output plugin C:\Program Files\MediaMonkey\Plugins\out_MMDS.dll
00000713	34.97951889	[6012] MMDS: Terminating
00000714	34.97953033	[6012] MMDS: All actions finished
00000715	34.97954941	[6012] MMDS: All data destoyed
00000716	34.97957230	[6012] MMDS: MMInterf disconnected
00000717	34.97959137	[6012] Going to unload C:\Program Files\MediaMonkey\Plugins\out_MMDS.dll
00000718	34.98517227	[6012] FastMM has been uninstalled.
00000719	34.98543167	[6012] Going to quit input plugin C:\Program Files\MediaMonkey\Plugins\in_wmp3.dll
00000720	34.98545074	[6012] Going to unload C:\Program Files\MediaMonkey\Plugins\in_wmp3.dll
00000721	34.98552704	[6012] INWMP3: Close() started
00000722	34.98554230	[6012] INWMP3: Close() 1
00000723	34.98556137	[6012] INWMP3: Close() 2
00000724	34.98557663	[6012] INWMP3: Close() 3
00000725	34.98559952	[6012] INWMP3: Close() finished
00000726	34.98568344	[6012] Going to quit input plugin C:\Program Files\MediaMonkey\Plugins\in_wma.dll
00000727	34.98570251	[6012] Going to unload C:\Program Files\MediaMonkey\Plugins\in_wma.dll
00000728	34.98581696	[6012] Going to quit input plugin C:\Program Files\MediaMonkey\Plugins\in_wav.dll
00000729	34.98583603	[6012] Going to unload C:\Program Files\MediaMonkey\Plugins\in_wav.dll
00000730	34.98591995	[6012] Going to quit input plugin C:\Program Files\MediaMonkey\Plugins\in_vorbis.dll
00000731	34.98593903	[6012] Going to unload C:\Program Files\MediaMonkey\Plugins\in_vorbis.dll
00000732	34.98606491	[6012] Going to quit input plugin C:\Program Files\MediaMonkey\Plugins\in_mpc.dll
00000733	34.98608398	[6012] Going to unload C:\Program Files\MediaMonkey\Plugins\in_mpc.dll
00000734	34.98615265	[6012] Going to quit input plugin C:\Program Files\MediaMonkey\Plugins\in_ape.dll
00000735	34.98617554	[6012] Going to unload C:\Program Files\MediaMonkey\Plugins\in_ape.dll
00000736	34.98662949	[6012] Player: Going to remove player scanning object.
00000737	34.98664856	[6012] Player: Going to remove player entries.
00000738	34.98675156	[6012] Going to close pop-up windows.
00000739	34.98699951	[6012] Going to destroy the main form.
00000740	34.98702240	[6012] Going to free format plugins.
00000741	34.98706055	[6012] Going to unload C:\Program Files\MediaMonkey\Plugins\f_wave.dll
00000742	34.98717880	[6012] Going to unload C:\Program Files\MediaMonkey\Plugins\f_ogg.dll
00000743	34.98725891	[6012] Going to unload C:\Program Files\MediaMonkey\Plugins\f_mpc.dll
00000744	34.99277496	[6012] Going to unload C:\Program Files\MediaMonkey\Plugins\f_flac_codec.dll
00000745	34.99294662	[6012] Going to unload C:\Program Files\MediaMonkey\Plugins\f_flac.dll
00000746	34.99305344	[6012] Going to unload C:\Program Files\MediaMonkey\Plugins\f_ape.dll
00000747	34.99318695	[6012] Going to unload C:\Program Files\MediaMonkey\Plugins\f_aac.dll
00000748	34.99333572	[6012] Going to free playlist structure.
00000749	34.99335861	[6012] Going to free VTmanager and Destroyer.
00000750	34.99345398	[6012] Going to free all remaining structures.
00000751	34.99348450	[6012] Going to terminate help.
00000752	35.05171204	[6012] Remaining Covers: 1
00000753	35.05173874	[6012] Remaining Covers: 0
00000754	35.05176544	[6012] Remaining Cover Lists: 0
00000755	35.07080078	[6012] Closing database.
00000756	35.07082367	[6012] DB: Deleting prepared query: SELECT IDGenre, GenreName FROM Genres 
00000757	35.07085800	[6012] DB: Deleting prepared query: SELECT Songs.* FROM Songs WHERE Songs.IDMedia=? AND Songs.SongPath=? 
00000758	35.07526398	[6012] Going to finish application.
00000759	35.07541275	[6012] InstanceManager - window destroyed
00000760	35.09899521	[6012] FastMM has been uninstalled.

Re: Keyboard Play pause does not work with 3.1 [#2430]

by cheek » Fri May 01, 2009 6:35 pm

Minimized:

Code: Select all

00000010	4.49401522	[4408] FastMM has been installed.
00000011	4.54540491	[4408] InstanceManager - registering class.
00000012	4.54543781	[4408] InstanceManager - creating mutex.
00000013	4.54547596	[4408] InstanceManager - creating window.
00000014	4.54558277	[4408] InstanceManager - releasing mutex.
00000015	4.54583549	[4408] Received command line: '"C:\Program Files\MediaMonkey\MediaMonkey.exe" '
00000016	4.54586601	[4408] Going to read brand data.
00000017	4.54608107	[4408] Going to init Application.
00000018	4.64551401	[4408] Application was inicialized
00000019	4.64563465	[4408] Version: 3.1.0.1240
00000020	5.35807896	[4408] Forms: Received WM_ACTIVATEAPP
00000021	5.36162090	[4408] Splash screen was shown.
00000022	5.71756077	[4408] Going to read ini settigs.
00000023	5.72578669	[4408] DB path: C:\Documents and Settings\nheath.AUCTIVA\Local Settings\Application Data\MediaMonkey\MM.DB , default:  , MyDir: C:\Program Files\MediaMonkey\
00000024	5.72851086	[4408] Going to set a language.
00000025	5.73521996	[4408] Setting titles.
00000026	5.73525429	[4408] Strings translation: started
00000027	5.73587275	[4408] Strings translation: finished
00000028	5.73635530	[4408] Going to init tree manager.
00000029	5.74943638	[4408] Going to insert main tree nodes.
00000030	5.74947929	[4408] Updated 0 nodes in MainTree list.
00000031	5.75098658	[4408] Updated 0 nodes in SongView list.
00000032	5.75101614	[4408] Updated 0 nodes in PodcastsView list.
00000033	5.75103664	[4408] Updated 0 nodes in VSTBrowseList1 list.
00000034	5.75105619	[4408] Updated 0 nodes in VSTBrowseList2 list.
00000035	5.75107670	[4408] Updated 0 nodes in VSTBrowseList3 list.
00000036	5.75250435	[4408] Updated 0 nodes in AlbumArtView list.
00000037	5.75454283	[4408] Going to init now playing window.
00000038	5.79161739	[4408] Now playing initialized.
00000039	5.79164028	[4408] Going to init tree history.
00000040	5.79166603	[4408] Going to init advanced error handlers.
00000041	5.79171562	[4408] Going to init covers window.
00000042	5.80270052	[4408] Going to read toolbar positions.
00000043	5.83384705	[4408] Going to load drag cursors.
00000044	5.83996677	[4408] Going to load player skin.
00000045	6.01845455	[4408] Setting PlayerSkin
00000046	6.02172804	[4408] Initializing Player Skin
00000047	6.02189827	[4408] Initializing Player Skin
00000048	6.02245760	[4408] Creating Panel Object: Visualization
00000049	6.02251816	[4408] Initializing Player Skin
00000050	6.02260780	[4408] Creating Panel Object: StatusPanel
00000051	6.02266550	[4408] Initializing Player Skin
00000052	6.02280760	[4408] Creating StateButton Object: PlaylistButton
00000053	6.02288008	[4408] Initializing Player Skin
00000054	6.02296686	[4408] Creating StateButton Object: EQButton
00000055	6.02303028	[4408] Initializing Player Skin
00000056	6.02311373	[4408] Creating StateButton Object: ShuffleButton
00000057	6.02317524	[4408] Initializing Player Skin
00000058	6.02325916	[4408] Creating StateButton Object: ContinousButton
00000059	6.02332926	[4408] Initializing Player Skin
00000060	6.02345562	[4408] Creating Text Object: Custom4
00000061	6.02524757	[4408] Initializing Player Skin
00000062	6.02535772	[4408] Creating Text Object: Custom3
00000063	6.02558994	[4408] Initializing Player Skin
00000064	6.02572012	[4408] Creating Text Object: Custom2
00000065	6.02593470	[4408] Initializing Player Skin
00000066	6.02606344	[4408] Creating Text Object: Custom1
00000067	6.02628660	[4408] Initializing Player Skin
00000068	6.02640390	[4408] Creating Text Object: SongTitle
00000069	6.02663755	[4408] Initializing Player Skin
00000070	6.02681351	[4408] Creating Text Object: KbpsDisplay
00000071	6.02707195	[4408] Initializing Player Skin
00000072	6.02718163	[4408] Creating Text Object: TimeDisplay
00000073	6.02741385	[4408] Initializing Player Skin
00000074	6.02751017	[4408] Creating Panel Object: Rating
00000075	6.02986145	[4408] Initializing Player Skin
00000076	6.02996778	[4408] Creating StateButton Object: MuteButton
00000077	6.03019810	[4408] Initializing Player Skin
00000078	6.03033924	[4408] Creating TrackBar Object: VolumeBar
00000079	6.03055334	[4408] Initializing Player Skin
00000080	6.03064299	[4408] Creating TrackBar Object: SeekBar
00000081	6.03086281	[4408] Initializing Player Skin
00000082	6.03095150	[4408] Creating Button Object: StopButton
00000083	6.03118038	[4408] Initializing Player Skin
00000084	6.03127289	[4408] Creating Button Object: NextButton
00000085	6.03150368	[4408] Initializing Player Skin
00000086	6.03174400	[4408] Creating Button Object: PrevButton
00000087	6.03196907	[4408] Initializing Player Skin
00000088	6.03198195	[4408] Creating StateButton Object: PlayPauseButton
00000089	6.03223181	[4408] Initializing Player Skin
00000090	6.08220291	[4408] Removing file: C:\Documents and Settings\nheath.AUCTIVA\Local Settings\Temp\34736468.tmp
00000091	6.08229923	[4408] Removal complete
00000092	6.12466002	[4408] Going to check DB exists.
00000093	6.12479305	[4408] Going to init DB.
00000094	6.12481880	[4408] DB - Going to Open.
00000095	6.12483644	[4408] DB - Opened.
00000096	6.12485313	[4408] Going to check DB version.
00000097	6.12826014	[4408] Thread has started 4236
00000098	6.12837505	[4408] Thread registered, going to initialize 4236
00000099	6.12853909	[4408] Thread initialized 4236
00000100	6.12897062	[4408] MMModuleInit
00000101	6.26968527	[4408] 4236 DB open SQL: SELECT NULL FROM sqlite_master WHERE type='table' AND name='DBInfo' 
00000102	6.27038336	[4408] 4236 DB lock finished, took 1651718.
00000103	6.27042437	[4408] 4236 DB open SQL: SELECT * FROM DBInfo 
00000104	6.27109528	[4408] 4236 DB lock finished, took 1634959.
00000105	6.27256727	[4408] 4236 DB open SQL: SELECT * FROM Medias WHERE TurnedSN<>0 
00000106	6.27323771	[4408] 4236 DB lock finished, took 1636527.
00000107	6.27327251	[4408] Going to do the first time actions.
00000108	6.27330923	[4408] Going to make final callback 4236
00000109	6.27333450	[4408] 2768 DB open SQL: SELECT IdMedia FROM Medias WHERE DriveType = 12345 
00000110	6.27340317	[4408] Thread has finished 4236
00000111	6.27417088	[4408] 2768 DB lock finished, took 2094465.
00000112	6.27419567	[4408] 2768 DB open SQL: SELECT IdMedia FROM Medias WHERE DriveType = 12346 
00000113	6.27486372	[4408] 2768 DB lock finished, took 1626334.
00000114	6.27489424	[4408] Going to start drive update thread.
00000115	6.27786112	[4408] Going to read DB structures.
00000116	6.27789593	[4408] 2768 DB open SQL: SELECT * FROM Medias ORDER BY Medias.IDMedia 
00000117	6.27829170	[4408] Thread has started 4392
00000118	6.27831888	[4408] Thread registered, going to initialize 4392
00000119	6.27833796	[4408] Thread initialized 4392
00000120	6.27907181	[4408] 2768 DB lock finished, took 2906981.
00000121	6.28018761	[4408] 2768 DB open SQL: SELECT * FROM Lists WHERE IDListType = 1 ORDER BY SortOrder 
00000122	6.28084517	[4408] 2768 DB lock finished, took 1603752.
00000123	6.28288698	[4408] 2768 DB open SQL: SELECT * FROM Lists WHERE IDListType = 2 ORDER BY SortOrder 
00000124	6.28357267	[4408] 2768 DB lock finished, took 1671620.
00000125	6.28577280	[4408] 2768 DB open SQL: SELECT * FROM Lists WHERE IDListType = 3 ORDER BY SortOrder 
00000126	6.28646469	[4408] 2768 DB lock finished, took 1607809.
00000127	6.28943253	[4408] 2768 DB open SQL: SELECT * FROM Lists WHERE IDListType = 4 ORDER BY SortOrder 
00000128	6.29008436	[4408] 2768 DB lock finished, took 1919314.
00000129	6.29222536	[4408] Going to update background.
00000130	6.34944582	[4408] Going to init help file.
00000131	6.34951830	[4408] Going to init tray icon.
00000132	6.37522221	[4408] Going to init scripts.
00000133	6.37568235	[4408] Scripts: Read script - &Statistics
00000134	6.37575722	[4408] Scripts: Read script - Track List (&HTML)
00000135	6.37582684	[4408] Scripts: Read script - Track List (&XML)
00000136	6.37589216	[4408] Scripts: Read script - Track List (CS&V)
00000137	6.37592268	[4408] Scripts: Read script - Track List (&Excel)
00000138	6.37595892	[4408] Scripts: Read script - Auto-&increment Track #s...
00000139	6.37601614	[4408] Scripts: Read script - &Swap Artist and Title
00000140	6.37607002	[4408] Scripts: Read script - Case Checker...
00000141	6.37612581	[4408] Scripts: Read script - Export all Playlists...
00000142	6.37618017	[4408] Scripts: Read script - Export subscribed Podcasts...
00000143	6.37630177	[4408] Going to init hotkeys.
00000144	6.37632418	[4408] Going to init hotkeys.
00000145	6.37757921	[4408] 2768 DB open SQL: SELECT * FROM Filters ORDER BY Pos 
00000146	6.37860680	[4408] 2768 DB lock finished, took 2525537.
00000147	6.38271427	[4408] Hotkeys: Going to install hotkeys hook:
00000148	6.38275051	[4408] RIDEV_EXINPUTSINK failed
00000149	6.38277912	[4408] RIDEV_INPUTSINK registered successfuly
00000150	6.38289022	[4408] Going to set default hotkeys.
00000151	6.38293171	[4408] Going to set menu shortcuts.
00000152	6.38296032	[4408] Going to init popup menu handler.
00000153	6.53373671	[4408] 2768 DB prepare SQL: SELECT IDGenre, GenreName FROM Genres
00000154	6.53377485	[4408] 2768 DB query prepare finished, took 147335.
00000155	6.53383303	[4408] 2768 DB open SQL: SELECT IDGenre, GenreName FROM Genres 
00000156	6.53483582	[4408] 2768 DB lock finished, took 2565674.
00000157	6.55366898	[4408] 2768 DB open SQL: SELECT * FROM OrganizeRules ORDER BY Pos 
00000158	6.55463886	[4408] 2768 DB lock finished, took 1926239.
00000159	6.62279463	[4408] Main form initialized.
00000160	6.63829517	[4408] Player: Going to start plugin engine.
00000161	6.63837194	[4408] Winamp simulation window received messsage 36
00000162	6.63839006	[4408] Winamp sim - message left to the default processing
00000163	6.63842106	[4408] Winamp simulation window received messsage 131
00000164	6.63864183	[4408] Winamp sim - message left to the default processing
00000165	6.63867140	[4408] Winamp simulation window received messsage 1
00000166	6.63873005	[4408] Winamp sim - message left to the default processing
00000167	6.63875961	[4408] Winamp sim - message left to the default processing
00000168	6.63879299	[4408] Winamp sim - message left to the default processing
00000169	6.63884687	[4408] Winamp sim - message left to the default processing
00000170	6.63887691	[4408] Winamp sim - message left to the default processing
00000171	6.64106417	[4408] Going to load input plugin C:\Program Files\MediaMonkey\Plugins\in_ape.dll
00000172	6.64203787	[4408] Going to load input plugin C:\Program Files\MediaMonkey\Plugins\in_mpc.dll
00000173	6.64265156	[4408] Going to load input plugin C:\Program Files\MediaMonkey\Plugins\in_vorbis.dll
00000174	6.64477968	[4408] Going to load input plugin C:\Program Files\MediaMonkey\Plugins\in_wav.dll
00000175	6.64531136	[4408] Going to load input plugin C:\Program Files\MediaMonkey\Plugins\in_wma.dll
00000176	6.64651155	[4408] Going to load input plugin C:\Program Files\MediaMonkey\Plugins\in_wmp3.dll
00000177	6.64863348	[4408] Going to load output plugin C:\Program Files\MediaMonkey\Plugins\out_MMDS.dll
00000178	6.65244341	[4408] FastMM has been installed.
00000179	6.67532015	[4408] Going to load output plugin C:\Program Files\MediaMonkey\Plugins\out_wave.dll
00000180	6.70429182	[4408] Going to load DSP plugin C:\Program Files\MediaMonkey\Plugins\dsp_DeFX.dll
00000181	6.70625830	[4408] Winamp sim - WM_USER message 603
00000182	6.70831203	[4408] Winamp sim - WM_USER message 603
00000183	6.71625948	[4408] Going to init playlist window.
00000184	6.72126293	[4408] DSP - Going to update DSP module list.
00000185	6.72508430	[4408] DSP - Module list updated.
00000186	6.74310493	[4408] Going to start auto-scanner.
00000187	6.74339104	[4408] Going to load format plug-ins.
00000188	6.77296925	[4408] Going to init encoding settings.
00000189	6.77800608	[4408] Player: Setting current track: C:\mp3\The Album Leaf\2004 - In a Safe Place\02 - Thule.mp3
00000190	6.77822018	[4408] GetFileInfo: C:\mp3\The Album Leaf\2004 - In a Safe Place\02 - Thule.mp3
00000191	6.77823877	[4408] GetFileInfo: readPictures=spAlways
00000192	6.77825737	[4408] GetFileInfo: C:\mp3\The Album Leaf\2004 - In a Safe Place\02 - Thule.mp3
00000193	6.77836847	[4408] Added Cover Lists: 1
00000194	6.77847767	[4408] MP3.ReadHeader C:\mp3\The Album Leaf\2004 - In a Safe Place\02 - Thule.mp3
00000195	6.77850151	[4408] MP3.ReadHeader - File size 7641088
00000196	6.77855682	[4408] MP3.ReadHeader - Found ID3v2, length: 169507
00000197	6.77862644	[4408] MP3.ReadHeader framestarts: 169517, 169517
00000198	6.77863455	[4408] MP3.ReadHeader finished
00000199	6.77867270	[4408] MP3: Going to read tag from C:\mp3\The Album Leaf\2004 - In a Safe Place\02 - Thule.mp3
00000200	6.78236628	[4408] Added Covers: 1
00000201	6.78245306	[4408] Added Covers: 2
00000202	6.78257132	[4408] MP3: Tag read from C:\mp3\The Album Leaf\2004 - In a Safe Place\02 - Thule.mp3
00000203	6.78260374	[4408] 2768 DB prepare SQL: SELECT Songs.* FROM Songs WHERE Songs.IDMedia=? AND Songs.SongPath=?
00000204	6.78297472	[4408] 2768 DB query prepare finished, took 874655.
00000205	6.78300142	[4408] 2768 DB open SQL: SELECT Songs.* FROM Songs WHERE Songs.IDMedia=? AND Songs.SongPath=? 
00000206	6.78356695	[4408] Thread has started 1016
00000207	6.78359652	[4408] Thread registered, going to initialize 1016
00000208	6.78361368	[4408] Thread initialized 1016
00000209	6.78385210	[4408] 2768 DB lock finished, took 2090827.
00000210	6.78387880	[4408] Added Cover Lists: 2
00000211	6.78389835	[4408] Added Covers: 3
00000212	6.78391743	[4408] Added Covers: 4
00000213	6.78405237	[4408] Remaining Covers: 3
00000214	6.78407145	[4408] Remaining Covers: 2
00000215	6.78409100	[4408] Remaining Cover Lists: 1
00000216	6.78412342	[4408] GetFileInfo: Found in DB
00000217	6.78719330	[4408] Winamp simulation window received messsage 12
00000218	6.78721619	[4408] Winamp sim - message left to the default processing
00000219	6.78858900	[4408] 2768 DB open SQL: SELECT * FROM Devices WHERE PluginName='<temp>' 
00000220	6.78959370	[4408] 2768 DB lock finished, took 2308804.
00000221	6.79051447	[4408] FastMM has been installed.
00000222	6.79114962	[4408] 2768 DB open SQL: SELECT * FROM Devices WHERE PluginName='d_iPhone.dll' 
00000223	6.79203081	[4408] 2768 DB lock finished, took 2152918.
00000224	6.79476833	[4408] FastMM has been installed.
00000225	6.82551861	[4408] iPhone: Loading library: iTunesMobileDevice.dll
00000226	6.82579088	[4408] 2768 DB open SQL: SELECT * FROM Devices WHERE PluginName='d_iPod.dll' 
00000227	6.82655573	[4408] iPhone: Failed execution of InitializeQTML, iPhone won't work.
00000228	6.82657623	[4408] iTunesMobileDevice.dll wasn't found.
00000229	6.82667494	[4408] 2768 DB lock finished, took 2775862.
00000230	6.84032536	[4408] iPod: Parsing USB ID: USB\VID_05AC&PID_1261\000A27001311DF28
00000231	6.84139681	[4408] IPOD: Going to read iTunesDB
00000232	6.84146070	[4408] IPOD: This is just a fast scan of DB content
00000233	6.86244678	[4408] IPOD: iTunesDB content in memory
00000234	6.86246443	[4408] IPOD: Reading playlists
00000235	6.86335135	[4408] 2768 DB exec SQL: UPDATE Devices SET DeviceCaption='Jethro - iPod' WHERE ID=3 
00000236	6.86336946	[4408] 2768 DB lock successful.
00000237	6.95744467	[4408] 2768 DB lock finished, took 237972321.
00000238	6.97340012	[4408] 2768 DB open SQL: SELECT * FROM Filters WHERE ID=0 
00000239	6.97405624	[4408] 2768 DB lock finished, took 2133339.
00000240	6.97503328	[4408] 2768 DB open SQL: SELECT * FROM Devices WHERE PluginName='d_iRiverH.dll' 
00000241	6.97583675	[4408] 2768 DB lock finished, took 1967897.
00000242	6.98799515	[4408] 2768 DB open SQL: SELECT * FROM Devices WHERE PluginName='d_USBMass1.dll' 
00000243	6.98865366	[4408] 2768 DB lock finished, took 2282935.
00000244	6.99138641	[4408] FastMM has been installed.
00000245	7.01955080	[4408] 2768 DB open SQL: SELECT * FROM Devices WHERE PluginName='d_WMDM.dll' 
00000246	7.02030277	[4408] 2768 DB lock finished, took 2256174.
00000247	7.02295876	[4408] WMDM: Inializing WMDM
00000248	7.02361488	[4408] WMDM: Queueing action id:0
00000249	7.02364397	[4408] WMDM: Starting action id: 0
00000250	7.02386904	[4408] WMDM: Creating Dev Mgr
00000251	7.02550840	[4408] 2768 DB open SQL: SELECT * FROM Filters WHERE ID=0 
00000252	7.02563572	[4408] WMDM: Geting auth interface
00000253	7.02574158	[4408] WMDM: End of IU
00000254	7.03450680	[4408] WMDM: Authenticating
00000255	7.03611803	[4408] 2768 DB lock finished, took 24450235.
00000256	7.03871822	[4408] WMDM: Creating Notifications
00000257	7.05070543	[4408] 2768 DB open SQL: SELECT * FROM Filters WHERE ID=0 
00000258	7.05157804	[4408] 2768 DB lock finished, took 2139106.
00000259	7.05611181	[4408] Player initialized.
00000260	7.05934572	[4408] Forms: Received WM_ACTIVATEAPP
00000261	7.05939341	[4408] Forms: Accepted WM_ACTIVATEAPP -
00000262	7.05942583	[4408] Forms: NormalizeTopMosts: Level: 0
00000263	7.06355047	[4408] Forms: NormalizeTopMost: Starting
00000264	7.06368923	[4408] Winamp sim - ignoring.
00000265	7.06374025	[4408] Winamp simulation window received messsage 28
00000266	7.06403923	[4408] Winamp sim - ignoring.
00000267	7.06566811	[4408] Going to run application.
00000268	7.14358950	[4408] Forms: Received WM_ACTIVATEAPP
00000269	7.14362192	[4408] Forms: Accepted WM_ACTIVATEAPP +
00000270	7.14365149	[4408] Forms: RestoreTopMost: Level: 1
00000271	7.14367437	[4408] Forms: RestoreTopMost: Starting
00000272	7.14447641	[4408] Winamp sim - ignoring.
00000273	7.14449883	[4408] Winamp simulation window received messsage 28
00000274	7.14451599	[4408] Winamp sim - ignoring.
00000275	7.14735317	[4408] MainForm: Activate
00000276	7.53099823	[4408] 4392 DB prepare SQL: SELECT ID FROM Albums WHERE Tracks=0
00000277	7.53105021	[4408] 4392 DB query prepare finished, took 167428.
00000278	7.53117085	[4408] 4392 DB open SQL: SELECT ID FROM Albums WHERE Tracks=0 
00000279	7.53222752	[4408] 4392 DB lock finished, took 2499783.
00000280	7.53223896	[4408] 4392 DB prepare SQL: SELECT ID FROM Artists WHERE Tracks=0 AND Albums=0 AND Authors=0 AND Conducts=0 AND Lyrics=0
00000281	7.53234577	[4408] 4392 DB query prepare finished, took 172548.
00000282	7.53235626	[4408] 4392 DB open SQL: SELECT ID FROM Artists WHERE Tracks=0 AND Albums=0 AND Authors=0 AND Conducts=0 AND Lyrics=0 
00000283	7.53498697	[4408] 4392 DB lock finished, took 6415721.
00000284	7.53706884	[4408] Thread has started 5204
00000285	7.53709555	[4408] Thread registered, going to initialize 5204
00000286	7.53711414	[4408] Thread initialized 5204
00000287	7.54003906	[4408] GetFileInfo: C:\mp3\The Album Leaf\2004 - In a Safe Place\02 - Thule.mp3
00000288	7.54009628	[4408] 4392 DB prepare SQL: SELECT Songs.* FROM Songs WHERE Songs.IDMedia=? AND Songs.SongPath=?
00000289	7.54014492	[4408] GetFileInfo: C:\mp3\The Album Leaf\2004 - In a Safe Place\02 - Thule.mp3
00000290	7.54045057	[4408] 2768 DB open SQL: SELECT Songs.* FROM Songs WHERE Songs.IDMedia=? AND Songs.SongPath=? 
00000291	7.54104567	[4408] GetFileInfo: C:\mp3\The Album Leaf\2004 - In a Safe Place\02 - Thule.mp3
00000292	7.54107046	[4408] 1016 DB prepare SQL: SELECT Songs.* FROM Songs WHERE Songs.IDMedia=? AND Songs.SongPath=?
00000293	7.54125261	[4408] 4392 DB query prepare finished, took 2921317.
00000294	7.54156971	[4408] 2768 DB lock finished, took 2776242.
00000295	7.54160547	[4408] 4392 DB open SQL: SELECT Songs.* FROM Songs WHERE Songs.IDMedia=? AND Songs.SongPath=? 
00000296	7.54228687	[4408] 1016 DB query prepare finished, took 3006864.
00000297	7.54231596	[4408] 4392 DB lock finished, took 1660401.
00000298	7.54233074	[4408] GetFileInfo: Found in DB
00000299	7.54236794	[4408] Added Cover Lists: 2
00000300	7.54239464	[4408] Added Covers: 3
00000301	7.54244614	[4408] Added Covers: 4
00000302	7.54253197	[4408] Added Cover Lists: 3
00000303	7.54257488	[4408] Added Covers: 5
00000304	7.54258394	[4408] Added Covers: 6
00000305	7.54261065	[4408] Remaining Covers: 5
00000306	7.54262733	[4408] Remaining Covers: 4
00000307	7.54264593	[4408] Remaining Cover Lists: 2
00000308	7.54268169	[4408] Remaining Covers: 3
00000309	7.54269123	[4408] Remaining Covers: 2
00000310	7.54275560	[4408] Remaining Cover Lists: 1
00000311	7.54278755	[4408] GetFileInfo: Found in DB
00000312	7.54281282	[4408] Going to make final callback 4392
00000313	7.54283619	[4408] DB: Deleting prepared query: SELECT ID FROM Albums WHERE Tracks=0 
00000314	7.54286480	[4408] DB: Deleting prepared query: SELECT ID FROM Artists WHERE Tracks=0 AND Albums=0 AND Authors=0 AND Conducts=0 AND Lyrics=0 
00000315	7.54289055	[4408] DB: Deleting prepared query: SELECT Songs.* FROM Songs WHERE Songs.IDMedia=? AND Songs.SongPath=? 
00000316	7.54295588	[4408] Thread has finished 4392
00000317	7.54543972	[4408] 1016 DB open SQL: SELECT Songs.* FROM Songs WHERE Songs.IDMedia=? AND Songs.SongPath=? 
00000318	7.55746746	[4408] Winamp simulation window received messsage 12
00000319	7.55748367	[4408] Winamp sim - message left to the default processing
00000320	7.55763340	[4408] 2768 DB open SQL: SELECT * FROM Filters ORDER BY Pos 
00000321	7.55867100	[4408] 2768 DB lock finished, took 2550721.
00000322	7.55887651	[4408] 1016 DB lock finished, took 33954254.
00000323	7.56093979	[4408] GetFileInfo: Found in DB
00000324	7.57180023	[4408] 2768 DB prepare SQL: SELECT Songs.ID FROM Songs WHERE Songs.ID=? AND ( Songs.TrackType=1 )
00000325	7.57189178	[4408] 2768 DB query prepare finished, took 180775.
00000326	7.57209921	[4408] 2768 DB prepare SQL: SELECT Songs.ID FROM Songs WHERE Songs.ID=? AND ( Songs.TrackType=2 )
00000327	7.57215643	[4408] 2768 DB query prepare finished, took 85481.
00000328	7.57236099	[4408] 2768 DB prepare SQL: SELECT Songs.ID FROM Songs WHERE Songs.ID=? AND ( Songs.TrackType=0 )
00000329	7.57241631	[4408] 2768 DB query prepare finished, took 82337.
00000330	7.57264853	[4408] 2768 DB prepare SQL: SELECT Songs.ID FROM Songs WHERE Songs.ID=? AND ( ( mediaaccessible( Songs.IdMedia) OR Songs.CacheStatus=1) )
00000331	7.57272053	[4408] 2768 DB query prepare finished, took 109326.
00000332	7.57274723	[4408] 2768 DB open SQL: SELECT * FROM Filters WHERE ID=0 
00000333	7.57349396	[4408] 2768 DB lock finished, took 1826593.
00000334	7.57684994	[4408] Node Library starting.
00000335	7.57686949	[4408] Node Library going to clear SongList.
00000336	7.58810997	[4408] Thread has started 4244
00000337	7.58815145	[4408] Thread registered, going to initialize 4244
00000338	7.58817720	[4408] Thread initialized 4244
00000339	7.59197092	[4408] Winamp simulation window received messsage 12
00000340	7.59198523	[4408] Winamp sim - message left to the default processing
00000341	7.59295082	[4408] GetFileInfo: C:\mp3\The Album Leaf\2004 - In a Safe Place\01 - Window.mp3
00000342	7.59300232	[4408] 1016 DB open SQL: SELECT Songs.* FROM Songs WHERE Songs.IDMedia=? AND Songs.SongPath=? 
00000343	7.59385538	[4408] 4244 DB open SQL: SELECT Songs.* 
00000344	7.59385538	[4408] FROM Songs 
00000345	7.59385538	[4408]  
00000346	7.63365650	[4408] Assoc: AssociateOnlyExts starting
00000347	7.63368225	[4408] Assoc: PrepareAssociation starting
00000348	7.63478947	[4408] Assoc: PrepareAssociation autoplay handlers installed
00000349	7.63490772	[4408] Assoc: PrepareAssociation media client installed
00000350	7.63510275	[4408] Assoc: PrepareAssociation default programs installed
00000351	7.63512135	[4408] Assoc: Associating: mmip
00000352	7.63560200	[4408] Assoc: Associated: mmip
00000353	7.63563156	[4408] Assoc: Associating: AAC
00000354	7.63645887	[4408] Assoc: Associated: AAC
00000355	7.63646841	[4408] Assoc: Associating: APE
00000356	7.63731432	[4408] Assoc: Associated: APE
00000357	7.63732958	[4408] Assoc: Associating: APL
00000358	7.63782167	[4408] 1016 DB lock finished, took 113232438.
00000359	7.63797522	[4408] GetFileInfo: Found in DB
00000360	7.63809156	[4408] 4244 DB lock finished, took 111702615.
00000361	7.63812160	[4408] Assoc: Associated: APL
00000362	7.63814449	[4408] Assoc: Associating: CDA
00000363	7.63900232	[4408] Assoc: Associated: CDA
00000364	7.63901567	[4408] Assoc: Associating: FLA
00000365	7.63978243	[4408] Assoc: Associated: FLA
00000366	7.63980341	[4408] Assoc: Associating: FLAC
00000367	7.64058399	[4408] Assoc: Associated: FLAC
00000368	7.64060450	[4408] Assoc: Associating: M3U
00000369	7.64137793	[4408] Assoc: Associated: M3U
00000370	7.64139748	[4408] Assoc: Associating: M4A
00000371	7.64219379	[4408] Assoc: Associated: M4A
00000372	7.64221382	[4408] Assoc: Associating: M4B
00000373	7.64298439	[4408] Assoc: Associated: M4B
00000374	7.64300537	[4408] Assoc: Associating: M4P
00000375	7.64378881	[4408] Assoc: Associated: M4P
00000376	7.64413595	[4408] Assoc: Associating: MAC
00000377	7.64456463	[4408] Assoc: Associated: MAC
00000378	7.64460087	[4408] Assoc: Associating: MP+
00000379	7.64566898	[4408] Assoc: Associated: MP+
00000380	7.64569092	[4408] Assoc: Associating: MP3
00000381	7.64679956	[4408] Assoc: Associated: MP3
00000382	7.64681816	[4408] Assoc: Associating: MP4
00000383	7.64788723	[4408] Assoc: Associated: MP4
00000384	7.64790773	[4408] Assoc: Associating: MPC
00000385	7.64903545	[4408] Assoc: Associated: MPC
00000386	7.64906120	[4408] Assoc: Associating: MPP
00000387	7.65000105	[4408] Assoc: Associated: MPP
00000388	7.65004206	[4408] Assoc: Associating: OGG
00000389	7.65105295	[4408] Assoc: Associated: OGG
00000390	7.65107965	[4408] Assoc: Associating: PLS
00000391	7.65213013	[4408] Assoc: Associated: PLS
00000392	7.65215492	[4408] Assoc: Associating: VQF
00000393	7.65319157	[4408] Assoc: Associated: VQF
00000394	7.65321684	[4408] Assoc: Associating: WAV
00000395	7.65444660	[4408] Assoc: Associated: WAV
00000396	7.65450478	[4408] Assoc: Associating: WMA
00000397	7.65553045	[4408] Assoc: Associated: WMA
00000398	7.65560389	[4408] Assoc: AssociateOnlyExts finished
00000399	7.65570498	[4408] Going to check for a new version.
00000400	7.66763592	[4408] GetFileInfo: C:\mp3\The Album Leaf\2004 - In a Safe Place\03 - On your Way.mp3
00000401	7.66787386	[4408] 1016 DB open SQL: SELECT Songs.* FROM Songs WHERE Songs.IDMedia=? AND Songs.SongPath=? 
00000402	7.66896725	[4408] 1016 DB lock finished, took 2554711.
00000403	7.66906929	[4408] GetFileInfo: Found in DB
00000404	7.66908789	[4408] GetFileInfo: C:\mp3\The Album Leaf\2004 - In a Safe Place\04 - Twentytwofourteen.mp3
00000405	7.66949892	[4408] 1016 DB open SQL: SELECT Songs.* FROM Songs WHERE Songs.IDMedia=? AND Songs.SongPath=? 
00000406	7.67061567	[4408] 1016 DB lock finished, took 2663040.
00000407	7.67070627	[4408] GetFileInfo: Found in DB
00000408	7.67088413	[4408] GetFileInfo: C:\mp3\The Album Leaf\2004 - In a Safe Place\05 - The Outer Banks.mp3
00000409	7.67115116	[4408] 1016 DB open SQL: SELECT Songs.* FROM Songs WHERE Songs.IDMedia=? AND Songs.SongPath=? 
00000410	7.67209578	[4408] 1016 DB lock finished, took 2439211.
00000411	7.67214489	[4408] GetFileInfo: Found in DB
00000412	7.67218781	[4408] GetFileInfo: C:\mp3\The Album Leaf\2004 - In a Safe Place\06 - Over the Pond.mp3
00000413	7.67253494	[4408] 1016 DB open SQL: SELECT Songs.* FROM Songs WHERE Songs.IDMedia=? AND Songs.SongPath=? 
00000414	7.67400551	[4408] 1016 DB lock finished, took 3593537.
00000415	7.67564058	[4408] GetFileInfo: Found in DB
00000416	7.67571926	[4408] GetFileInfo: C:\mp3\The Album Leaf\2004 - In a Safe Place\07 - Another Day (Revisited).mp3
00000417	7.67607689	[4408] 1016 DB open SQL: SELECT Songs.* FROM Songs WHERE Songs.IDMedia=? AND Songs.SongPath=? 
00000418	7.67764044	[4408] 1016 DB lock finished, took 3685392.
00000419	7.67773247	[4408] GetFileInfo: Found in DB
00000420	7.67779493	[4408] GetFileInfo: C:\mp3\The Album Leaf\2004 - In a Safe Place\08 - Streamside.mp3
00000421	7.67781019	[4408] 1016 DB open SQL: SELECT Songs.* FROM Songs WHERE Songs.IDMedia=? AND Songs.SongPath=? 
00000422	7.71109247	[4408] 1016 DB lock finished, took 4438467.
00000423	7.71314383	[4408] GetFileInfo: Found in DB
00000424	7.71377325	[4408] GetFileInfo: C:\mp3\The Album Leaf\2004 - In a Safe Place\09 - Eastern Glow.mp3
00000425	7.71391487	[4408] 1016 DB open SQL: SELECT Songs.* FROM Songs WHERE Songs.IDMedia=? AND Songs.SongPath=? 
00000426	7.71497154	[4408] 1016 DB lock finished, took 2588237.
00000427	7.71507549	[4408] GetFileInfo: Found in DB
00000428	7.71537066	[4408] GetFileInfo: C:\mp3\The Album Leaf\2004 - In a Safe Place\10 - Moss Mountain Town.mp3
00000429	7.71538782	[4408] 1016 DB open SQL: SELECT Songs.* FROM Songs WHERE Songs.IDMedia=? AND Songs.SongPath=? 
00000430	7.71671391	[4408] 1016 DB lock finished, took 3107706.
00000431	7.71680689	[4408] GetFileInfo: Found in DB
00000432	7.71714115	[4408] 2768 DB open SQL: SELECT Songs.ID FROM Songs WHERE Songs.ID=? AND ( Songs.TrackType=1 ) 
00000433	7.71809435	[4408] 2768 DB lock finished, took 2333542.
00000434	7.71848297	[4408] 2768 DB open SQL: SELECT Songs.ID FROM Songs WHERE Songs.ID=? AND ( Songs.TrackType=2 ) 
00000435	7.71946096	[4408] 2768 DB lock finished, took 2417066.
00000436	7.71995163	[4408] 2768 DB open SQL: SELECT Songs.ID FROM Songs WHERE Songs.ID=? AND ( Songs.TrackType=1 ) 
00000437	7.72089338	[4408] 2768 DB lock finished, took 2299988.
00000438	7.72207022	[4408] 2768 DB open SQL: SELECT Songs.ID FROM Songs WHERE Songs.ID=? AND ( Songs.TrackType=2 ) 
00000439	7.72422504	[4408] 2768 DB lock finished, took 5383583.
00000440	7.73072052	[4408] Going to make final callback 1016
00000441	7.73096800	[4408] DB: Deleting prepared query: SELECT Songs.* FROM Songs WHERE Songs.IDMedia=? AND Songs.SongPath=? 
00000442	7.73177195	[4408] Thread has finished 1016
00000443	7.83914995	[4408] Going to make final callback 5204
00000444	7.83916283	[4408] Thread has finished 5204
00000445	8.16828728	[4408] Going to make final callback 4244
00000446	8.17332458	[4408] Thread has finished 4244
00000447	10.11200809	[4408] Forms: NormalizeTopMosts: Level: 0
00000448	10.11206341	[4408] Forms: NormalizeTopMost: Starting
00000449	10.41844177	[4408] Forms: Received WM_ACTIVATEAPP
00000450	10.41845894	[4408] Forms: Accepted WM_ACTIVATEAPP -
00000451	10.41850185	[4408] Forms: NormalizeTopMosts: Level: 1
00000452	10.41853523	[4408] Winamp sim - ignoring.
00000453	10.41856575	[4408] Winamp simulation window received messsage 28
00000454	10.41858959	[4408] Winamp sim - ignoring.
00000455	12.17718124	[4408] WMDM: Notifications ok.
00000456	12.17719650	[4408] WMDM: Looking for device changes...
00000457	12.19165707	[4408] WMDM: Is Inserted: Removable Disk (F:), 1::\\?\storage#removablemedia#7&25df0b58&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0!USB@\\?\storage#removablemedia#7&25df0b58&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0, \\?\storage#removablemedia#7&25df0b58&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0
00000458	12.27738857	[4408] WMDM: It's a new device - adding
00000459	12.51347923	[4408] WMDM: Querying device capabilities.
00000460	12.52378559	[4408] WMDM: EnumStorage: 0
00000461	12.52389431	[4408] WMDM: Root storage found
00000462	12.52476788	[4408] WMDM: Storage attrib: 0
00000463	12.52480221	[4408] WMDM: support_RootFolders - yes
00000464	12.52482796	[4408] WMDM: support_RootFiles - yes
00000465	12.52499390	[4408] 2768 DB exec SQL: UPDATE Devices SET DeviceCaption='Removable Disk (F:)' WHERE ID=6 
00000466	12.52501392	[4408] 2768 DB lock successful.
00000467	12.80710030	[4408] 2768 DB lock finished, took 713814021.
00000468	12.80735588	[4408] 2768 DB open SQL: SELECT * FROM Filters WHERE ID=0 
00000469	12.80824852	[4408] 2768 DB lock finished, took 2165478.
00000470	12.80884743	[4408] WMDM: Capabilities:
00000471	12.80887890	[4408] WMDM: Audio album type: 0
00000472	12.80890846	[4408] WMDM: Playlist type: 0
00000473	12.80898666	[4408] WMDM: RootFolder - OK
00000474	12.80899429	[4408] WMDM: RootFiles - OK
00000475	12.81924629	[4408] WMDM: Is Inserted: Removable Disk (G:), 1::\\?\storage#removablemedia#7&2dd3e0b3&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0!USB@\\?\storage#removablemedia#7&2dd3e0b3&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0, \\?\storage#removablemedia#7&2dd3e0b3&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0
00000476	12.90412235	[4408] WMDM: It's a new device - adding
00000477	13.07043552	[4408] WMDM: Querying device capabilities.
00000478	13.08075619	[4408] WMDM: EnumStorage: 0
00000479	13.08077717	[4408] WMDM: Root storage found
00000480	13.08162689	[4408] WMDM: Storage attrib: 0
00000481	13.08165932	[4408] WMDM: support_RootFolders - yes
00000482	13.08168316	[4408] WMDM: support_RootFiles - yes
00000483	13.08181190	[4408] 2768 DB exec SQL: UPDATE Devices SET DeviceCaption='Removable Disk (G:)' WHERE ID=7 
00000484	13.08183193	[4408] 2768 DB lock successful.
00000485	13.24486256	[4408] 2768 DB lock finished, took 412484983.
00000486	13.24525261	[4408] 2768 DB open SQL: SELECT * FROM Filters WHERE ID=0 
00000487	13.24609280	[4408] 2768 DB lock finished, took 2028155.
00000488	13.24689674	[4408] WMDM: Capabilities:
00000489	13.24690819	[4408] WMDM: Audio album type: 0
00000490	13.24693584	[4408] WMDM: Playlist type: 0
00000491	13.24697495	[4408] WMDM: RootFolder - OK
00000492	13.24698925	[4408] WMDM: RootFiles - OK
00000493	13.25801849	[4408] WMDM: Is Inserted: Removable Disk (H:), 1::\\?\storage#removablemedia#7&37a3f98c&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0!USB@\\?\storage#removablemedia#7&37a3f98c&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0, \\?\storage#removablemedia#7&37a3f98c&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0
00000494	13.34401131	[4408] WMDM: It's a new device - adding
00000495	13.50276470	[4408] WMDM: Querying device capabilities.
00000496	13.51350880	[4408] WMDM: EnumStorage: 0
00000497	13.51354980	[4408] WMDM: Root storage found
00000498	13.51449299	[4408] WMDM: Storage attrib: 0
00000499	13.51452351	[4408] WMDM: support_RootFolders - yes
00000500	13.51455212	[4408] WMDM: support_RootFiles - yes
00000501	13.51468468	[4408] 2768 DB exec SQL: UPDATE Devices SET DeviceCaption='Removable Disk (H:)' WHERE ID=8 
00000502	13.51470375	[4408] 2768 DB lock successful.
00000503	13.66559601	[4408] 2768 DB lock finished, took 381775569.
00000504	13.66578865	[4408] 2768 DB open SQL: SELECT * FROM Filters WHERE ID=0 
00000505	13.66659164	[4408] 2768 DB lock finished, took 1960658.
00000506	13.66714191	[4408] WMDM: Capabilities:
00000507	13.66717243	[4408] WMDM: Audio album type: 0
00000508	13.66726017	[4408] WMDM: Playlist type: 0
00000509	13.66726780	[4408] WMDM: RootFolder - OK
00000510	13.66729259	[4408] WMDM: RootFiles - OK
00000511	13.67570972	[4408] WMDM: Is Inserted: JETHRO (E:), \\?\storage#removablemedia#7&9503683&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0!USB@\\?\storage#removablemedia#7&9503683&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0, \\?\storage#removablemedia#7&9503683&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0
00000512	13.76132870	[4408] WMDM: We don't trust this device, let's wait a while.
00000513	13.77185822	[4408] WMDM: Is Inserted: Removable Disk (I:), 1::\\?\storage#removablemedia#7&e2788d8&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0!USB@\\?\storage#removablemedia#7&e2788d8&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0, \\?\storage#removablemedia#7&e2788d8&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0
00000514	13.86006451	[4408] WMDM: It's a new device - adding
00000515	14.02811432	[4408] WMDM: Querying device capabilities.
00000516	14.03846931	[4408] WMDM: EnumStorage: 0
00000517	14.03856468	[4408] WMDM: Root storage found
00000518	14.03934765	[4408] WMDM: Storage attrib: 0
00000519	14.03938007	[4408] WMDM: support_RootFolders - yes
00000520	14.03940296	[4408] WMDM: support_RootFiles - yes
00000521	14.03951645	[4408] 2768 DB exec SQL: UPDATE Devices SET DeviceCaption='Removable Disk (I:)' WHERE ID=9 
00000522	14.03953552	[4408] 2768 DB lock successful.
00000523	14.19916916	[4408] 2768 DB lock finished, took 403890780.
00000524	14.19937134	[4408] 2768 DB open SQL: SELECT * FROM Filters WHERE ID=0 
00000525	14.20048618	[4408] 2768 DB lock finished, took 2739125.
00000526	14.20123768	[4408] WMDM: Capabilities:
00000527	14.20127106	[4408] WMDM: Audio album type: 0
00000528	14.20137024	[4408] WMDM: Playlist type: 0
00000529	14.20137787	[4408] WMDM: RootFolder - OK
00000530	14.20140076	[4408] WMDM: RootFiles - OK
00000531	14.20144749	[4408] WMDM: Queueing action id:0
00000532	14.20149136	[4408] WMDM: Finished action id: 0
00000533	16.67560005	[5680] FastMM has been installed.
00000534	16.73443222	[5680] InstanceManager - registering class.
00000535	16.73482132	[5680] InstanceManager - creating mutex.
00000536	16.73484802	[5680] InstanceManager - finding window.
00000537	16.73561478	[5680] InstanceManager - sending message to another instance.
00000538	16.73566818	[4408] InstanceManager - received message
00000539	16.73568726	[4408] InstanceManager - going to call proc
00000540	16.73570633	[4408] OnAnotherInstanceStart called
00000541	16.73973274	[4408] Forms: Received WM_ACTIVATEAPP
00000542	16.73983383	[4408] Forms: Accepted WM_ACTIVATEAPP +
00000543	16.73984337	[4408] Forms: RestoreTopMost: Level: 2
00000544	16.73987579	[4408] Winamp sim - ignoring.
00000545	16.73990631	[4408] Winamp simulation window received messsage 28
00000546	16.73992157	[4408] Winamp sim - ignoring.
00000547	16.74078369	[4408] Received command line: '"C:\Program Files\MediaMonkey\MediaMonkey.exe" '
00000548	16.74114990	[4408] InstanceManager - proc called
00000549	16.74223518	[5680] InstanceManager - window destroyed
00000550	16.85338211	[5680] FastMM has been uninstalled.
00000551	20.20075989	[4408] WMDM: Starting action id: 0
00000552	20.20077324	[4408] WMDM: Looking for device changes...
00000553	20.21135712	[4408] WMDM: Is Inserted: Removable Disk (F:), 1::\\?\storage#removablemedia#7&25df0b58&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0!USB@\\?\storage#removablemedia#7&25df0b58&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0, \\?\storage#removablemedia#7&25df0b58&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0
00000554	20.22198486	[4408] WMDM: Is Inserted: Removable Disk (G:), 1::\\?\storage#removablemedia#7&2dd3e0b3&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0!USB@\\?\storage#removablemedia#7&2dd3e0b3&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0, \\?\storage#removablemedia#7&2dd3e0b3&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0
00000555	20.23297310	[4408] WMDM: Is Inserted: Removable Disk (H:), 1::\\?\storage#removablemedia#7&37a3f98c&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0!USB@\\?\storage#removablemedia#7&37a3f98c&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0, \\?\storage#removablemedia#7&37a3f98c&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0
00000556	20.24018860	[4408] WMDM: Is Inserted: JETHRO (E:), \\?\storage#removablemedia#7&9503683&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0!USB@\\?\storage#removablemedia#7&9503683&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0, \\?\storage#removablemedia#7&9503683&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0
00000557	20.32601166	[4408] WMDM: It's a new device - adding
00000558	20.33648491	[4408] WMDM: Is Inserted: Removable Disk (I:), 1::\\?\storage#removablemedia#7&e2788d8&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0!USB@\\?\storage#removablemedia#7&e2788d8&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0, \\?\storage#removablemedia#7&e2788d8&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0
00000559	20.33653450	[4408] WMDM: Finished action id: 0
00000560	24.46532249	[4332] FastMM has been installed.
00000561	24.51908112	[4332] InstanceManager - registering class.
00000562	24.51913452	[4332] InstanceManager - creating mutex.
00000563	24.51916695	[4332] InstanceManager - finding window.
00000564	24.51928520	[4332] InstanceManager - sending message to another instance.
00000565	24.51934814	[4408] InstanceManager - received message
00000566	24.51936913	[4408] InstanceManager - going to call proc
00000567	24.51938820	[4408] OnAnotherInstanceStart called
00000568	24.51941109	[4408] Received command line: '"C:\Program Files\MediaMonkey\MediaMonkey.exe" '
00000569	24.51943207	[4408] InstanceManager - proc called
00000570	24.52112961	[4332] InstanceManager - window destroyed
00000571	24.58504868	[4332] FastMM has been uninstalled.
00000572	35.45808029	[4408] Forms: Received WM_ACTIVATEAPP
00000573	35.45811081	[4408] Forms: Accepted WM_ACTIVATEAPP -
00000574	35.45815277	[4408] Forms: NormalizeTopMosts: Level: 1
00000575	35.45819473	[4408] Winamp sim - ignoring.
00000576	35.45821762	[4408] Winamp simulation window received messsage 28
00000577	35.45822906	[4408] Winamp sim - ignoring.
00000578	35.45885849	[4408] Forms: Received WM_ACTIVATEAPP
00000579	35.45887756	[4408] Forms: Accepted WM_ACTIVATEAPP +
00000580	35.45889664	[4408] Forms: RestoreTopMost: Level: 2
00000581	35.45891571	[4408] Winamp sim - ignoring.
00000582	35.45893860	[4408] Winamp simulation window received messsage 28
00000583	35.45895386	[4408] Winamp sim - ignoring.
00000584	36.72680283	[4408] Thread has started 4620
00000585	36.72683334	[4408] Thread registered, going to initialize 4620
00000586	36.72685242	[4408] Thread initialized 4620
00000587	36.73349762	[4408] Going to make final callback 4620
00000588	36.73353195	[4408] Thread has finished 4620
00000589	38.28438950	[4408] We were asked to finish.
00000590	38.62667084	[4408] We are really going to finish.
00000591	38.63444901	[4408] Forms: Received WM_ACTIVATEAPP
00000592	38.63455963	[4408] Forms: Accepted WM_ACTIVATEAPP -
00000593	38.63461304	[4408] Forms: NormalizeTopMosts: Level: 1
00000594	38.63461685	[4408] Winamp sim - ignoring.
00000595	38.63464737	[4408] Winamp simulation window received messsage 28
00000596	38.63467407	[4408] Winamp sim - ignoring.
00000597	38.63487625	[4408] Close auto-tag.
00000598	38.63496017	[4408] _Stop: started
00000599	38.63584137	[4408] _Stop: finished
00000600	38.63587570	[4408] Playback stopped.
00000601	38.63594437	[4408] Termination of all threads started.
00000602	38.63597107	[4408] There is currently 0 threads running.
00000603	38.63599777	[4408] All threads were asked to terminate.
00000604	38.63602066	[4408] All threads really terminated.
00000605	38.63604736	[4408] Termination of all threads finished.
00000606	38.66120148	[4408] Terminating device handlers.
00000607	38.66124725	[4408] Devices: Unloading C:\Program Files\MediaMonkey\Plugins\d_WMDM.dll
00000608	38.66126251	[4408] WMDM: Closing WMDM
00000609	38.66128540	[4408] WMDM: Queueing action id:0
00000610	38.66132736	[4408] WMDM: Waiting for queued actions to terminate
00000611	38.66135788	[4408] WMDM: Starting action id: 0
00000612	38.66140366	[4408] WMDM: Removing Device: Removable Disk (I:), 1::\\?\storage#removablemedia#7&e2788d8&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0!USB@\\?\storage#removablemedia#7&e2788d8&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0
00000613	38.66143417	[4408] Devices: Removing device
00000614	38.66146088	[4408] Devices: Removing device: Removable Disk (I:)
00000615	38.66173553	[4408] WMDM: Removing Device: Removable Disk (H:), 1::\\?\storage#removablemedia#7&37a3f98c&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0!USB@\\?\storage#removablemedia#7&37a3f98c&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0
00000616	38.66178513	[4408] Devices: Removing device
00000617	38.66181564	[4408] Devices: Removing device: Removable Disk (H:)
00000618	38.66194534	[4408] WMDM: Removing Device: Removable Disk (G:), 1::\\?\storage#removablemedia#7&2dd3e0b3&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0!USB@\\?\storage#removablemedia#7&2dd3e0b3&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0
00000619	38.66199875	[4408] Devices: Removing device
00000620	38.66201782	[4408] Devices: Removing device: Removable Disk (G:)
00000621	38.66216278	[4408] WMDM: Removing Device: Removable Disk (F:), 1::\\?\storage#removablemedia#7&25df0b58&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0!USB@\\?\storage#removablemedia#7&25df0b58&0&rm#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0
00000622	38.66221619	[4408] Devices: Removing device
00000623	38.66224670	[4408] Devices: Removing device: Removable Disk (F:)
00000624	38.66235352	[4408] WMDM: Waiting for queued actions to terminate
00000625	38.66238785	[4408] WMDM: Closing Notifications
00000626	38.66241074	[4408] WMDM: Closing Notifications 2
00000627	38.66242599	[4408] WMDM: Closing Notifications 3
00000628	38.66244507	[4408] WMDM: Closing Dev manager
00000629	38.66426086	[4408] WMDM: All is terminated
00000630	38.66429901	[4408] WMDM: Finished action id: 0
00000631	39.01519012	[5592] Left. Enter HWND 290b48
00000632	39.07117081	[5592] Left. Enter HWND 30c10
00000633	39.66394424	[4408] WMDM: All is finished
00000634	39.66397858	[4408] Devices: fQuit called
00000635	39.66408920	[4408] WMDM: Finalization started
00000636	39.66411591	[4408] WMDM: Finalization finished
00000637	39.67003632	[4408] FastMM has been uninstalled.
00000638	39.67024231	[4408] Devices: Unloading C:\Program Files\MediaMonkey\Plugins\d_USBMass1.dll
00000639	39.67041016	[4408] Devices: fQuit called
00000640	39.67049026	[4408] Devices: Unloading C:\Program Files\MediaMonkey\Plugins\d_iRiverH.dll
00000641	39.67056656	[4408] Devices: fQuit called
00000642	39.67070770	[4408] Devices: Unloading C:\Program Files\MediaMonkey\Plugins\d_iPod.dll
00000643	39.67078781	[4408] Devices: Removing device
00000644	39.67080688	[4408] Devices: Removing device: Jethro - iPod
00000645	39.67084885	[4408] Devices: fQuit called
00000646	39.67705536	[4408] FastMM has been uninstalled.
00000647	39.67754745	[4408] Devices: Unloading C:\Program Files\MediaMonkey\Plugins\d_iPhone.dll
00000648	39.67759323	[4408] Devices: fQuit called
00000649	39.67774200	[4408] FastMM has been uninstalled.
00000650	39.67780304	[4408] Revoking global interface.
00000651	39.67806244	[4408] Terminate auto-scanning.
00000652	39.67810059	[4408] Clear songlist.
00000653	39.70481491	[4408] Terminate player.
00000654	39.70483780	[4408] Going to save the main playlist.
00000655	39.70740128	[4408] Going to close album browser.
00000656	39.70743561	[4408] Going to write settings.
00000657	39.81909943	[4408] Going to hide equalizer.
00000658	39.81913376	[4408] Going to free playlist window.
00000659	39.95914078	[3860] Left. Enter HWND 20324
00000660	39.99108887	[3860] Left. Enter HWND 201cc
00000661	40.00374222	[4408] Removing Cover manager.
00000662	40.00377274	[4408] Removing Error Handlers.
00000663	40.00379562	[4408] Going to free InfoPopup and InfoPopupPreview.
00000664	40.00387955	[4408] Posted WM_QUIT
00000665	40.00390244	[4408] Removing shell hook.
00000666	40.00392151	[4408] Going to free player.
00000667	40.00394058	[4408] Player: Going to remove player plugins object.
00000668	40.00395966	[4408] _Stop: started
00000669	40.00402069	[4408] _Stop: finished
00000670	40.00404358	[4408] SynchronizingAfterTagging finished
00000671	40.00405884	[4408] TWAPluginEngine.Stop - going to stop input plugin
00000672	40.00407791	[4408] TWAPluginEngine.Stop - input plugin stopped
00000673	40.00410843	[4408] Winamp sim - WM_USER message 603
00000674	40.00413895	[4408] Going to quit DSP plugin C:\Program Files\MediaMonkey\Plugins\dsp_DeFX.dll
00000675	40.00415802	[4408] Going to quit output plugin C:\Program Files\MediaMonkey\Plugins\out_wave.dll
00000676	40.00418091	[4408] Going to unload C:\Program Files\MediaMonkey\Plugins\out_wave.dll
00000677	40.00424576	[4408] Going to quit output plugin C:\Program Files\MediaMonkey\Plugins\out_MMDS.dll
00000678	40.00426483	[4408] MMDS: Terminating
00000679	40.00428391	[4408] MMDS: All actions finished
00000680	40.00430298	[4408] MMDS: All data destoyed
00000681	40.00432968	[4408] MMDS: MMInterf disconnected
00000682	40.00435257	[4408] Going to unload C:\Program Files\MediaMonkey\Plugins\out_MMDS.dll
00000683	40.01026154	[4408] FastMM has been uninstalled.
00000684	40.01039505	[4408] Going to quit input plugin C:\Program Files\MediaMonkey\Plugins\in_wmp3.dll
00000685	40.01043701	[4408] Going to unload C:\Program Files\MediaMonkey\Plugins\in_wmp3.dll
00000686	40.01058578	[4408] INWMP3: Close() started
00000687	40.01063156	[4408] INWMP3: Close() 1
00000688	40.01063919	[4408] INWMP3: Close() 2
00000689	40.01066208	[4408] INWMP3: Close() 3
00000690	40.01068115	[4408] INWMP3: Close() finished
00000691	40.01079941	[4408] Going to quit input plugin C:\Program Files\MediaMonkey\Plugins\in_wma.dll
00000692	40.01081848	[4408] Going to unload C:\Program Files\MediaMonkey\Plugins\in_wma.dll
00000693	40.01094818	[4408] Going to quit input plugin C:\Program Files\MediaMonkey\Plugins\in_wav.dll
00000694	40.01097107	[4408] Going to unload C:\Program Files\MediaMonkey\Plugins\in_wav.dll
00000695	40.01106262	[4408] Going to quit input plugin C:\Program Files\MediaMonkey\Plugins\in_vorbis.dll
00000696	40.01108551	[4408] Going to unload C:\Program Files\MediaMonkey\Plugins\in_vorbis.dll
00000697	40.01115799	[4408] Going to quit input plugin C:\Program Files\MediaMonkey\Plugins\in_mpc.dll
00000698	40.01117706	[4408] Going to unload C:\Program Files\MediaMonkey\Plugins\in_mpc.dll
00000699	40.01123047	[4408] Going to quit input plugin C:\Program Files\MediaMonkey\Plugins\in_ape.dll
00000700	40.01125336	[4408] Going to unload C:\Program Files\MediaMonkey\Plugins\in_ape.dll
00000701	40.01177979	[4408] Player: Going to remove player scanning object.
00000702	40.01181030	[4408] Player: Going to remove player entries.
00000703	40.01192474	[4408] Going to close pop-up windows.
00000704	40.01215744	[4408] Going to destroy the main form.
00000705	40.01219559	[4408] Going to free format plugins.
00000706	40.01223755	[4408] Going to unload C:\Program Files\MediaMonkey\Plugins\f_wave.dll
00000707	40.01237106	[4408] Going to unload C:\Program Files\MediaMonkey\Plugins\f_ogg.dll
00000708	40.01247025	[4408] Going to unload C:\Program Files\MediaMonkey\Plugins\f_mpc.dll

Top