애드온(확장 프로그램) 설치 방법

애드온은 MediaMonkey와 Third Party 개발자가 MediaMonkey의 기능을 확장하기 위해 작성한 스크립트입니다. 대부분의 애드온은 다음과 같이 설치할 수 있습니다.

대부분의 애드온은 .mmip 파일로 게시됩니다. .mmip 파일을 두 번 클릭하거나 메인 메뉴에서 도구 > 애드온 으로 이동하고 추가 를 사용하여 확장자에 대한 .mmip 파일을 선택하여 .mmip 확장자를 설치할 수 있습니다.

메모:

  1. MediaMonkey가 휴대용 모드로 실행되는 경우, 메인 메뉴에서 도구 > 애드온을 선택하여 스크립트를 수동으로 설치해야 합니다.
  2. 확장자가 .mmip 파일로 제공되었지만 PC에 .zip 파일로 저장되는 경우 확장자를 다시 .mmip으로 변경하세요( 도구 > 애드온 에서 .zip 형식으로 다운로드한 .mmip 파일을 설치할 수 있습니다(파일 압축을 풀지 마세요)).

MediaMonkey 3 및 4에서는 도구 > 애드온 대신 도구 > 확장 프로그램을 사용하여 애드온을 설치하세요.

일부 스크립트(종종 오래된 스크립트)는 .mmip 설치 프로그램 파일로 패키징되지 않아 수동으로 설치해야 합니다. 설치 방법에 대한 확장 프로그램과 함께 제공된 지침을 따르세요. 아무것도 제공되지 않으면 일반적인 설치 지침은 다음과 같습니다.

  • 설치 프로그램이 포함된 스크립트(일반적으로 MediaMonkey 2.x용):
    1. MediaMonkey 닫기
    2. 스크립트 설치 프로그램을 실행합니다.
    3. MediaMonkey를 다시 시작하세요
  • 설치 프로그램이 없는 자동 스크립트:
    1. MediaMonkey를 닫습니다.
    2. 스크립트를 파일로 사용할 수 없는 경우 메모장을 열고 스크립트 텍스트를 복사하여 메모장에 붙여넣은 다음 적절한 스크립트 이름(예: newscript.vbs)으로 파일을 저장합니다.
    3. 스크립트 파일을 다음 폴더에 복사하세요: C:\Program Files\MediaMonkey\scripts\auto
    4. MediaMonkey를 다시 시작하세요
  • 설치 프로그램이 없는 스크립트:
    1. MediaMonkey 닫기
    2. 스크립트를 파일로 사용할 수 없는 경우 메모장을 열고 스크립트 텍스트를 복사하여 메모장에 붙여넣은 다음 적절한 스크립트 이름(예: newscript.vbs)으로 파일을 저장합니다.
    3. 스크립트 파일을 다음 폴더에 복사하세요: C:\Program Files\MediaMonkey\scripts\
    4. scripts.ini에 항목을 추가하여 스크립트가 어떻게 작동해야 하는지 정의합니다.
    5. 메모장에서 C:\Program Files\MediaMonkey\Scripts\Scripts.ini를 엽니다.
    6. 다음 내용이 포함되도록 파일을 편집하세요.
      스크립트를 고유하게 식별하기 위한 새로운 [SectionName] (예: [Newscript] )
      파일 이름 = 스크립트가 있는 파일의 이름(예: 파일 이름 = Newscript.vbs)
      ProcName= 스크립트가 실행될 때 호출될 프로시저의 이름입니다.
      이 프로시저는 위에 지정된 스크립트에 존재해야 합니다(일부 스크립트에만 필요합니다).
      ScriptType=x는 스크립트의 유형을 정의합니다. 가능한 값은 다음과 같습니다.
      0 = 도구 스크립트 하위 메뉴에 나타나는 표준 스크립트입니다.
      1 = FileExport 하위 메뉴에서 찾을 수 있는 내보내기 스크립트.
      2 = 새로운 트랙이 시작될 때마다 호출되는 프로시저입니다.
      이 스크립트는 어떤 메뉴에도 나타나지 않고, 단순히 백그라운드에서 호출됩니다.
      Order=x는 스크립트가 하위 메뉴에 표시되는 순서를 정의합니다.
      DisplayName= 스크립트 이름. 스크립트는 MediaMonkey 메뉴에서 이 이름으로 나열됩니다.
      설명 = 스크립트 설명. 마우스가 스크립트 메뉴 항목 위에 있을 때 툴팁으로 표시됩니다.
      언어= 일반적으로 VBScript이지만 JScript와 같이 다른 스크립팅 언어가 될 수도 있습니다.
      바로가기= MM에서 스크립트를 호출하는 바로가기를 지정할 수 있습니다.
      "Shift+", "Ctrl+" 또는 "Alt+" 문자열을 서로 결합하거나 단일 문자나 특수 키(예: BkSp, Tab, Enter, Esc, Space, PgUp, PgDn, End, Home, Left, Up, Right, Down, Ins, Del) 뒤에 연결할 수 있습니다.
    7. MediaMonkey를 다시 시작하세요

다양한 확장 기능은 다음에서 찾을 수 있습니다.
http://www.mediamonkey.com/addons/
MediaMonkey 5 애드온 포럼
MediaMonkey 3 & 4 애드온 포럼

적용 대상:

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

이 글이 도움이 되었나요?