So installieren Sie Add-Ons (Erweiterungen)

Addons sind Skripte, die von MediaMonkey und Drittanbietern geschrieben werden, um die Funktionalität von MediaMonkey zu erweitern. Die meisten Addons können wie folgt installiert werden:

Die meisten Addons werden als .mmip-Dateien veröffentlicht. Sie können .mmip-Erweiterungen installieren, indem Sie auf die .mmip-Datei doppelklicken oder im Hauptmenü auf Extras > Addons gehen und mit Hinzufügen die .mmip-Datei für die Erweiterung auswählen.

Notiz:

  1. Wenn MediaMonkey im portablen Modus ausgeführt wird, müssen Sie das Skript manuell über „Tools“ > „Add-ons“ im Hauptmenü installieren.
  2. Wenn die Erweiterung als .mmip-Datei bereitgestellt wird, auf Ihrem PC aber als .zip-Datei gespeichert wird, ändern Sie die Erweiterung zurück in .mmip (Sie können als .zip heruntergeladene .mmip-Dateien unter Tools > Add-ons im Hauptmenü installieren (entpacken Sie die Datei nicht)).

Verwenden Sie bei MediaMonkey 3 und 4 „Tools > Erweiterungen“ statt „Tools > Add-ons“ , um Add-ons zu installieren.

Einige Skripte (oft ältere) sind nicht als .mmip-Installationsdateien verpackt und müssen manuell installiert werden. Befolgen Sie die mit der Erweiterung bereitgestellten Installationsanweisungen. Wenn keine bereitgestellt werden, lauten die allgemeinen Installationsanweisungen wie folgt:

  • Skripte mit einem Installationsprogramm (normalerweise für MediaMonkey 2.x):
    1. MediaMonkey schließen
    2. Führen Sie das Installationsprogramm des Skripts aus
    3. Starten Sie MediaMonkey neu
  • Auto-Skripte ohne Installationsprogramm:
    1. Schließen Sie MediaMonkey.
    2. Wenn das Skript nicht als Datei verfügbar ist, öffnen Sie den Editor, kopieren Sie den Text des Skripts, fügen Sie ihn in den Editor ein und speichern Sie die Datei anschließend unter dem entsprechenden Skriptnamen (z. B. newscript.vbs).
    3. Kopieren Sie die Skriptdatei in den folgenden Ordner: C:\Program Files\MediaMonkey\scripts\auto
    4. Starten Sie MediaMonkey neu
  • Skripte ohne Installationsprogramm:
    1. MediaMonkey schließen
    2. Wenn das Skript nicht als Datei verfügbar ist, öffnen Sie den Editor, kopieren Sie den Text des Skripts, fügen Sie ihn in den Editor ein und speichern Sie die Datei anschließend unter dem entsprechenden Skriptnamen (z. B. newscript.vbs).
    3. Kopieren Sie die Skriptdatei in den folgenden Ordner: C:\Program Files\MediaMonkey\scripts\
    4. Fügen Sie einen Eintrag zu scripts.ini hinzu, um zu definieren, wie das Skript funktionieren soll:
    5. Öffnen Sie die Datei C:\Program Files\MediaMonkey\Scripts\Scripts.ini im Editor.
    6. Bearbeiten Sie die Datei, sodass sie Folgendes enthält:
      Ein neuer [SectionName] für das Skript, um es eindeutig zu identifizieren (z. B. [Newscript] )
      Dateiname= Name der Datei, in der sich das Skript befindet (z. B. Dateiname=Newscript.vbs)
      ProcName= Name einer Prozedur, die aufgerufen werden soll, wenn das Skript ausgeführt wird.
      Dieses Verfahren muss im oben angegebenen Skript vorhanden sein (dies ist nur bei manchen Skripten erforderlich).
      ScriptType=x, um den Typ des Skripts zu definieren. Mögliche Werte sind:
      0 = Ein Standardskript, das im Untermenü „ToolsScripts“ angezeigt wird.
      1 = Ein Exportskript, das im Untermenü „DateiExport“ zu finden ist.
      2 = Eine Prozedur, die immer aufgerufen wird, wenn ein neuer Track gestartet wird.
      Dieses Skript erscheint in keinem Menü, es wird einfach im Hintergrund aufgerufen.
      Order=x , um die Reihenfolge zu definieren, in der das Skript im Untermenü angezeigt wird.
      DisplayName= Name des Skripts. Das Skript wird unter diesem Namen im MediaMonkey-Menü aufgeführt.
      Beschreibung = Beschreibung des Skripts. Diese wird als Tooltip angezeigt, wenn sich die Maus über dem Menüeintrag des Skripts befindet.
      Sprache= Ist normalerweise VBScript, kann aber auch jede andere Skriptsprache sein, z. B. JScript.
      Verknüpfung= Kann eine Verknüpfung angeben, die das Skript in MM aufruft.
      Sie können die Zeichenfolgen „Umschalt+“, „Strg+“ oder „Alt+“ auch kombiniert verwenden und sie entweder von einem einzelnen Buchstaben oder einer Sondertaste ablösen. Diese sind: Rücktaste, Tabulatortaste, Eingabetaste, Esc, Leertaste, Bild auf, Bild ab, Ende, Pos1, Links, Auf, Rechts, Ab, Einfg, Entf.
    7. Starten Sie MediaMonkey neu

Viele Erweiterungen finden Sie unter:
http://www.mediamonkey.com/addons/
MediaMonkey 5 Addon Forum
MediaMonkey 3 & 4 Add-on-Forum

Gilt für:

Translated automatically (see original)

How to Install Addons (Extensions)

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:

  1. If MediaMonkey is running in portable mode, you’ll have to manually install the script via Tools > Addons from the Main Menu.
  2. 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):
    1. Close MediaMonkey
    2. Run the script’s installer
    3. Restart MediaMonkey
  • Auto-scripts that don’t have an installer:
    1. Close MediaMonkey.
    2. 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).
    3. Copy the script file to the following folder: C:\Program Files\MediaMonkey\scripts\auto
    4. Restart MediaMonkey
  • Scripts that don’t have an installer:
    1. Close MediaMonkey
    2. 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).
    3. Copy the script file to the following folder: C:\Program Files\MediaMonkey\scripts\
    4. Add an entry to scripts.ini to define how the script should work:
    5. Open the C:\Program Files\MediaMonkey\Scripts\Scripts.ini in notepad
    6. 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.
    7. Restart MediaMonkey

Many extensions can be found at:
http://www.mediamonkey.com/addons/
MediaMonkey 5 Addon Forum
MediaMonkey 3 & 4 Addon Forum

Applies to:

Hide original

War dieser Beitrag hilfreich?