Skip to content

Developers Corner

pannal edited this page Jun 4, 2017 · 3 revisions

GitHub issues Github All Releases

If you are a developer and you want to help or contribute to Sub-Zero, please read ahead, and if you want to help on already open issues, simply click on the issue link above

Installation:

In order to allow your development to not be overwritten automatically by the Plex Media Server, you should follow the following installation procedure:

Manual/Development/Testing Installation

  • go to Library/Application Support/Plex Media Server/Plug-ins/
  • rm -r Sub-Zero.bundle (remove the folder if it already exists) (If running windows, simply delete the directory from explore)
  • get the release you want from https://github.com/pannal/Sub-Zero.bundle/releases/
  • unzip the release into Library/Application Support/Plex Media Server/Plug-ins/
  • edit Contents/Info.plist and set <key>PlexPluginDevMode</key>'s value to <string>1</string> to avoid automatic updates with the stable release to your manual installation
  • restart your plex media server!!!

Logging to console:

During development, it might be useful to enable Console logging, but do note, that if no console is running, some platforms will error out then

Next page

Back to main page

Clone this wiki locally