Reply to thread

The main answer is in dek's response above. However I have a few things to add:


The plugins are 'built into the source' for tidiness sake I think... MP will still load individual plugins if they are placed in the correct folders - mediaportal\plugins\process for non-GUI plugins, and mediaportal\plugins\window for window plugins.


If you are using C++ you need to use managed C++ in order to work with MP (unless you're going to use COM which I'm not very familiar with).


There is no fixed interface to get info from MP, its mainly just an aggregration from a number of sources once you work out which module is playing. I've done some coding for this for the web interface. It would be nice to see an actual interface developed though...


Sam


Top Bottom