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.
Windows Media Center (MCE) - Beta
Re: Windows Media Center (MCE) - Beta
Forcing MCE to focus has fixed the Netflix issue but not the PowerDVD issue. By adding 'FindWindow' and 'Bring to front' I can get Netflix to work fine. However absolutely no Firefly commands or keyboard commands do anything while a movie is playing with PowerDVD 9 within WMC7. Only the cheap media center remote works. Is there a way to have EG send the same command as the MCE remote? ShowKey shows me this when I hit play/pause:
<play_pause>Notification(Key, play_pause, 3)</play_pause>
There's got to be a way to have EG send the command. Can I use my USB-UIRT to learn the command? All I really need is play, pause, menu, and exit. This is driving me nuts.
<play_pause>Notification(Key, play_pause, 3)</play_pause>
There's got to be a way to have EG send the command. Can I use my USB-UIRT to learn the command? All I really need is play, pause, menu, and exit. This is driving me nuts.
Re: Windows Media Center (MCE) - Beta
There is no easy way to control WMC when i don't have focus. I think someone was making plugin for it, but i never saw it realeased. Any WMC can't play movie fluently witouth having focus.
Re: Windows Media Center (MCE) - Beta
I would like to join to the request to create a plugin for Windows7 WMC
I tried the plugin suggested in this thread but unfortunately it works only when WMC is in focus...
please post a replay if you have any new info
Tx
I tried the plugin suggested in this thread but unfortunately it works only when WMC is in focus...
please post a replay if you have any new info
Tx
Re: Windows Media Center (MCE) - Beta
seriously? did you even bother to read this thread... no one knows a way to get this accomplished. I'm sure it could be done but would require coding a plugin for MCE specifically. If you can find a programmer with MCE experience petition him for it.baruchno wrote:I would like to join to the request to create a plugin for Windows7 WMC
I tried the plugin suggested in this thread but unfortunately it works only when WMC is in focus...
please post a replay if you have any new info
Tx
setup... XBMC, W7MC for DVR & Live OTA TV, JRMC for multi-zone audio, EG, MiCasaVerde Vera3, USB-UIRT IR receiver, Harmony remote, 5.2 home theater system
Re: Windows Media Center (MCE) - Beta
Looks like the Netflix plugin runs within an Internet Explorer Silverlight window, it's a different executable, thus MCE doesn't work on it. The Silverlight executable is "ehexthost.exe" and MCE looks for another one.
Re: Windows Media Center (MCE) - Beta
Well everything works perfectly now, Netflix and all. Just went through all the MCE items and replaced them with their keyboard equivalents, set up Task Create/Switch Event to only activate that folder if eshell is activated.
Shame I couldn't use the MCE plugin, it does the exact same thing I did (I just copied the keyboard shortcuts in the py file, less Googling for me), except less work for me, but fails on Netflix.
I've only tested it for 5 minutes, here's hoping I don't run into any active Window issues.
Shame I couldn't use the MCE plugin, it does the exact same thing I did (I just copied the keyboard shortcuts in the py file, less Googling for me), except less work for me, but fails on Netflix.
I've only tested it for 5 minutes, here's hoping I don't run into any active Window issues.
Re: Windows Media Center (MCE) - Beta
Hello
I think there is a fonctionnaly that will be helpfull for eventghost: the capability to catch the status of the recorder (0, 1, 2... record in progress) but i don't know how to do this in python
Everybody can help me ?
Regards
I think there is a fonctionnaly that will be helpfull for eventghost: the capability to catch the status of the recorder (0, 1, 2... record in progress) but i don't know how to do this in python
Everybody can help me ?
Regards
Re: Windows Media Center (MCE) - Beta
Do you know how to do this in a language other than python? It isn't hard if you can get the information out of WMC, but I would guess getting the info from WMC isn't easy.YG78 wrote:I think there is a fonctionnaly that will be helpfull for eventghost: the capability to catch the status of the recorder (0, 1, 2... record in progress) but i don't know how to do this in python
Brett
Re: Windows Media Center (MCE) - Beta
Hello
I do'nt know how to do that ???
I used Ledsdriver from http://slicksolutions.eu/ledsdriver.shtml ; wich do it very good. I asked for information but no answer ...
Regards
I do'nt know how to do that ???
I used Ledsdriver from http://slicksolutions.eu/ledsdriver.shtml ; wich do it very good. I asked for information but no answer ...
Regards
Re: Windows Media Center (MCE) - Beta
I had ans answer: we need to use Media State Aggregation Service for that.
here the topic: http://www.degroeneknop.nl/forum/index. ... 949.0.html
I downloaded the Media Center SDK http://www.microsoft.com/downloads/en/d ... laylang=en
An now i try to understand ...
here the topic: http://www.degroeneknop.nl/forum/index. ... 949.0.html
I downloaded the Media Center SDK http://www.microsoft.com/downloads/en/d ... laylang=en
An now i try to understand ...
Re: Windows Media Center (MCE) - Beta
Are you planning to write a plugin to send info from W7MC to EG? I'd be up for testing it for you... I use W7MC to watch TV.
setup... XBMC, W7MC for DVR & Live OTA TV, JRMC for multi-zone audio, EG, MiCasaVerde Vera3, USB-UIRT IR receiver, Harmony remote, 5.2 home theater system
Re: Windows Media Center (MCE) - Beta
http://www.eventghost.org/forum/viewtop ... 5484#p5484
Check this thread before you go too far down the line of creating a new plugin. This is what I use to control and get info from my 7MC instance. It uses MSAS which is natively buggy and tends to just stop responding. Microsoft cares very little about 7MC, so no matter what it will be less than reliable until it gets some love.
~K
Check this thread before you go too far down the line of creating a new plugin. This is what I use to control and get info from my 7MC instance. It uses MSAS which is natively buggy and tends to just stop responding. Microsoft cares very little about 7MC, so no matter what it will be less than reliable until it gets some love.
~K
Re: Windows Media Center (MCE) - Beta
Wow, I didn't even see that plugin. I wrote a basic 7MC plugin for my fork, but it is one-way, sending commands to 7MC. I'll have to take a look at this and see about the sink functionality as well as the other media functions.
Thanks!
Brett
Thanks!
Brett
Re: Windows Media Center (MCE) - Beta
I have installed the latest dl for this plugin. Can't seem to get it to work for some reason. Other plugins work okay and my event log shows the MCE commands - they fail to make Win7 MC respond appropriately.
Any clues to what I'm doing wrong?
My progress was tracked in this thread - the last entry shows what I am seeing...
viewtopic.php?f=2&t=3268
thanks
Any clues to what I'm doing wrong?
My progress was tracked in this thread - the last entry shows what I am seeing...
viewtopic.php?f=2&t=3268
thanks
Re: Windows Media Center (MCE) - Beta
I've been using it for a long time and it is working fine for me on WMC7.
Ensure that WMC has focus on your PC when you use it. It can looks like it has focus even when it does now - especially with multi display situations.
Ensure that WMC has focus on your PC when you use it. It can looks like it has focus even when it does now - especially with multi display situations.
setup... XBMC, W7MC for DVR & Live OTA TV, JRMC for multi-zone audio, EG, MiCasaVerde Vera3, USB-UIRT IR receiver, Harmony remote, 5.2 home theater system