QUOTE(carmenm @ May 7 2006, 11:14)

Ok, i am just a few hours from starting to develop.
My goal is to try to port the foo_uie_lyrics(the one with download) to 0.9 and to add download support to foo_uie_albumart.
First a little question about visual studio; I am quite afraid to install it. I worked with .NET a lot and each i wanted to get rid of it i had to wipe out my HD. The problem is the debugger, it is causing a lot of problem on my coptuer. does anyone knows a way to install visual without the debugger for windows. I dont it to try to debug each of my applicatins when they dont reply.
I've never found this to be much of a problem. I certainly prefer the JIT dialogue to that stupid 'report to microsoft' thing. Anyway, here's how to disable it (from the MSDN):
CODE
Procedure
To enable/disable Just-In-Time debugging
1.
On the Tools menu, click Options.
2.
In the Options dialog box, select the Debugging folder.
3.
In the Debugging folder, select the Just-In-Time page.
4.
In the Enable Just-In-Time debugging of these types of code box, select or clear the relevant program types: Managed, Native, or Script.
To disable Just-In-Time debugging, once it has been enabled, you must be running with Administrator privileges. Enabling Just-In-Time debugging sets a registry key, and Administrator privileges are required to change that key.
5.
Click OK.
QUOTE
Other questions are about plugins. First i would like to know if there is things to know when trying to port a plugin from 0.83 to 0.9?
About albumart i was thinking about using a version of albumart for 0.83 that had a download feature. I would like to use its code and change the search to use the script to get albumart on itunes; Yet the problem is that i cant find the source about that version , i cant even find the plugin. Someone knows where to find it?
Thanks
I believe I released the version of foo_uie_albumart with downloading. However I the actual downloading was done by a seperate module, CoverDownloader.dll for which I never released the source. I still have that project floating around somewhere, the last modification I did was to add support for python scripting, which really makes it very easy and fun to add new sources for covers. It is however a bit buggy and I haven't touched it for ages. Might look into it again tonight.
Integration into the uie_albumart plugin was quite simple, using virtual interfaces and event handlers that call back into uie_albumart when something happens. Altogether I probably added about 50 lines to uie_albumart.
I could send you the sources if you really want it, just send me an email.