AudioTron API: usable with scripting?

Download and get help for different MediaMonkey for Windows 4 Addons.

Moderators: Peke, Gurus

programx
Posts: 1
Joined: Sat Oct 09, 2004 1:03 pm

AudioTron API: usable with scripting?

Post by programx »

Thie Media Monkey is something quite clever, and I am going to buy it if it is likely that I can develop a script that will communicate with my AudioTron.

Basically, the AudioTron API is a set of asp pages that are executed using standard GET/POST commands. Is scripting capable of communicating with the web server in this way?
jiri
Posts: 5419
Joined: Tue Aug 14, 2001 7:00 pm
Location: Czech Republic
Contact:

Post by jiri »

With some effort you can make almost anything working with MediaMonkey because it supports a lot of options how to extend it (WA general plug-ins, scripting, COM objects, etc.).

However, in order to tell you if you can accomplish what you want I'd need to know more about what is your plan to do.

Jiri
Lowlander
Posts: 56654
Joined: Sat Sep 06, 2003 5:53 pm
Location: MediaMonkey 5

Post by Lowlander »

http://www.songs-db.com/forum/viewtopic.php?t=2330 is an example of interaction with ASP and MM. In this case to create a website based on your music.
parkint
Posts: 16
Joined: Sat Oct 09, 2004 1:54 am

XML API

Post by parkint »

You could use the MSXML API from your VBScript in order to GET/POST using HTTP. That should be fairly straightforward.
Post Reply