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.

Search found 19 matches

by falkyre
Sat Apr 08, 2006 4:25 pm
Forum: General Support
Topic: Parsing Events
Replies: 27
Views: 9309

Cool,

Thanks for doing that. Just to let you know that with your help, I have now sucessfully got MediaPortal working at changing channels on my set top box.

Thanks!
by falkyre
Thu Apr 06, 2006 9:47 pm
Forum: General Support
Topic: Parsing Events
Replies: 27
Views: 9309

Thanks!

I think I'm going to start looking into the code a bit so I can get more familiar with it. Thanks for all of your help.
by falkyre
Thu Apr 06, 2006 6:16 pm
Forum: General Support
Topic: Parsing Events
Replies: 27
Views: 9309

Sounds good to me. I don't mind playing with the scripting (wanted to learn Python anyways) but it might make things more powerful for users that don't want to get their hands dirty coding and want to just manage creating everything via the GUI.

Thanks again for everything!
by falkyre
Thu Apr 06, 2006 5:53 pm
Forum: General Support
Topic: Parsing Events
Replies: 27
Views: 9309

Hiya!

I'm playing with the wildcards for the pre-release (I realize that's it a prerelease) and have come across something.

If I do TCP.*. it works fine. However, this captures all events with TCP. Is it possible to allow for the wildcard to be anywhere in a string. For instance, if I'm sending ...
by falkyre
Thu Apr 06, 2006 3:57 pm
Forum: General Support
Topic: Parsing Events
Replies: 27
Views: 9309

Thanks! I'll give it a shot (and watch for those other bugs)
by falkyre
Thu Apr 06, 2006 3:20 pm
Forum: General Support
Topic: Parsing Events
Replies: 27
Views: 9309

I've downloaded the source code, could you point in the direction where the wildcard matching is handled?

Thanks!
by falkyre
Thu Apr 06, 2006 2:24 pm
Forum: General Support
Topic: Parsing Events
Replies: 27
Views: 9309

Looking forward to that next release :D

Thanks for the info on the logger output.
by falkyre
Thu Apr 06, 2006 2:25 am
Forum: General Support
Topic: Parsing Events
Replies: 27
Views: 9309

Thanks again for the script. I'm getting close to the final solution. I tried it out and am running into this problem.

I send the event into EventGhost. I see that it's received in the log window. It shows up TCP.101 ['127.0.0.1']. However, the scriupt does not get fired off. I have a macro that ...
by falkyre
Thu Apr 06, 2006 2:10 am
Forum: Bug Reports
Topic: [FIXED] After a day or more running fine, then
Replies: 7
Views: 4915

That fixed it.

Thanks!
by falkyre
Wed Apr 05, 2006 5:22 pm
Forum: General Support
Topic: Parsing Events
Replies: 27
Views: 9309

Thanks!

I'll give the script a try tonight and let you know how it goes. You provide excellent support and your program is awesome!
by falkyre
Wed Apr 05, 2006 5:19 pm
Forum: General Support
Topic: Parsing Events
Replies: 27
Views: 9309

If you don't mind me asking, is there an expected release date for 0.3.1?
by falkyre
Wed Apr 05, 2006 5:04 pm
Forum: General Support
Topic: Parsing Events
Replies: 27
Views: 9309

Sweet,

That's exactly what I'm trying to do...I guess no is a good a time as any to pick up Python.

[EDIT] Is there documentation on what's available within EventGhost API to call from a Python script? For instance you have the eg.EventString to get the EventString. I'm assuming that this comes ...
by falkyre
Wed Apr 05, 2006 4:32 pm
Forum: Bug Reports
Topic: [FIXED] After a day or more running fine, then
Replies: 7
Views: 4915

Thanks for the very quick response. When I get home, I'll give the config a try.
by falkyre
Wed Apr 05, 2006 4:25 pm
Forum: General Support
Topic: Parsing Events
Replies: 27
Views: 9309

Parsing Events

Hi,

I'm wondering if it is possible to do the following:

1) Receive an event from TCP, it shows up as TCP.<event name>
2) Take that received event and cut out portions of the string and then do a conditional jump to other actions.

What I am trying to do is receive a TCP event that has a channel ...
by falkyre
Wed Apr 05, 2006 4:13 pm
Forum: Bug Reports
Topic: [FIXED] After a day or more running fine, then
Replies: 7
Views: 4915

On it's way!