アドオンは、MediaMonkey の機能を拡張するために MediaMonkey およびサードパーティの開発者によって作成されたスクリプトです。ほとんどのアドオンは次のようにインストールできます。
ほとんどのアドオンは .mmip ファイルとして公開されています。.mmip ファイルをダブルクリックするか、メインメニューから[ツール] > [アドオン]に移動して[追加] を使用して拡張機能の .mmip ファイルを選択することで、.mmip 拡張機能をインストールできます。
注記:
- MediaMonkey がポータブル モードで実行されている場合は、メイン メニューの[ツール] > [アドオン]からスクリプトを手動でインストールする必要があります。
- 拡張子が .mmip ファイルとして提供されているが、PC 上に .zip ファイルとして保存されている場合は、拡張子を .mmip に戻します (メイン メニューの[ツール] > [アドオン]で、.zip としてダウンロードした .mmip ファイルをインストールできます (ファイルを解凍しないでください))。
MediaMonkey 3 および 4 では、アドオンをインストールするには、[ツール] > [アドオン]ではなく[ツール] > [拡張機能]を使用します。
一部のスクリプト (多くの場合、古いもの) は .mmip インストーラー ファイルとしてパッケージ化されていないため、手動でインストールする必要があります。インストール方法については、拡張機能に付属の手順に従ってください。何も提供されていない場合、一般的なインストール手順は次のとおりです。
- インストーラー付きのスクリプト (通常は MediaMonkey 2.x 用):
- MediaMonkeyを閉じる
- スクリプトのインストーラーを実行する
- MediaMonkeyを再起動します
- インストーラーのない自動スクリプト:
- MediaMonkey を閉じます。
- スクリプトがファイルとして利用できない場合は、メモ帳を開き、スクリプトのテキストをコピーしてメモ帳に貼り付け、適切なスクリプト名 (例: newscript.vbs) でファイルを保存します。
- スクリプトファイルを次のフォルダにコピーします: C:\Program Files\MediaMonkey\scripts\auto
- MediaMonkeyを再起動します
- インストーラーがないスクリプト:
- MediaMonkeyを閉じる
- スクリプトがファイルとして使用できない場合は、メモ帳を開き、スクリプトのテキストをコピーしてメモ帳に貼り付け、適切なスクリプト名 (例: newscript.vbs) でファイルを保存します。
- スクリプト ファイルを次のフォルダーにコピーします: C:\Program Files\MediaMonkey\scripts\
- スクリプトの動作を定義するには、scripts.ini にエントリを追加します。
- メモ帳でC:\Program Files\MediaMonkey\Scripts\Scripts.iniを開きます。
- 次の内容が含まれるようにファイルを編集します。
スクリプトを一意に識別するための新しい [SectionName] (例: [Newscript] )
Filename=スクリプトが配置されているファイルの名前 (例: Filename=Newscript.vbs)
ProcName=スクリプトの実行時に呼び出されるプロシージャの名前。
この手順は、上記で指定したスクリプト内に存在している必要があります (これは一部のスクリプトにのみ必要です)。
ScriptType=x はスクリプトのタイプを定義します。可能な値は次のとおりです:
0 = [ツール] > [スクリプト] サブメニューに表示される標準スクリプト。
1 = FileExport サブメニューにあるエクスポート スクリプト。
2 = 新しいトラックが開始されるたびに呼び出されるプロシージャ。
このスクリプトはどのメニューにも表示されず、単にバックグラウンドで呼び出されます。
Order=x は、サブメニュー内でスクリプトが表示される順序を定義します。
DisplayName =スクリプトの名前。スクリプトは MediaMonkey メニューにこの名前で表示されます。
説明 =スクリプトの説明。マウスをスクリプトのメニュー エントリの上にあるときにツールヒントとして表示されます。
Language=通常は VBScript ですが、JScript などの他のスクリプト言語でもかまいません。
ショートカット= MM でスクリプトを呼び出すショートカットを指定できます。
「Shift+」、「Ctrl+」、または「Alt+」のいずれかの文字列を組み合わせて使用し、その後に 1 つの文字または特殊キー (BkSp、Tab、Enter、Esc、Space、PgUp、PgDn、End、Home、Left、Up、Right、Down、Ins、Del) を続けることもできます。 - MediaMonkeyを再起動します
多くの拡張機能は次の場所にあります:
http://www.mediamonkey.com/addons/
MediaMonkey 5 アドオン フォーラム
MediaMonkey 3 & 4 アドオン フォーラム
Addons are scripts written by MediaMonkey and Third Party developers to expand MediaMonkey’s functionality. Most Addons can be installed as follows:
Most Addons are published as .mmip files. You can install .mmip extensions by double clicking on the .mmip file or by going to Tools > Addons from the Main Menu and using Add to select the .mmip file for the extension
Note:
- If MediaMonkey is running in portable mode, you’ll have to manually install the script via Tools > Addons from the Main Menu.
- If the extension is provided as a .mmip file, but it saves on your PC as a .zip file, then change the extension back to .mmip (you can install .mmip files downloaded as a .zip under Tools > Addons from the Main Menu (don’t unzip the file)).
With MediaMonkey 3 & 4 use Tools > Extensions instead of Tools > Addons to install Addons.
Some scripts (often older ones) aren’t packaged as .mmip installer files and must be manually installed. Follow the instructions provided with the extension on how to install. If none are provided the general installation instructions are as follows:
- Scripts with an installer (typically for MediaMonkey 2.x):
- Close MediaMonkey
- Run the script’s installer
- Restart MediaMonkey
- Auto-scripts that don’t have an installer:
- Close MediaMonkey.
- If the script isn’t available as a file, open Notepad, copy the text of the script, paste it into notepad, and then save the file with the appropriate script name (e.g. newscript.vbs).
- Copy the script file to the following folder: C:\Program Files\MediaMonkey\scripts\auto
- Restart MediaMonkey
- Scripts that don’t have an installer:
- Close MediaMonkey
- If the script is not available as a file, open Notepad, copy the text of the script, paste it into notepad, and then save the file with the appropriate script name (e.g. newscript.vbs).
- Copy the script file to the following folder: C:\Program Files\MediaMonkey\scripts\
- Add an entry to scripts.ini to define how the script should work:
- Open the C:\Program Files\MediaMonkey\Scripts\Scripts.ini in notepad
- Edit the file so that it contains the following:
A new [SectionName] for the script to uniquely identify it (e.g. [Newscript])
Filename= Name of a file where the script is located, (e.g. Filename=Newscript.vbs)
ProcName= Name of a procedure to be called when the script is executed.
This procedure must exist in the script that is specified above (this is only required for some scripts).
ScriptType=x to define the type of the script. Possible values are:
0 = A standard script that appears in ToolsScripts submenu.
1 = An export script that can be found in FileExport submenu.
2 = A procedure that is called whenever a new Track is started.
This script doesn’t appear in any menu, it’s simply called in the background.
Order=x to define the order in which the script is displayed in the submenu.
DisplayName= Name of Script. The script is listed under this name in the MediaMonkey menu.
Description= Description of the Script. This is shown as a tooltip when the mouse is over the script’s menu entry.
Language= Is usually VBScript, but can be any other scripting language, e.g. JScript.
Shortcut= Can specify a shortcut that will invoke the script in MM.
You can use any of the string “Shift+”, “Ctrl+” or “Alt+” even combined together and followed either by a single letter or by a special key, which are: BkSp, Tab, Enter, Esc, Space, PgUp, PgDn, End, Home, Left, Up, Right, Down, Ins, Del. - Restart MediaMonkey
Many extensions can be found at:
http://www.mediamonkey.com/addons/
MediaMonkey 5 Addon Forum
MediaMonkey 3 & 4 Addon Forum
Applies to: MMW4
Hide original