dottools / open-hardware-monitor

Automatically exported from code.google.com/p/open-hardware-monitor
1 stars 0 forks source link

Create a plugin for MediaPortal #266

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
One could create a (GUI or window) plugin for MediaPortal to display CPU usage, 
temperature and similar information. Plugins for MediaPortal are developed in 
C#, so this should simplify things:

http://wiki.team-mediaportal.com/index.php?title=1_MEDIAPORTAL_1/18_Contribute/6
_Plugins/Plugin_Developer%27s_Guide/1_Develop_a_Plugin

One could write a standalone plugin using the OpenHardwareMonitorLibrary, but 
then MediaPortal would need to be run with admin rights as well. A better 
solution would be to connect to an Open Hardware Monitor instance running in a 
seperate process (in the background). This could be done using the current WMI 
interface, or an alternative pipe or tcp based solution.

Original issue reported on code.google.com by moel.mich on 25 Aug 2011 at 1:18