Scheduling events from web interface: is it possible?
Posted: Mon Jan 30, 2012 12:49 pm
Hi everybody,
I'm quite new to EventGhost, and I was wondering whether the following can be done with available plugins or would need extra coding instead.
I'd like to schedule video recordings via Virtualdub from an external source through a web interface.
I would specify parameters like recording channel, file name, start time and duration of the recording etc. in a web page.
Then I would generate a string with a command line call to vdub.exe including the needed parameters (e.g. with PHP).
Now it comes to the challenging part (for me!). If I have well understood the philosphy of EventGhost, I should create a macro which:
1) uses an IR blaster to switch the external video receiver to the desired channel;
2) calls the command line I have generated.
Then I should schedule this macro to be executed by EventGhost at the specified time.
I have seen there are 2 web server plugins. Would they allow to do such a thing, maybe together with SchedulGhost?
Does anyone have other hints how to implement this?
Thanks,
VD
P.S. I must say I've never used Python so far, but it can be the right occasion to learn it
I'm quite new to EventGhost, and I was wondering whether the following can be done with available plugins or would need extra coding instead.
I'd like to schedule video recordings via Virtualdub from an external source through a web interface.
I would specify parameters like recording channel, file name, start time and duration of the recording etc. in a web page.
Then I would generate a string with a command line call to vdub.exe including the needed parameters (e.g. with PHP).
Now it comes to the challenging part (for me!). If I have well understood the philosphy of EventGhost, I should create a macro which:
1) uses an IR blaster to switch the external video receiver to the desired channel;
2) calls the command line I have generated.
Then I should schedule this macro to be executed by EventGhost at the specified time.
I have seen there are 2 web server plugins. Would they allow to do such a thing, maybe together with SchedulGhost?
Does anyone have other hints how to implement this?
Thanks,
VD
P.S. I must say I've never used Python so far, but it can be the right occasion to learn it