Hey!
I am writing a plugin that will store userprofiles based on what they are watching in MediaPortal. To do this, I have created a plugin. It is based on GUITvGuide and inherits GUITvGuideBase. It overrides the method OnAction, so I can save to file when a programme is selected.
I have one problem though. I want to save the TVProgram information,
but this is stored in a private variable in the GUITvGuideBase (_currentProgram).
Is there any way I can access this variable, or is there another way yo get the TVProgram object for the programme that is selected??
Any help is appreciated!
I am writing a plugin that will store userprofiles based on what they are watching in MediaPortal. To do this, I have created a plugin. It is based on GUITvGuide and inherits GUITvGuideBase. It overrides the method OnAction, so I can save to file when a programme is selected.
I have one problem though. I want to save the TVProgram information,
but this is stored in a private variable in the GUITvGuideBase (_currentProgram).
Is there any way I can access this variable, or is there another way yo get the TVProgram object for the programme that is selected??
Any help is appreciated!