Site Configuration debugging

Hi guys,



I have begun my first Plex channel plugin and unfortunately it requires me to write a site configuration since the content site uses Silverlight.



Currently I’m unable to write a functioning site config, so my question is: What debugging/testing options do I have when writing a site configuration?

It feels a bit like developing blind, I can see from the server log that Plex finds the Silverlight object, but that’s it. Do any of you have some nice tricks for debugging?

Hi Jakob,

Welcome to the dev section! A great way to see what’s going on when Plex tries to play a Flash or Silverlight video is to make the Webkit window visible:



OSX:

[list][]Quit Plex Media Server

[
]From the Terminal, execute this command: defaults write com.plexapp.plexmediaserver WebKitWindowVisible TRUE

[]Start Plex Media Server

[/list]

Windows:

[list]

[
]Quit Plex Media Server

[]Open Regedit

[
]Go to HKEY_CURRENT_USER\Software\Plex, Inc.\Plex Media Server

[]Add a new DWORD value:

[list][
]Name: WebKitWindowVisible

[]Value: 1

[/list][
]Close Regedit

Start Plex Media Server

[/list]

Awesome!, that was exactly what I was looking for … thank you :slight_smile:

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