Enable Developer Mode

From de Wiki ; Other TIPS:

If you are a Plug-in Developer and need to enable Developer Mode, please post a message to the Developer Forum for instructions on how to do so.

 

I would like be a Plug-in Developer and I need to enable Developer Mode, i'm waiting for instructions to do so.

Thanks !

From de Wiki ; Other TIPS:

I would like be a Plug-in Developer and I need to enable Developer Mode, i'm waiting for instructions to do so.

Thanks !

The method depends on whether you need to enable it for a single channel, or PMS and the plugin framework. What are you trying to achieve?

How do you enable Developer Mode for a single channel?

I'm also curious about Developer Mode, what advantages does it offer the developer? I did find an older post that gave a url to execute to turn it on, and I also saw options for it in the Info.plist file, but there really wasn't anything explaining what it does for the developer? :P

Url: (I'm assuming this enables dev mode for the server)

http://localhost:32400/system/:/prefs/set?DEV_MODE=1

Info.plist: (I'm assuming this enables dev mode for an individual channel)

PlexPluginDevMode
1

There’s really not much benefit to either. On the server, it will allow downloading beta builds of the plugin Framework. Generally, it’s recommended that you develop against the release framework since that’s what your users will be using.

For the channel, setting the devmode flag in the plist is supposed to prevent PMS from auto-replacing the bundle with the “official” version. This is only beneficial when you’re working on a plugin which is already available in the Channel Directory. It has the same desired effect as the more common practice of sym-linking the plugin bundle.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.