Scripting (MM4): Difference between revisions
m (Added "Scripting Tips & Tricks") |
No edit summary |
||
(7 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | |||
The MediaMonkey API can be used to enhance the functionality of MediaMonkey (with scripts and external applications). | |||
===[[Introduction to scripting]]=== | ===[[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]]=== | ===[[MediaMonkey Automation objects]]=== | ||
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 | 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]]=== | ===[[MediaMonkey Database structure]]=== | ||
Line 27: | Line 32: | ||
===[[Scripting Tips & Tricks]]=== | ===[[Scripting Tips & Tricks]]=== | ||
Tips & Tricks about scripting with MediaMonkey in general. | 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.