Plugins in Ruby?

Before I go off and learn Perl, is there any (supported) way to write Plex Plugins in Ruby?

The media server communicates with plug-ins over pipes, so it’s possible to write them in any language as long as they return valid XML. However, it’s a LOT easier to use Python (not Perl) than any other language at the moment, as the framework we’ve included will handle returning valid XML and provides a lot of other convenience functions to assist in the creation of plug-ins. We want to officially support other languages eventually, but at the moment our priority is getting the Python framework working perfectly. If you choose to use another language, you’re on your own at this point :slight_smile:



Thanks. I mistyped earlier. s/Perl/Python/g

I'm going to take a gander at the Python convenience functions and either learn enough to use them or learn enough to do a quick-and-dirty Ruby port.

Thanks again.

Is there any documentation available on what these framework calls look like? I’d be more than happy to port the Pythons to the Rubies.

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