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.
Some questions- need help (media player classic/ XBMC/ EG)
-
rflores2323
- Posts: 4
- Joined: Tue May 19, 2009 8:29 pm
Some questions- need help (media player classic/ XBMC/ EG)
first off this is a great program- EG. Remote is a universal remote MX-810. I have installed xbmc with aeon and the xbmc repeat #2 plug in- Everything works great on the plugin and controlling xbmc however I would like to know how to do the below
#1 When I turn off the computer and turn back on for some reason the plugin xbmc repeat #2 is disabled. I have to manually go and uncheck disable for it to work again. How do I get this to plugin to be enabled automatically everytime so that I dont have to enable it.
#2 Does the media player classic plugin work the same with Media player classic - home cinema?
#3 I would like to use the media player classic plugin to control this program with my remote (hopefully the home cinema works aswell). How do I get EG to control MPC while within XBMC (as they have an external player function now). So that I can use the main control functions in MPC (play, forward, rewind, subtitle, stop, pause, etc...) and then when I go back I can use the internal player with the same functions (play, forward, rewind, subtitle, stop, pause, etc...)
Thanks
#1 When I turn off the computer and turn back on for some reason the plugin xbmc repeat #2 is disabled. I have to manually go and uncheck disable for it to work again. How do I get this to plugin to be enabled automatically everytime so that I dont have to enable it.
#2 Does the media player classic plugin work the same with Media player classic - home cinema?
#3 I would like to use the media player classic plugin to control this program with my remote (hopefully the home cinema works aswell). How do I get EG to control MPC while within XBMC (as they have an external player function now). So that I can use the main control functions in MPC (play, forward, rewind, subtitle, stop, pause, etc...) and then when I go back I can use the internal player with the same functions (play, forward, rewind, subtitle, stop, pause, etc...)
Thanks
Re: Some questions- need help (media player classic/ XBMC/ EG)
To detect that MPC has started and start to control it you need Task Create/Switch events or Process Watcher plugin and then use a macro that monitors when MPC starts enable MPC macros and disable the XBMC macros, and then a macro to detect when MPC closes to restore the settings.rflores2323 wrote:#3 I would like to use the media player classic plugin to control this program with my remote (hopefully the home cinema works aswell). How do I get EG to control MPC while within XBMC (as they have an external player function now). So that I can use the main control functions in MPC (play, forward, rewind, subtitle, stop, pause, etc...) and then when I go back I can use the internal player with the same functions (play, forward, rewind, subtitle, stop, pause, etc...)
jonib
Re: Some questions- need help (media player classic/ XBMC/ EG)
rflores2323rflores2323 wrote: #2 Does the media player classic plugin work the same with Media player classic - home cinema?
Yes, I am using Media player classic - home cinema, see my attached .xml file
Scat
- Attachments
-
- my media computer.xml
- See sections labeled Media Player Classic
includes sections for HULU, Foobar2000, SageTV, PowerDVD - (130.39 KiB) Downloaded 530 times
Re: Some questions- need help (media player classic/ XBMC/ EG)
Are you getting an error Plugin "XBMCRepeat" is not activated as I get that error and the plugin won't work until I do a Execute item, but if I move the plugin higher in the Autostart folder it works correctly.rflores2323 wrote:#1 When I turn off the computer and turn back on for some reason the plugin xbmc repeat #2 is disabled. I have to manually go and uncheck disable for it to work again. How do I get this to plugin to be enabled automatically everytime so that I dont have to enable it.
jonib
-
rflores2323
- Posts: 4
- Joined: Tue May 19, 2009 8:29 pm
Re: Some questions- need help (media player classic/ XBMC/ EG)
I tried to add the plugin Task Create/Switch events but an error message came up saying. plugin doesnt support multiload and you already have one instance of this plugin in your configuration.jonib wrote:To detect that MPC has started and start to control it you need Task Create/Switch events or Process Watcher plugin and then use a macro that monitors when MPC starts enable MPC macros and disable the XBMC macros, and then a macro to detect when MPC closes to restore the settings.rflores2323 wrote:#3 I would like to use the media player classic plugin to control this program with my remote (hopefully the home cinema works aswell). How do I get EG to control MPC while within XBMC (as they have an external player function now). So that I can use the main control functions in MPC (play, forward, rewind, subtitle, stop, pause, etc...) and then when I go back I can use the internal player with the same functions (play, forward, rewind, subtitle, stop, pause, etc...)
jonib
what do I need to do>?
Re: Some questions- need help (media player classic/ XBMC/ EG)
Then you already have the plugin loaded, you only need it once.rflores2323 wrote:I tried to add the plugin Task Create/Switch events but an error message came up saying. plugin doesnt support multiload and you already have one instance of this plugin in your configuration.
If you don't get something like Task.Created.mplayerc in the log when you start MPC, and the Task Create/Switch events is not disabled, you probably have the Log only assigned and activated events checked, you need to uncheck it temporarily to get any unassigned events.what do I need to do>?
jonib
-
rflores2323
- Posts: 4
- Joined: Tue May 19, 2009 8:29 pm
Re: Some questions- need help (media player classic/ XBMC/ EG)
jonib
can you give me an example of how the structure should look for this to work.
can you give me an example of how the structure should look for this to work.
Re: Some questions- need help (media player classic/ XBMC/ EG)
OK, I'll try.rflores2323 wrote:can you give me an example of how the structure should look for this to work.
Here is my config to activate/deactivate JetAudio using Process watcher but Task Create/Switch events is almost the same. The Activate JetAudio control macro waits for a Process.Created.JetAudio event, and when the event happens the macro enables JetAudio that contain all JetAudio macros.
The Deactivate JetAudio control macro waits for a Process.Destroyed.JetAudio event, and when the event happens the macro Disables JetAudio and activates my Default controls.
Hopefully this gets you started
jonib
-
themaster1
- Experienced User
- Posts: 133
- Joined: Wed Feb 03, 2010 9:02 pm
Re: Some questions- need help (media player classic/ XBMC/ EG)
I don't freakin understand how that works
I want top control more than one application, someone explain me how to do that thanks in advance
Currently i control only one application via keystrokes , at least i managed to make that work but for 2 or more apps it's a mistery still.
I have created a folder "add action" (start application) and then a subfolder with all the actions "play, stop, forward etc... this work ok.
I want top control more than one application, someone explain me how to do that thanks in advance
Currently i control only one application via keystrokes , at least i managed to make that work but for 2 or more apps it's a mistery still.
I have created a folder "add action" (start application) and then a subfolder with all the actions "play, stop, forward etc... this work ok.
-
themaster1
- Experienced User
- Posts: 133
- Joined: Wed Feb 03, 2010 9:02 pm
Re: Some questions- need help (media player classic/ XBMC/ EG)
Where exactly do you find this ?jonib wrote: Process watcher
Re: Some questions- need help (media player classic/ XBMC/ EG)
Have you looked at the Example.xml config that is included in EventGhost? as it has several examples to control different programs automatically.themaster1 wrote:I want top control more than one application, someone explain me how to do that thanks in advance
jonib
