Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Developers Corner

pannal edited this page Mar 2, 2019 · 9 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

  • stop your Plex Media Server
  • 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 Explorer)
  • get the release you want from https://github.com/pannal/Sub-Zero.bundle/releases/ or download/checkout the branch you want
  • unzip the release into Library/Application Support/Plex Media Server/Plug-ins/
  • rename the extracted folder to Sub-Zero.bundle if necessary
  • 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
  • start 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