API available?

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: API available?

Re: API available?

by crap_inhuman » Wed Jan 06, 2021 11:34 am

PetrCBR wrote: Wed Jan 06, 2021 11:25 am Browse to MM install fodler and run MediaMonkey.exe /RegComServer

EDIT: I've found the issue why COM server wasn't registered even in normal install .. will be fixed in next build.
Thank you !

Re: API available?

by PetrCBR » Wed Jan 06, 2021 11:25 am

Browse to MM install fodler and run MediaMonkey.exe /RegComServer

EDIT: I've found the issue why COM server wasn't registered even in normal install .. will be fixed in next build.

Re: API available?

by crap_inhuman » Wed Jan 06, 2021 11:06 am

PetrCBR wrote: Wed Jan 06, 2021 8:53 am Hi. Don't you have installed as portable install ? Also JS scripting is preferred instead of using old COM.

You can check this how to use devtools api.
I first had a portable install, but after searching for the name-space i reinstall mm5 normal.

I know that JS is preferred, but i found the wiki page "Controlling MM5 from External Applications", and i tried to use it.
If there is no COM name-space for MM5, the wiki page should be updated :wink:

Re: API available?

by Ludek » Wed Jan 06, 2021 9:21 am

The COM model in MM5 should work, but isn't cross-platform and is limited (e.g. you cannot build/control UI using the COM).
So as Petr wrote the JS scripting is preffered.

If you don't need to access MM5 externally try standard scripts/addons, viz following links:
https://www.mediamonkey.com/wiki/Gettin ... d_(Addons)
https://www.mediamonkey.com/wiki/Import ... s_(Addons)
viewtopic.php?f=27&t=81285
+ watch the Scripts folder inside MM install folder for inspiration

If you need to access MM5 from external apps then the Chrome DevTools protocol should work:
viewtopic.php?p=447737#p447737

Re: API available?

by PetrCBR » Wed Jan 06, 2021 8:53 am

Hi. Don't you have installed as portable install ? Also JS scripting is preferred instead of using old COM.

You can check this how to use devtools api.

API available?

by crap_inhuman » Tue Jan 05, 2021 9:42 pm

I can't find the SongsDB5 name-space.

Is the api implemented ? https://www.mediamonkey.com/wiki/Contro ... plications

Top