ここでは、アドオンの開発とスキニングに役立つツールを見つけることができます。

これは、正規表現を使用して一般的な VBS 式を同等の JavaScript ステートメントに変換する、VBS から JavaScript への変換です。このアドオンはプログラマー専用のツールであり、MM4 アドオンのワンクリック変換ではないことに注意してください。変換中に発生したエラーは、下部のコメントに記録されます。
これは、古い VBS スクリプトを JavaScript に変換する際の有利なスタートとなりますが、機能させるには多少の作業が必要になる可能性があります。また、JavaScript のワークフローは大幅に異なる可能性があるため、ほとんどの場合、スクリプト コードを手動で書き直すことをお勧めします。
Translated automatically (see original)This is an for VBS to JavaScript conversion, using regular expressions to convert common VBS expressions into their equivalent JavaScript statements. Please note that this addon is meant as a tool for programmers only, and it is by no means a one-click conversion for MM4 addons. Any errors that occur in the conversion get logged in comments on the bottom.
It can help give a head start on converting your old VBS scripts to JavaScript, but some work will likely need to be done to make it functional. Additionally, we recommend in most situations to rewrite script code manually, as the workflow in JavaScript can be significantly different.
Hide original
By
Ventis Media, Inc.
提出者 drakinite
更新 26/05/2021
.png)
画面の左上に FPS カウンターを追加します。開発者/テスターのパフォーマンス分析に役立ちます。
ホットキーを押してカウンターのオン/オフを切り替えます (デフォルトのホットキーは F6 です)。
Translated automatically (see original)Adds an FPS counter to the top-left of the screen. Useful for performance analysis for developers/testers.
Press the hotkey to toggle the counter on/off (Default hotkey is F6).
Hide original
By
drakinite
提出者 drakinite2
更新 21/11/2020
バージョン履歴 / 詳細
- バージョン:
- 1.0.3
- 更新:
- 21/11/2020
- Size:
- 26.65 KB
- ライセンス:
- MIT
- 対応機種:
- Media Monkey 5.0.0 - 5.0.0
- 変更点:
Fixed a bug that caused the default hotkeys to not load when persistent.json is deleted.
Code is all commented and explained, in case any devs want to take a look at how to do something similar. :)
- バージョン:
- 1.0.2
- 更新:
- 11/11/2020
- Size:
- 26.41 KB
- ライセンス:
- MIT
- 対応機種:
- Media Monkey 5.0.0 - 5.0.0
- 変更点:
Version 1.0.2: Configurable settings!
Can now change:
- Position on screen
- Text color, black or white
- Font weight, bold or regular
In addition, it now automatically pauses after 5 minutes of inactivity, so that it doesn't needlessly eat up your CPU if you accidentally leave it on.
- バージョン:
- 1.0
- 更新:
- 07/11/2020
- Size:
- 23.13 KB
- ライセンス:
- MIT
- 対応機種:
- Media Monkey 5.0.0 - 5.0.0
- 変更点:
First version!

MediaMonkey 5.0.4 以上が必要です。ベータ版はここからダウンロードしてください。
MediaMonkey で使用されるアイコンを一覧表示します。アイコンの管理: 表示、コピー、編集プログラム (Inkscape) の起動。
オプション メニューを開き、新しい [レイアウト] > [アイコン] セクションに移動します。
リストするアイコンのパスを選択します:
- デフォルトのアイコン: C:_Program Files (x86)_MediaMonkey 5_skin_icon
- スキンアイコン: C:_Program Files (x86)_MediaMonkey 5_Skins_<SkinActiv>_skin_icon
- カスタムアイコン: フォルダを選択
サブディレクトリも表示したい場合は選択してください(フォルダの内容を再帰的に表示)
Â
アイコン (拡張子 .svg) がグリッドに表示されます。
次のことが可能です:
_ ダブルクリックすると拡大表示されます
_ コピーボタンを使用して現在のスキンにコピーします
_ エクスプローラーボタンを使用してディレクトリを開きます
_ Inkscapeボタンを使用してアイコンを変更します
Translated automatically (see original)Requires MediaMonkey 5.0.4+. Download the beta here.
List icons used by MediaMonkey. Manage icons : display, copy , launch edit program (Inkscape).
Open the options menu and navigate to the new Layout > Icons section.Â
Select the icons path to list :
- Default icons : C:_Program Files (x86)_MediaMonkey 5_skin_icon
- Skin icons  : C:_Program Files (x86)_MediaMonkey 5_Skins_<SkinActiv>_skin_icon
- Custom icons : choose the folder
Select if you want see also Subdirectories (Display folder content recursively)
Â
The Icons (extension .svg) are displayed in the grid.
You can :Â
_ Double click to see greaterÂ
_ Use Copy button to copy to current skin
_ Use Explorer button to open directoryÂ
_ Use Inkscape button to modify icons
Hide original
By
gb63
提出者 gb63
更新 11/07/2022
バージョン履歴 / 詳細
- バージョン:
- 1.0
- 更新:
- 11/07/2022
- Size:
- 510.65 KB
- ライセンス:
- Creative Commons BY SA 4.0
- 対応機種:
- Media Monkey 5.0.4
- 変更点:
- corrective: The MMIP is packaged improperly.
- corrective : In dlgOptions_add.js, there's a typo: the panel is labeled "Icones" instead of "Icons".
- Add control when Activ Skin is zipped (ex: C:Program Files (x86)MediaMonkey 5skinsSkinzipped.zip)Â
 because addon don't work completely with !Â

このアドオンは、ウィンドウを再読み込みして LESS/CSS スタイルを更新するためのショートカットを作成します。スキナーや開発者にとって便利です。
右側のツールバーにボタンと、設定可能なホットキーを追加します (デフォルトでは、スタイル設定のみの場合は Shift+F5、ウィンドウ全体の再読み込みの場合は Ctrl+Shift+F5 です)。
Translated automatically (see original)This addon creates shortcuts to reload the window and refresh the LESS/CSS styling, useful for skinners and developers.
Adds a button in the right toolbar, as well as a configurable hotkey (The defaults are Shift+F5 for just styling and Ctrl+Shift+F5 for full window reload).
Hide original
By
Ventis Media, Inc.
提出者 drakinite
更新 17/12/2020
バージョン履歴 / 詳細
- バージョン:
- 1.0.2
- 更新:
- 17/12/2020
- Size:
- 6.04 KB
- 対応機種:
- Media Monkey 5.0.0 - 5.0.0
- 変更点:
Added option to just reload the LESS/CSS styling or to perform a full window reload.
Default hotkey for the faster, "soft" reload is Shift + F5, and the default hotkey for the full reload is Ctrl + Shift + F5. You can now right-click on the icon to choose which one to execute.
- バージョン:
- 1.0.1
- 更新:
- 08/12/2020
- Size:
- 4.93 KB
- 対応機種:
- Media Monkey 5.0.0 - 5.0.0
.png)
このアドオンは、MediaMonkey 5 インターフェイス内から SQL クエリを実行できるウィンドウを提供します。
Translated automatically (see original)This addon provides a window that allows you to execute SQL queries from within the MediaMonkey 5 interface.
Hide original
By
Ventis Media, Inc.
提出者 drakinite
更新 14/11/2021