Automation Process Plugin for MediaPortal

This implements a simple TCP/IP interface to MediaPortal
Similar to the common Remote Controls (MPCC, gPad etc.)

Allows more complex actions to be defined and called.
For example goto the tv screen, TV to Channel One

This is achieved by sending not just a simple XML fragment 
with the request (in a set format)


Version	    Description
========    ================================================
1.0         Initial version.
2.0         Key(s) working
2.1         Key, Press, Screen functionality working
2.2         Fixed array overrun, allow any home screen selection
2.3         Improved handling of delayed screen selection
2.4         Change the XML fragment to be consistent with other plugins
            Deal with TV Server lost dialogs
            Add Store request list processing
2.5         Add monitor on code for <Request Screen="..."/>
2.6         Case insensitive and check all button labels
2.7         Add capability to run a stored script/batch file
2.8         Add Speak capability
2.10        MediaPortal 1.4.




Automator Windows Plugin for MediaPortal

This allows the Automation plugin to be driven from within MediaPortal.

It is not inteneded that this is the way that it would operate
but allows an easy way to experiment/demonstrate automation.


Version	    Description
========    ================================================
1.0         Initial version.
