Page 1 of 1

Where to find the SDB dll?

Posted: Fri May 01, 2009 2:30 pm
by Technolithic
I'm looking to interface with MM's DB for building a plugin to work with track data. Could someone provide a link to where it can be obtained?
Thank you.

Re: Where to find the SDB dll?

Posted: Sat May 02, 2009 3:04 am
by trixmoto
It's the "MediaMonkey.exe" file which contains all the methods available. You can register a COM object as well, see the wiki

Re: Where to find the SDB dll?

Posted: Sat May 02, 2009 1:22 pm
by Technolithic
Thank you for your reply. It looks like using MediaMonkey.exe won't work for me. Can you tell me the name of the COM Object? It looks like it's SDB or SDBApplication, so if that's the case, where are these located? Thanks.

Edit: I prefer to write a plug-in, if possible. Doing it up in VBScript looks pretty straight forward and I might end up just scripting it.

Re: Where to find the SDB dll?

Posted: Sun May 03, 2009 4:43 am
by trixmoto
Well the COM name is "SongsDB.SDBApplication" but I have no experience with writing plug-ins so that's about as much help as I can be unfortunately.

Re: Where to find the SDB dll?

Posted: Sun May 03, 2009 6:05 pm
by Peke
@Technolithic
What LNG you will use to create plugin?