Creating Custom Scripts: Difference between revisions
Jump to navigation
Jump to search
(Created page with "= Extending MediaMonkey's Functionality = MediaMonkey's functionality can be extended through the use of various addons found at the [http://www.mediamonkey.com/addons/ MediaMo...") |
No edit summary |
||
Line 19: | Line 19: | ||
== Related Information: == | == Related Information: == | ||
[http://www.mediamonkey.com/scripts.htm][http://www.mediamonkey.com/addons/ MediaMonkey Addons site] | [http://www.mediamonkey.com/scripts.htm MediaMonkey Scripts site] | ||
[http://www.mediamonkey.com/addons/ MediaMonkey Addons site] | |||
[http://www.mediamonkey.com/forum/ MediaMonkey Scripts Development Forum] | [http://www.mediamonkey.com/forum/ MediaMonkey Scripts Development Forum] | ||
[http://www.mediamonkey.com/develop/ MediaMonkey Developers Page] | [http://www.mediamonkey.com/develop/ MediaMonkey Developers Page] |
Revision as of 10:31, 22 April 2011
Extending MediaMonkey's Functionality
MediaMonkey's functionality can be extended through the use of various addons found at the MediaMonkey Addons site. These include:
- scripts that add a variety of different functions, such as looking up metadata & Album Art, playing music automatically based on last-fm preferences, switching metadata fields, playing random whole albums, etc.
- skins that change the look of MediaMonkey
- translations of MediaMonkey to other languages
- [Player Plugin Configuration.htm plug-ins] that change audio properties
To install most addons other than [Player Plugin Configuration.htm plug-ins]:
- Download an addon from the MediaMonkey Addons site.
- On Windows Vista or Windows 7 select the MediaMonkey icon and 'Run as administrator' (this is required to properly install addons).
- Double-click the downloaded .MMIP file to install the extension.
- Restart MediaMonkey and the new functionality will be accessible.
Note: Some older scripts may not be packaged as .MMIP files (e.g. Newscript.vbs). For those, copy the script to MediaMonkey's /scripts/auto folder OR save the script to MediaMonkey's /scripts folder and then define the script in MediaMonkey's "\Scripts\Scripts.ini" file (as described in the script's documentation).