Hi thomas,
QUOTE:
I think i should use the MMSImportScheduler? But how?
Code: |
DEBUGMSG("Core", "creating PluginManager");
pluginmanager = new MMSPluginManager();
DEBUGMSG("Core", "loading Import Plugins...");
pluginmanager->loadImportPlugins();
DEBUGMSG("Core", "starting ImportScheduler");
importscheduler = new MMSImportScheduler(pluginmanager);
importscheduler->start()
|
you can also take a look in the morphine.tv code.
QUOTE:
Another scheduling problem: i want to show a window for a certain time, e.g. from '2009-08-21 07:30:00' to '2009-08-21 09:45:00'. What is the best way to do this?
the best way is to use a backend plugin, which handles the time periods. after the hide time is reached the backendplugin could send an hide event to the OSD plugin.
hope this helps ...
regards
Guido