Skip to content

Getting your plug in in the catalog

Eric Reed edited this page May 25, 2013 · 9 revisions

After you have developed a plug-in for MediaBrowser, the next step is to get it into the catalog so users can install it.

  • First, request a developer id from the MB team by emailing admin AT mediabrowser3 DOT com or posting in the dev forum that you are ready to publish.

  • Once you have your credentials you'll need to go to: http://www.mb3admin.com/admin/ and login with the user and password you were provided.

  • Then go to the "Packages" area. This is where you will define your plug-ins (as a user-installed package) and upload versions of them.

[picture]

Create a New Package to define your plug-in and fill in the fields appropriately.

[picture] [description of important fields]

Once your package is defined, you can create and upload version for them. Expand the package by clicking the '>' next to it and click New Version. Fill out the fields in this for with the appropriate information:

[picture] [description of important fields]

Then select the dll file from your local computer and save. This will upload the dll and make it available in the plug-in catalog.

Clone this wiki locally