Search found 2 matches

by pjokkis
Mon Dec 19, 2011 5:04 pm
Forum: MediaMonkey 4 Addons developer forum
Topic: Ho to connect to MM with PHP
Replies: 0
Views: 870

Ho to connect to MM with PHP

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.php/Introduction_to_scripting , but it seems that my script just stops without giving any error message. This is the code: $objSDB = new CO...
by pjokkis
Mon Dec 19, 2011 11:20 am
Forum: Need Help with Addons? (MMW4)
Topic: Automate MM from VB - NOT VBScript
Replies: 13
Views: 15099

Re: Automate MM from VB - NOT VBScript

Do you know if this is supposed to work in MM version 4? I have put the following code in an aspx-page, but it does not work on my system: <% Dim SDB as Object SDB = CreateObject( "SongsDB.SDBApplication" ) If SDB.Player.isPlaying And Not SDB.Player.isPaused Then response.write("MM is...