Hi,
I have created a xml file in MediaPortal\InputDeviceMappings\defaults. Now I have the following code in my plugin:
Now the configuration window opens for the xml file but when I try to make changes in this window, the xml file doesn't change in the default folder. Where are the settings stored?
By the way, is this InputMapping fuction also available in mediaportal2?
I have created a xml file in MediaPortal\InputDeviceMappings\defaults. Now I have the following code in my plugin:
Code:
InputMappingForm inputMappingForm = new InputMappingForm("Test");
inputMappingForm.ShowDialog();
By the way, is this InputMapping fuction also available in mediaportal2?