AI Addon Development

Create new MediaMonkey addons using AI.

MediaMonkey AI Addon Generator

The generator uses a Gemini Gem to create the code for new MediaMonkey Addons. It works best in Pro mode, but provides good results in other modes as well.

Here are some sample prompts you can use to generate fully working addons:
Please create a MediaMonkey Addon that adds a button to the toolbar, which swaps the artist and title values of the selected tracks when clicked. Please create a MediaMonkey Addon that shows a banner in the main window when a new track starts playing (displaying the track artist and title). It should include an Options panel (in the default Options dialog) where the size, timing, and colors of the banner can be configured (using a color picker for the colors). Also, add a menu item, a hotkey, and a toolbar icon that will show the banner on request.

While showing the banner, gradually decrease the playback volume to 20% of the current value, use the Speech API to read the artist name and track title, and then increase the volume back to the original value.


If you want more control, or if you prefer to use another AI tool, download this zip file, unpack it, and start your prompts like this:
Create a new MediaMonkey Addon based on the description in guide.md

For example, VS Code is a great tool/editor for this purpose.

See Getting Started with Addon development for more technical information about MediaMonkey addon development.