[SOLVED] How check PMS version in a agent plugin

Hy,



I want to know the version of the running PMS in the python start() function of an agent plugin.

Anyone can help me ?




I found it


currentPlexVersion = XML.ElementFromURL('http://127.0.0.1:32400', cacheTime=0).xpath('/MediaContainer')[0].get('version')

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