Search found 438 matches
- Sat Mar 30, 2013 10:30 am
- Forum: General Support
- Topic: Show all (and only the) actions I assigned to a key?
- Replies: 4
- Views: 1843
Re: Show all (and only the) actions I assigned to a key?
I don't think there is a filter like that. But you can use find (CTRL+F) to find the actions from the tree.
- Thu Mar 28, 2013 2:39 pm
- Forum: General Support
- Topic: How to restore item "Volume up" deleted accidently?
- Replies: 2
- Views: 1424
Re: How to restore item "Volume up" deleted accidently?
Right click on config tree -> Add macro -> Foobar -> .... choose the action you want to add. It should be in there somewhere.
- Mon Mar 25, 2013 2:13 pm
- Forum: General Support
- Topic: Toggled volume XBMC
- Replies: 2
- Views: 1521
Re: Toggled volume XBMC
Add the action "EventGhost -> Autorepeat current macro" to any macros you want to work that way.
- Fri Mar 22, 2013 5:41 pm
- Forum: General Support
- Topic: Useful explanation how to use EventGhost?
- Replies: 4
- Views: 2652
Re: Useful explanation how to use EventGhost?
These two should get you started. http://www.eventghost.net/mediawiki/index.php?title=Controlling_your_living_room_with_EventGhost http://www.eventghost.net/mediawiki/index.php?title=A_simple_tutorial:_Hello_World Pretty much what you have to do is: - Load the appropriate plugin for your remote. - P...
- Thu Mar 21, 2013 6:25 pm
- Forum: General Support
- Topic: SNMP
- Replies: 3
- Views: 2693
Re: SNMP
Maybe something like this will help? Change the appropriate commands inside so that they work for you. <?xml version="1.0" encoding="UTF-8" ?> <EventGhost Version="1610"> <Macro Name="SNMPGET" Expanded="True"> <Action> System.Execute(u'cmd.exe', u'/c "for /f "usebackq delims=" %s in (`snmpget -v 1 -...
- Tue Mar 19, 2013 8:43 pm
- Forum: General Support
- Topic: How can I tell which port is being used by EG and...
- Replies: 10
- Views: 4589
Re: How can I tell which port is being used by EG and...
AFAIK your X10 remote is connected to your computer via USB, the remote itself does not use or cause any ethernet traffic. As long as you see the events in EG's log view while you push the buttons on your remote all that is working fine.. Now, as far as your music software, it looks like OtsAV has a...
- Tue Mar 19, 2013 12:13 am
- Forum: General Support
- Topic: How can I tell which port is being used by EG and...
- Replies: 10
- Views: 4589
Re: How can I tell which port is being used by EG and...
You didn't say what kind of receiver you are using, so it is hard to say. Probably it is one of those open UDP ports you have.
You could use something like Wireshark to capture some traffic, so you can see what exactly is going on..
You could use something like Wireshark to capture some traffic, so you can see what exactly is going on..
- Mon Mar 18, 2013 4:47 pm
- Forum: General Support
- Topic: a simple key remapping
- Replies: 12
- Views: 4456
Re: a simple key remapping
Do you see other button presses from the remote being logged in EG as normal? Make sure you have unchecked the box "Log only assigned and activated events". If you only see some buttons being logged and if this is an MCE remote I think you may have to disable the internal handling of "Media buttons"...
- Thu Mar 14, 2013 7:48 pm
- Forum: Plugin Support
- Topic: VLC media player
- Replies: 80
- Views: 82304
Re: VLC media player
In VLC do the following: In "Tools -> Preferences -> check "Show settings: All" -> Interface -> Main Interfaces" --- Check box "Remote Control Interface" In "Tools -> Preferences -> check "Show settings: All" -> Interface -> Main Interfaces -> RC" --- Check box "Show stream position" Check box "Do n...
- Sun Mar 10, 2013 7:55 pm
- Forum: General Support
- Topic: Comparing 2 files
- Replies: 4
- Views: 2351
Re: Comparing 2 files
Python only solution, Copy & paste, edit the python script and change file locations <?xml version="1.0" encoding="UTF-8" ?> <EventGhost Version="1610"> <Macro Name="Compare Files" Expanded="True"> <Action Name="Compare files, copy file if changed, show contents"> EventGhost.PythonScript(u"import sh...
- Fri Sep 30, 2011 1:35 pm
- Forum: General Support
- Topic: EventGhost Folder Automation
- Replies: 3
- Views: 2550
Re: EventGhost Folder Automation
I'd suggest using robocopy to make a mirror of the folder. Run it periodically to keep the target folder up to date. (or run it from EG with directorywatcher events etc.)
- Tue Sep 27, 2011 4:13 pm
- Forum: General Support
- Topic: IRC Channel
- Replies: 1
- Views: 1275
IRC Channel
I founded an IRC channel for EventGhost. Maybe there are some other IRC users here, so if you want to talk about EG, try the new channel; irc.freenode.org #eventghost If you are not familiar with freenode there are some useful features available, such as username and channel registration. See you th...
- Tue Sep 27, 2011 12:17 pm
- Forum: Plugin Support
- Topic: Websocket suite
- Replies: 62
- Views: 33622
Re: Websocket suite
I assume this is basically a websocket enabled http server plugin for eventghost ? The general idea with websockets is that you can build more efficient javascript/html apps that either need realtime data or a constant stream. For example back when I was testing websockets (with apache) I made a tel...
- Thu Sep 15, 2011 6:26 am
- Forum: General Support
- Topic: fail to capture volume keyboard keys
- Replies: 2
- Views: 1843
Re: fail to capture volume keyboard keys
Did you try using the Generic HID plugin to capture the media buttons?
- Wed Aug 03, 2011 6:51 am
- Forum: General Support
- Topic: IgorPlug kind of receivers
- Replies: 5
- Views: 2420
Re: IgorPlug kind of receivers
Thx krambriw, but it does not work. Also the WinLIRC instruction from Pakos link does not work with my IR receiver. :( Setting up WinLirc can be a bit difficult if you don't have a working config file for your remote. I don't have experience with your receiver, but I used a IgorPlug type device for...