With the old EventServer you could choose to turn on broadcasting at high level (including button presses etc).
Is that possible now?
I had a timer triggered on left, right, up, down etc so that a macro could shut down some AV equipment when inactive for a couple of minutes
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
- Sun Dec 30, 2012 11:35 pm
- Forum: Plugin Support
- Topic: Support for XBMC2 plugin (formerly XBMCRepeat)
- Replies: 1402
- Views: 616490
- Wed Jan 04, 2012 4:10 am
- Forum: Coding Corner
- Topic: XBMC Event Receiver
- Replies: 64
- Views: 62119
Re: XBMC Event Receiver
Great. No more problems where the XBMC Event Receiver plugin stops responding.
Thanks a million!!
Thanks a million!!
- Tue Jan 03, 2012 9:34 pm
- Forum: Coding Corner
- Topic: XBMC Event Receiver
- Replies: 64
- Views: 62119
Re: XBMC Event Receiver
Great. I don't know how the XBMC Event Server works, but I guess it will just broadcast simple play, stop etc and then the XBMC Event Receiver plugin will use the HTTP API to get what's playing.
Must be the decoding on that read that's not done properly as getcurrentlyplaying will show the same none ...
Must be the decoding on that read that's not done properly as getcurrentlyplaying will show the same none ...
- Tue Jan 03, 2012 6:47 am
- Forum: Coding Corner
- Topic: XBMC Event Receiver
- Replies: 64
- Views: 62119
Re: XBMC Event Receiver
Hi!
I'm getting the following error in EG:
error: uncaptured python exception, closing channel <eg.PluginModule.XBMCEventReceiver.Server connected :8278 at 0x4d69f58> (<type 'exceptions.UnicodeDecodeError'>:'ascii' codec can't decode byte 0xe2 in position 45: ordinal not in range(128) [asyncore ...
I'm getting the following error in EG:
error: uncaptured python exception, closing channel <eg.PluginModule.XBMCEventReceiver.Server connected :8278 at 0x4d69f58> (<type 'exceptions.UnicodeDecodeError'>:'ascii' codec can't decode byte 0xe2 in position 45: ordinal not in range(128) [asyncore ...
- Sun Apr 11, 2010 4:09 pm
- Forum: General Support
- Topic: Multiple USB-UIRT devices
- Replies: 4
- Views: 1415
Re: Multiple USB-UIRT devices
Are you sure??
I tried but no luck...
I tried but no luck...
- Tue Mar 09, 2010 8:59 am
- Forum: General Support
- Topic: Multiple USB-UIRT devices
- Replies: 4
- Views: 1415
Multiple USB-UIRT devices
Is it possible to use multiple USB-UIRT devices in some way?
(I have already used the uurename utility to give them "unique" names)
(I have already used the uurename utility to give them "unique" names)
- Sat Jan 02, 2010 3:22 am
- Forum: Coding Corner
- Topic: XBMC Event Receiver
- Replies: 64
- Views: 62119
Re: XBMC Event Receiver
The above should be solved if the plugin could retrieve media type ("Type:Audio" or "Type:Video") from /xbmcCmds/xbmcHttp?command=getcurrentlyplaying on every "OnPlaybackStarted" and "OnPlaybackResumed" instead of just on "OnMediaChange" I think.
Events like this:
XBMCEvent.OnPlaybackResumed.Video ...
Events like this:
XBMCEvent.OnPlaybackResumed.Video ...
- Fri Jan 01, 2010 5:39 pm
- Forum: Coding Corner
- Topic: XBMC Event Receiver
- Replies: 64
- Views: 62119
Re: XBMC Event Receiver
Thanks!
I now parse the event created by XBMC Event Receiver and create (for me) more usable events.
A little problem remains though. The "XBMC.<b>MediaChanged:<li>MovieTitle:Whatever;1</b>" shows when starting a new video file. But if you start and resume the same file this is never shown.
Is ...
I now parse the event created by XBMC Event Receiver and create (for me) more usable events.
A little problem remains though. The "XBMC.<b>MediaChanged:<li>MovieTitle:Whatever;1</b>" shows when starting a new video file. But if you start and resume the same file this is never shown.
Is ...
- Fri Jan 01, 2010 1:09 pm
- Forum: General Support
- Topic: Query Registry action
- Replies: 1
- Views: 1076
Query Registry action
How do you use this action?
I get no response at all under Windows 7 32bit using Admin rights running EventGhost. Should it return an event?
Change registry action works as expected.
I get no response at all under Windows 7 32bit using Admin rights running EventGhost. Should it return an event?
Change registry action works as expected.
- Fri Jan 01, 2010 1:05 pm
- Forum: General Support
- Topic: Catch incoming call on iPhone
- Replies: 3
- Views: 1662
Re: Catch incoming call on iPhone
Yes, I think there is a standard. And I know there is/was a plugin for MediaPortal that had this kind of feature.
Thanks!!
Thanks!!
- Fri Jan 01, 2010 12:06 pm
- Forum: Coding Corner
- Topic: XBMC Event Receiver
- Replies: 64
- Views: 62119
Re: XBMC Event Receiver
Thanks!
So "XBMC-Event.<b>MediaChanged:<li>MovieTitle:The Pony Remark;192.168.0.3;1</b>" should be formated like this:
"XBMC-Event.MediaChanged.MovieTitle ['The Pony Remark', '192.168.0.3']" to be more useful??
What I'm looking for is "MovieTitle" as this indicates that a video file is played and ...
So "XBMC-Event.<b>MediaChanged:<li>MovieTitle:The Pony Remark;192.168.0.3;1</b>" should be formated like this:
"XBMC-Event.MediaChanged.MovieTitle ['The Pony Remark', '192.168.0.3']" to be more useful??
What I'm looking for is "MovieTitle" as this indicates that a video file is played and ...
- Fri Jan 01, 2010 11:40 am
- Forum: General Support
- Topic: Catch incoming call on iPhone
- Replies: 3
- Views: 1662
Catch incoming call on iPhone
Is it possible via Bluetooth to get an event when I receive an incoming call on my iPhone?
As I control everything with my iPhone I can't mute the audio or pause the playback until after I pick up. So it would be great to dim the volume on my receiver or pause media playback on incoming call.
Any ...
As I control everything with my iPhone I can't mute the audio or pause the playback until after I pick up. So it would be great to dim the volume on my receiver or pause media playback on incoming call.
Any ...
- Thu Dec 31, 2009 4:46 pm
- Forum: Coding Corner
- Topic: XBMC Event Receiver
- Replies: 64
- Views: 62119
Re: XBMC Event Receiver
Great plugin!!!
Do you know if there is a way in EventGhost to match partial event name?
I would like to trigger a macro just on movie playback.
XBMC-Event.<b>MediaChanged:<li>MovieTitle:The Pony Remark;192.168.0.3;1</b>
The event contains the title (wich of course is variable). So I would like ...
Do you know if there is a way in EventGhost to match partial event name?
I would like to trigger a macro just on movie playback.
XBMC-Event.<b>MediaChanged:<li>MovieTitle:The Pony Remark;192.168.0.3;1</b>
The event contains the title (wich of course is variable). So I would like ...
- Thu Dec 31, 2009 3:21 pm
- Forum: General Support
- Topic: Partial Event match
- Replies: 1
- Views: 691
Partial Event match
Is it possible to use asterix (*) or in some way trigger macros on partial matched events?
Let's say the event is called "XBMC-Event.<b>MediaChanged:<li>MovieTitle:The Pony Remark;192.168.0.3;1</b>"
I would like to have a macro triggered on the first part ("XBMC-Event.<b>MediaChanged:<li>MovieTitle ...
Let's say the event is called "XBMC-Event.<b>MediaChanged:<li>MovieTitle:The Pony Remark;192.168.0.3;1</b>"
I would like to have a macro triggered on the first part ("XBMC-Event.<b>MediaChanged:<li>MovieTitle ...