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.
Support for XBMC2 plugin (formerly XBMCRepeat)
Re: Support for XBMC2 plugin (formerly XBMCRepeat)
1. I use dvbviwer and xbmc combo. Is there anyway to send command "external player is finished"?
I use dvbviewer for .ts files and left dvbv no audio/video mode when back xbmc, now xbmc show allways that annoying "press ok when playback is finished" pop-up.
Edit: I find workaround, i conf eventghost to send xbmc stop signal same time, when i press dvbv stop.
2. Eventghost send to xbmc home and stop command, when i change dvbviewer with remote button. Is that right way to use two program? What command xbmc use when it start external player? Is there some no audio/video too?
Thanks, if somebody can help.
I use dvbviewer for .ts files and left dvbv no audio/video mode when back xbmc, now xbmc show allways that annoying "press ok when playback is finished" pop-up.
Edit: I find workaround, i conf eventghost to send xbmc stop signal same time, when i press dvbv stop.
2. Eventghost send to xbmc home and stop command, when i change dvbviewer with remote button. Is that right way to use two program? What command xbmc use when it start external player? Is there some no audio/video too?
Thanks, if somebody can help.
Last edited by piipes on Thu Apr 14, 2011 6:50 pm, edited 1 time in total.
Re: Support for XBMC2 plugin (formerly XBMCRepeat)
Hi,
I'm trying to use the JSON-RPC part of this plugin (specifically to change the audio output of XBMC to analog when music is playing and back to HDMI when anything else is) but as soon as I open it I get the error
Error opening: jsonrpc.dat
What is jsonrpc.dat and where should it be?
The send notification works so I guess my settings are good. Perhaps I'm doing something else wrong?
I'm trying to use the JSON-RPC part of this plugin (specifically to change the audio output of XBMC to analog when music is playing and back to HDMI when anything else is) but as soon as I open it I get the error
Error opening: jsonrpc.dat
What is jsonrpc.dat and where should it be?
The send notification works so I guess my settings are good. Perhaps I'm doing something else wrong?
Re: Support for XBMC2 plugin (formerly XBMCRepeat)
Thanks, but I thought it was enabled. Is this not right?
And here is a screenshot of the error
And here is a screenshot of the error
Re: Support for XBMC2 plugin (formerly XBMCRepeat)
Scratch that, it's started working now. jsonrpc.dat is in the xbmcrepeat plugin directory. The plugin doesn't quite do what I thought it would though. Is there any way to get it to catch events from XBMC and then get eventghost to perform an action according to the event?
Re: Support for XBMC2 plugin (formerly XBMCRepeat)
To change the audio output you can use XBMC2\Actions\Uncategorized actions\AudioToggleDigital it will cycle through your audio outputs.tom101 wrote:I'm trying to use the JSON-RPC part of this plugin (specifically to change the audio output of XBMC to analog when music is playing and back to HDMI when anything else is)
If that don't work like you want I read about using two different profiles with different audio settings, and change between them.
The jsonrpc.dat file contains the JSON-RPC command information, and the error you got just meant that that file hasn't been created yet.What is jsonrpc.dat and where should it be?
To create the jsonrpc.dat just press the update button in the JSON-RPC command config window. XBMC need to be running when you do.
I'll probably change that error and give an option to update instead.
jonib
Re: Support for XBMC2 plugin (formerly XBMCRepeat)
What version of the XBMC2 plugin are you using? In the latest version the jsonrpc.dat should be in the username\application data\EventGhost dir.tom101 wrote:Scratch that, it's started working now. jsonrpc.dat is in the xbmcrepeat plugin directory.
I'm planning to add event notification to my plugin, but don't know when.The plugin doesn't quite do what I thought it would though. Is there any way to get it to catch events from XBMC and then get eventghost to perform an action according to the event?
But in the mean time you can test this plugin XBMC Event Receiver. I haven't used it so don't know how useful it would be to you. Here is a slightly updated version that don't crash if XBMC is not running.
jonib
Re: Support for XBMC2 plugin (formerly XBMCRepeat)
Before i tried it - is there a action that will work same as backspace on keyboard?
Re: Support for XBMC2 plugin (formerly XBMCRepeat)
I haven't added the keyboard actions so there is no action that is exactly the same as backspace.evlo wrote:Before i tried it - is there a action that will work same as backspace on keyboard?
As pressing the backspace generates different actions based on which part of XBMC you are, I don't know if any button/action does what you want. XBMC2\Buttons\Remote\Back might come close.
If there is a need for me to add the keyboard actions I can, but I need a reason.
jonib
Re: Support for XBMC2 plugin (formerly XBMCRepeat)
I haven't used the external player feature in XBMC but sounds like you could add a macro to EventGhost that detects when dvbviewer exits (with Task Create/Switch Events or Process Watcher plugin) and that does what you need it to do to XBMC.piipes wrote:1. I use dvbviwer and xbmc combo. Is there anyway to send command "external player is finished"?
I use dvbviewer for .ts files and left dvbv no audio/video mode when back xbmc, now xbmc show allways that annoying "press ok when playback is finished" pop-up.
Edit: I find workaround, i conf eventghost to send xbmc stop signal same time, when i press dvbv stop.
I'm sorry but I don't understand any of this, would you mind rephrasing?2. Eventghost send to xbmc home and stop command, when i change dvbviewer with remote button. Is that right way to use two program? What command xbmc use when it start external player? Is there some no audio/video too?
jonib
Re: Support for XBMC2 plugin (formerly XBMCRepeat)
1. That stop signal sending works ok. I don't exit dvbviewer, just change "no audio/video" mode when xbmc take focus.
There is no delay changing between liveTv and xbmc, when dvbviewer is running all time too.
2. Just want that xbmc stop all graphic, when i change to dvbviewer manually with remote.(Not playing .ts with external player, just watch TV). Maybe there is not any stop rendering/video command in xbmc? I find that sending screensaver window blank xbmc, but don't know if that is right way? And how to change to last used window from screensaver? What command advanced launcher use, when it launch example emulator?
Again, sorry my poor english.
There is no delay changing between liveTv and xbmc, when dvbviewer is running all time too.
2. Just want that xbmc stop all graphic, when i change to dvbviewer manually with remote.(Not playing .ts with external player, just watch TV). Maybe there is not any stop rendering/video command in xbmc? I find that sending screensaver window blank xbmc, but don't know if that is right way? And how to change to last used window from screensaver? What command advanced launcher use, when it launch example emulator?
Again, sorry my poor english.
Re: XBMCRepeat XBMC plugin based on the official plugin
This plug in IS AWESOME!!!
From page 4 of this topic...
(still searching through looking for remedy)
I'm looking to be able to control a few XBMCs from my main Win7 PC running x10 Firefly through EG.
I have a laptop running xbmc at ip address 192.168.1.144...works GREAT with this plugin.
I have an iPad running xbmc at port 192.168.1.112... works GREAT with this plugin.
but...
In order to control one or the other (not both at same time) I need to manually change the IP address in the XBMC2 plugin.
Is there an easy way to do this using the remote from afar and not from the main pc with keyboard (VNC will do it too).
but...
Looking for a macro or action that can configure the IP address on the fly and remotely.
This plug in IS AWESOME!!!
(did I mention that?)
From page 4 of this topic...
(still searching through looking for remedy)
I do... I think.jonib wrote:Do you still need an option to be able to configure the port?Fiasco wrote:nm that last post. I thought this plugin was going through the HTTP xbmc server. I see it's running off the event server and that solved my issue.
jonib
I'm looking to be able to control a few XBMCs from my main Win7 PC running x10 Firefly through EG.
I have a laptop running xbmc at ip address 192.168.1.144...works GREAT with this plugin.
I have an iPad running xbmc at port 192.168.1.112... works GREAT with this plugin.
but...
In order to control one or the other (not both at same time) I need to manually change the IP address in the XBMC2 plugin.
Is there an easy way to do this using the remote from afar and not from the main pc with keyboard (VNC will do it too).
but...
Looking for a macro or action that can configure the IP address on the fly and remotely.
This plug in IS AWESOME!!!
(did I mention that?)
eventghost.net
Be there or be square.
Be there or be square.
Re: XBMCRepeat XBMC plugin based on the official plugin
zian wrote:This plug in IS AWESOME!!!
You need to add one XBMC2 plugin per XBMC you want to control, did you do that?In order to control one or the other (not both at same time) I need to manually change the IP address in the XBMC2 plugin.
Is there an easy way to do this using the remote from afar and not from the main pc with keyboard (VNC will do it too).
(You might have I have short memoryThis plug in IS AWESOME!!!
(did I mention that?)
jonib
Re: Support for XBMC2 plugin (formerly XBMCRepeat)
Yup jonib,
I tried two... one for each. But I was new to this plugin then.
I'll try it again.
Thanks.
I tried two... one for each. But I was new to this plugin then.
I'll try it again.
Thanks.
eventghost.net
Be there or be square.
Be there or be square.
Re: Support for XBMC2 plugin (formerly XBMCRepeat)
Did you get this working?zian wrote:I tried two... one for each. But I was new to this plugin then.
I'll try it again.
jonib
