Thanks, it did the trick.
Actually, I just renamed one file, config.py to something else, and as I suspected, it was indeed the offending file.
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 14 matches
- Thu Apr 08, 2010 2:10 pm
- Forum: Bug Reports
- Topic: eventghost window is empty
- Replies: 3
- Views: 4906
- Thu Apr 08, 2010 1:04 pm
- Forum: Bug Reports
- Topic: eventghost window is empty
- Replies: 3
- Views: 4906
eventghost window is empty
A week or so ago, out of nowehere, EventGhost stopped displaying the contents of the configuration tree and the event log. No point describing it, just look at the screenshot.
The problem is only in the display of the widgets. The configuration is loaded and is working normally. I can execute every ...
The problem is only in the display of the widgets. The configuration is loaded and is working normally. I can execute every ...
- Thu Mar 04, 2010 7:09 pm
- Forum: Plugin Support
- Topic: ffdshow
- Replies: 33
- Views: 23314
Re: ffdshow
One other thing, regarding the presets. About the GetPresets action, which should return the list of available presets. How does it work, really? There is no direct return value from the SendMessage, it seems that the reply is asynchronous callback. But, I can't find the way to access this callback ...
- Thu Mar 04, 2010 7:05 pm
- Forum: Plugin Support
- Topic: ffdshow
- Replies: 33
- Views: 23314
Re: ffdshow
You're right, it is unreliable, because of a bug. I posted my half-cooked solution right after finding it, and didn't realize that it isn't perfect. After a day of using it, I too have stumbled upon this. In some cases, it doesn't work. After some testing with OSD function (instead of presets), I ...
- Wed Mar 03, 2010 6:56 pm
- Forum: Plugin Support
- Topic: ffdshow
- Replies: 33
- Views: 23314
Re: ffdshow
I checked and I couldn't find any non-unicode build. I remember downloading FFDShow from free-codecs site (not the usual sourceforge site) a couple of years ago, but can't remember whether I intentionally downloaded a unicode version or whether that was already the only option then. Right now, I ...
- Tue Mar 02, 2010 7:40 pm
- Forum: Plugin Support
- Topic: ffdshow
- Replies: 33
- Views: 23314
Re: ffdshow
Now this one is interesting. Intended directly for Bitmonster.
FFDShow plugin has a bug. Well, maybe we could call it a feature , but it is not a nice one. It is driving me nuts.
What I'm trying to do is switch active profile using ffdshow plugin (of course, on a running graph). I'm trying to use ...
FFDShow plugin has a bug. Well, maybe we could call it a feature , but it is not a nice one. It is driving me nuts.
What I'm trying to do is switch active profile using ffdshow plugin (of course, on a running graph). I'm trying to use ...
- Sun Nov 15, 2009 6:18 pm
- Forum: Coding Corner
- Topic: New speech-to-text plugin "SimonGhost"
- Replies: 3
- Views: 2683
Re: New speech-to-text plugin "SimonGhost"
Well, well... finally somebody is developing something useful in the field of speech recognition for non-English speakers, which should be interesting for most of us here...
Let me start by saying that a month or so ago I tried to incorporate the speech recognition functionality into my ...
Let me start by saying that a month or so ago I tried to incorporate the speech recognition functionality into my ...
- Fri Nov 13, 2009 6:39 pm
- Forum: General Support
- Topic: HDMI CEC Plugin, does it exists?
- Replies: 14
- Views: 8833
Re: HDMI CEC Plugin, does it exists?
The situation is even worse than I thought - it's a hardware problem as well. Judging from posts in this forum , the CEC protocol utilizes separate HDMI pins, which are usually not connected when using DVI-HDMI adapter. So unless you're using graphic card with a built-in HDMI port, there's no chance ...
- Fri Nov 13, 2009 4:03 pm
- Forum: General Support
- Topic: HDMI CEC Plugin, does it exists?
- Replies: 14
- Views: 8833
Re: HDMI CEC Plugin, does it exists?
As far as I know, such plugin for EG doesn't exist. Not because nobody wouldn't think of it yet, but because there is no support for HDMI CEC protocol for the graphic cards yet. I may be proved wrong, but a couple of months ago when I thought about doing what you are suggesting, I googled and ...
- Wed Nov 11, 2009 10:27 pm
- Forum: General Support
- Topic: Multiple OSDs at the same time?
- Replies: 4
- Views: 1139
Re: Multiple OSDs at the same time?
Thanks for all the answers guys. Jostein, your idea is good but unfortunately not suitable for my particular case. The thing is, I would like to have multiple bits of information displayed at the same time stemming from different actions (although all would be triggered by the same button). The time ...
- Tue Nov 10, 2009 5:47 pm
- Forum: General Support
- Topic: Multiple OSDs at the same time?
- Replies: 4
- Views: 1139
Multiple OSDs at the same time?
I'm trying to implement a kind of "info screen", which would display multiple items at the same time. For instance, I would like to display the current time at the upper right corner, the date at the upper left corner, and current volume and/or movie position at the bottom border. I would like to ...
- Sun Oct 18, 2009 6:59 pm
- Forum: General Support
- Topic: TextGrab plugin
- Replies: 12
- Views: 7669
Re: TextGrab plugin
Excellent idea, Pako. I think this is really the best solution, if Bitmonster agrees. The whole functionality is then encapsulated as a separate action, no need to burden FindWindow action with that, and no need to add another plugin just for this one-liner. Great!
Speaking of proverbs, in ...
Speaking of proverbs, in ...
- Fri Oct 16, 2009 9:26 am
- Forum: General Support
- Topic: TextGrab plugin
- Replies: 12
- Views: 7669
Re: TextGrab plugin
Hello Pako,
Yes I agree completely with your point - a single-line plugin is a bit funny, if it can be as easily achieved with a line of phyton script. But (and this is not insignificant) for many people it is much easier to use a plugin, however small, than to write a single line of phyton code ...
Yes I agree completely with your point - a single-line plugin is a bit funny, if it can be as easily achieved with a line of phyton script. But (and this is not insignificant) for many people it is much easier to use a plugin, however small, than to write a single line of phyton code ...
- Fri Oct 16, 2009 1:03 am
- Forum: General Support
- Topic: TextGrab plugin
- Replies: 12
- Views: 7669
TextGrab plugin
Hi everybody. As this is my first post, I would first like to thank the author(s) for this great, useful, and altogether very nice piece of software. (As a software developer, I should know.) I've been using EventGhost for a few weeks now and so far, it's been working perfectly for me (using several ...