Ho to connect to MM with PHP

This forum is for questions / discussions regarding development of addons / tweaks for MediaMonkey for Windows 4.

Moderators: Gurus, Addon Administrators

pjokkis
Posts: 2
Joined: Sun Dec 11, 2011 10:02 am

Ho to connect to MM with PHP

Post by pjokkis »

Hello,
I'm trying to connect to MediaMonkey from a PHP script, but can't get any response. I am using the sample code from http://www.mediamonkey.com/wiki/index.p ... _scripting, but it seems that my script just stops without giving any error message. This is the code:

Code: Select all

$objSDB = new COM('SongsDB.SDBApplication') or die('Cannot create MediaMonkey SDB Object');
Any experience using PHP with MM?

Pål.
Last edited by Lowlander on Mon Dec 19, 2011 5:05 pm, edited 1 time in total.
Reason: Moved to correct sub-forum