- December 11, 2008
- 518
- 146
- Home Country
- Austria
- Moderator
- #1
Hy @all devs.
Sorry for my bad english but my mainlanguage is german.
I have made a new plugin to cut videos over VideoRedo.
Here: https://forum.team-mediaportal.com/...edo-cut-your-recordings-frame-accurate-90053/
and here in german: https://forum.team-mediaportal.com/plugins-erweiterungen-178/neues-plugin-myvideoredo-89995/
The problem is, i must render my own Controls to show the cuts and the Thumbnails of the video.
But XP User have the problem that my WinForm Controls flicker if the "Use ExclusiveMode"-option in the MP Config ist set to "True"
I have try to set this option to "false" on Pluginstart and on PageDestroy i have to set it back to "true", but only with edit the Config and save the Cache it will not work. If i set the Exclusivemode to "false" ("no" in the MediaPortal.xml) the mode is still on until i restart MP.
Here a log from my Plugin (a have Translate the log because my plugin logging in german):
I SET THE EXCLUSIVE MODE TO 'FALSE"
But it does not work.
Can anyone help me to fix my problem or is there anywhere a dokumentation how i can make my own MP Control?
perhaps is there a way to make Winform Controls to MP Controls.
Many thanks in advance
Sascha
Sorry for my bad english but my mainlanguage is german.
I have made a new plugin to cut videos over VideoRedo.
Here: https://forum.team-mediaportal.com/...edo-cut-your-recordings-frame-accurate-90053/
and here in german: https://forum.team-mediaportal.com/plugins-erweiterungen-178/neues-plugin-myvideoredo-89995/
The problem is, i must render my own Controls to show the cuts and the Thumbnails of the video.
But XP User have the problem that my WinForm Controls flicker if the "Use ExclusiveMode"-option in the MP Config ist set to "True"
I have try to set this option to "false" on Pluginstart and on PageDestroy i have to set it back to "true", but only with edit the Config and save the Cache it will not work. If i set the Exclusivemode to "false" ("no" in the MediaPortal.xml) the mode is still on until i restart MP.
Here a log from my Plugin (a have Translate the log because my plugin logging in german):
I SET THE EXCLUSIVE MODE TO 'FALSE"
Code:
2010-12-29 16:26:05.328125 [Info.][MPMain(1)]: [MyVideoReDo] :: Set the EVR ExclusiveMode to False
2010-12-29 16:26:05.328125 [Debug][MPMain(1)]: [MyVideoReDo] :: Save Configstring in Key 'exclusivemode' with value 'no'...
2010-12-29 16:26:05.328125 [Info.][MPMain(1)]: [MyVideoReDo] :: Get the EVR ExclusiveMode from Config ab...
2010-12-29 16:26:05.328125 [Debug][MPMain(1)]: [MyVideoReDo] :: Return:no
But it does not work.
Can anyone help me to fix my problem or is there anywhere a dokumentation how i can make my own MP Control?
perhaps is there a way to make Winform Controls to MP Controls.
Many thanks in advance
Sascha