robojock wrote:GREAT plugin/addon!!
one problem though

im using 64bit windows 7
1. the plugin "in_mm2vlc.dll" doesnt want to register in mediamonkey, even when running mm with admin rights. I also changed the security settings on the file itself to have full rights and it still doesnt show up
2. i noticed in your script it refers to c:\program files\... so users using a 64bit will have to change that to c:\program files (x86)\:(
Ahh! - I totally forgot about 64-bit as I only ever run on 32, so I've built a new 64-bit target DLL and uploaded it (
http://mm2vlc.sorbello.net.au for the updated instructions and 64-bit links) . Seems like I need to set up a virtual OS for this so I can test it before I send out any future releases. So for now, I have absolutely no idea if this will load into you MM or not. But theoretically, it should.
3. if i try to register "VLCHttpClientUtility.dll" it gives me a error "the module VLCHttpClientUtility.dll was loaded but the entry-point dllregisterserver was not found... <- what does this mean? am i missing something?
My silly mistake - I gave incorrect instructions on the registration step. If you go back to my site at
http://mm2vlc.sorbello.net.au - you'll see an updated section 3 on the COM registration.
(3) Open a command prompt (for Vista & Windows 7 users - open the command prompt with administrator priveleges)
(4) CD to the following directory: "C:\Windows\Microsoft.NET\Framework\v2.0.50727" (maybe you need to change this for 64-bit?

)
(5) Run the following: "regasm.exe C:\program files\VLCInteractor\VLCHttpClientUtility.dll" (or wherever you saved your DLL)