Scripting (MM4): Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
(Added Sample scripts)
No edit summary
 
(9 intermediate revisions by 5 users not shown)
Line 1: Line 1:
You can use scripts to enhance the functionality of MediaMonkey.  
__NOTOC__
The MediaMonkey API can be used to enhance the functionality of MediaMonkey (with scripts and external applications).


===[[Introduction to scripting]]===
===[[Introduction to scripting]]===


You can find here about how to create scripts, some sample scripts, etc.
This is the first place to find out how to start scripting and programming with MediaMonkey.
 
===[[Sample scripts]]===
 
Here are some scripts that show you how to use the MediaMonkey scripting API.


===[[MediaMonkey Automation objects]]===
===[[MediaMonkey Automation objects]]===


Here is the list of Automation objects implemented in MediaMonkey that you can use in your scripts (and in general from other applications).
The complete list of Automation objects implemented in MediaMonkey, that you can use in your scripts and applications.


===[http://www.mediamonkey.com/forum/viewforum.php?f=2 MediaMonkey Scripting Forum]===
===[http://www.mediamonkey.com/forum/viewforum.php?f=2 MediaMonkey Scripting Forum]===


You can ask questions here, find answers to many already asked questions and generally discuss all scripting related issues.
You can ask questions here, find answers to already asked questions and discuss all scripting-related issues.


===[[Sample scripts]]===
===[[Search scripts]] & [[Auto-DJ scripts]]===


You can find here some scripts that show how to use scripting API.
Plug-in scripts that add new search types into the ''Auto-tag from Web'' dialog, and scripts that handle how new tracks are enqueued by Auto-DJ.


===[[MediaMonkey Database structure]]===
===[[MediaMonkey Database structure]]===


Lists all the database tables used by MediaMonkey and describes their relationships.
Lists all the database tables used by MediaMonkey and describes their relationships.
===[[Scripting Resources]]===
Some helpful scripting resources like icons, ActiveX components, troubleshooting, etc.
===[[Scripting Tips & Tricks]]===
Tips & Tricks about scripting/programming with MediaMonkey in general.
===[[MediaMonkey 5 Scripting Tips & Tricks]]===

Latest revision as of 18:15, 3 December 2020

The MediaMonkey API can be used to enhance the functionality of MediaMonkey (with scripts and external applications).

Introduction to scripting

This is the first place to find out how to start scripting and programming with MediaMonkey.

Sample scripts

Here are some scripts that show you how to use the MediaMonkey scripting API.

MediaMonkey Automation objects

The complete list of Automation objects implemented in MediaMonkey, that you can use in your scripts and applications.

MediaMonkey Scripting Forum

You can ask questions here, find answers to already asked questions and discuss all scripting-related issues.

Search scripts & Auto-DJ scripts

Plug-in scripts that add new search types into the Auto-tag from Web dialog, and scripts that handle how new tracks are enqueued by Auto-DJ.

MediaMonkey Database structure

Lists all the database tables used by MediaMonkey and describes their relationships.

Scripting Resources

Some helpful scripting resources like icons, ActiveX components, troubleshooting, etc.

Scripting Tips & Tricks

Tips & Tricks about scripting/programming with MediaMonkey in general.


MediaMonkey 5 Scripting Tips & Tricks