All,
Given the progress on the new Mce Remote plugin (ok, before that too, but I want to give myself some credit), there have been some requests to control MCE from EG after the HID registry keys were removed. I don't use MCE, but given the right keyboard actions, I can pull together a plugin. So ...
Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
Search found 10 matches
- Thu Oct 22, 2009 8:23 pm
- Forum: Plugin Support
- Topic: Windows Media Center (MCE) - Beta
- Replies: 58
- Views: 48331
- Thu Oct 22, 2009 8:19 pm
- Forum: Plugin Support
- Topic: Timer
- Replies: 62
- Views: 39455
Re: Timer
Guess I misspoke... you are only allowed to use one instance of the each timer... as it says in the GUI..."Currently running timer with the same name will be aborted"...Bartman wrote:You can use as many timers as you like.
No worries, though... I found a solution to my problem.
Thanks.
- Wed Oct 21, 2009 2:56 am
- Forum: Plugin Support
- Topic: Timer
- Replies: 62
- Views: 39455
Re: Timer
Ok then... apparently, you can only use one timer at a time... Oh well, I guess I can just save the file info to a list in eg.globals and set a timer to run through the whole list in the middle of the night.
- Tue Oct 20, 2009 8:53 am
- Forum: Plugin Support
- Topic: Timer
- Replies: 62
- Views: 39455
Re: Timer
Ok, I figured out a work-around. I can embed the variables in event name.
in my case, it will be something like
Timer.inputFile;outputDest.convert
Then I just trigger the conversion with any "convert" event... then in the event-handler, parse the event.suffix to get at what I need. Quick and ...
in my case, it will be something like
Timer.inputFile;outputDest.convert
Then I just trigger the conversion with any "convert" event... then in the event-handler, parse the event.suffix to get at what I need. Quick and ...
- Tue Oct 20, 2009 8:11 am
- Forum: Plugin Support
- Topic: Timer
- Replies: 62
- Views: 39455
Re: Timer
I assume there will only be one file to convert at any given time. Could you store the file location into a fixed named/location file? The conversion program can then be triggered without any parameter, since it will always look in that file to find the information about the file to be converted ...
- Tue Oct 20, 2009 7:13 am
- Forum: Plugin Support
- Topic: Timer
- Replies: 62
- Views: 39455
Re: Timer
Is there a way to pass variables to the payload of the triggered event?
I'm trying to run a "convert-to-mpg" program when Vista Media Center records a show, but I have to wait until the show is done recording before converting it. So, I'm using directory watcher to see when a 'dvr-ms' file is ...
I'm trying to run a "convert-to-mpg" program when Vista Media Center records a show, but I have to wait until the show is done recording before converting it. So, I'm using directory watcher to see when a 'dvr-ms' file is ...
- Sun Dec 16, 2007 11:57 pm
- Forum: General Support
- Topic: Event Arguments?
- Replies: 1
- Views: 1526
Event Arguments?
This should probably be in the plugins forum, but I don't seem to have permission to post there...
Anyway. Can event arguments be used in event ghost? For example, with the webserver plugin, I can send:
http://localhost/index.html?MediaPlayer&Playing_Title&Transport_Status
and generate the ...
Anyway. Can event arguments be used in event ghost? For example, with the webserver plugin, I can send:
http://localhost/index.html?MediaPlayer&Playing_Title&Transport_Status
and generate the ...
- Tue Apr 03, 2007 8:51 pm
- Forum: General Support
- Topic: Hidden Characters??
- Replies: 2
- Views: 1556
- Tue Apr 03, 2007 5:21 pm
- Forum: General Support
- Topic: vista compatibility
- Replies: 9
- Views: 3708
- Tue Apr 03, 2007 5:18 pm
- Forum: General Support
- Topic: Hidden Characters??
- Replies: 2
- Views: 1556
Hidden Characters??
So, after trying to get the NetRemote demo to work with EventGhost, I decided it would be easier / preferable to write my own network remote app that speaks to the EventGhost Network Receiver plugin. If I get it to a point where I'm happy with it, I'll open source it as a free alternative to ...