Page 13 of 15

Re: XBMC

Posted: Wed Dec 08, 2010 8:58 pm
by hanspettersson
Can I have a button in my webbinterface that will open a specifik file in XMBC?
How?

Re: XBMC

Posted: Thu Dec 09, 2010 2:50 am
by jonib
hanspettersson wrote:Can I have a button in my webbinterface that will open a specifik file in XMBC?
I don't see why not :D
How?
That depends on what file type, but you will probably need to use my XBMCRepeat plugin that supports HTTP API and JSON RPC API. The webbinterface part I can't help with.

jonib

Re: XBMC

Posted: Sun Dec 12, 2010 12:21 pm
by viald
Hi Guys,
I tried both Eventghost/XBMC Plugins and MCERemote addon to remotely control XBMC.

With Eventghost and XBMC plugins command like up, down, left, right are not automatically repeated when making a long press on the button. I have to do multiple push to go fast. With the MCERemote all is right. Is it possible to have the same feature with Eventghost ?

Again with Eventghost and XBMC plugins I loose the command context. Which means that with MCERemote when you are watching or listening to music you can do big or short skip using up,down, left and right keys. And when you go back to main menu, the same keys or use back to move under the menu even if the music still playing, no more big or short skip.
With Evenghost, you loose command context. In the XBMC plugins there are short and big skip commands. But if you attach up, down... MCE events to this action, whatever the menu, you always do short, big skip when moving under the menu. How can I do with Eventghost ?

Thank you :)

Re: XBMC

Posted: Sun Dec 12, 2010 2:14 pm
by jonib
viald wrote:With Eventghost and XBMC plugins command like up, down, left, right are not automatically repeated when making a long press on the button. I have to do multiple push to go fast. With the MCERemote all is right. Is it possible to have the same feature with Eventghost ?
You need to add a Autorepeat current macro action.
Again with Eventghost and XBMC plugins I loose the command context. Which means that with MCERemote when you are watching or listening to music you can do big or short skip using up,down, left and right keys. And when you go back to main menu, the same keys or use back to move under the menu even if the music still playing, no more big or short skip.
With Evenghost, you loose command context. In the XBMC plugins there are short and big skip commands. But if you attach up, down... MCE events to this action, whatever the menu, you always do short, big skip when moving under the menu. How can I do with Eventghost ?
The default XBMC plugin unfortunately only supports direct actions like you have discovered. Fortunately I have made an alternative XBMC plugin XBMCRepeat that supports context based actons.

jonib

Re: XBMC

Posted: Sun Dec 12, 2010 2:31 pm
by viald
Thank you Jonib.
jonib wrote:You need to add a Autorepeat current macro action.
How can I do that ?
The default XBMC plugin unfortunately only supports direct actions like you have discovered. Fortunately I have made an alternative XBMC plugin XBMCRepeat that supports context based actons.
jonib
So cool :D I try it right now.

Re: XBMC

Posted: Sun Dec 12, 2010 2:37 pm
by jonib
viald wrote:How can I do that ?
You use the Add action... function to add the Autorepeat current macro action to the Macro you want to auto repeat. If you don't know the basics of EventGhost read this Short manual.

jonib

Re: XBMC

Posted: Sun Dec 12, 2010 2:48 pm
by viald
jonib wrote:If you don't know the basics of EventGhost read this Short manual.
Yes, I already know the basics. Just asking if it was a new plugins too.
Thank you.

Re: XBMC

Posted: Sun Dec 12, 2010 3:08 pm
by jonib
So you found the Autorepeat current macro action?
viald wrote:Yes, I already know the basics. Just asking if it was a new plugins too.
Unfortunately too many people asking for help don't bother to try to learn the basics first. :(

jonib

Re: XBMC

Posted: Sun Dec 12, 2010 4:03 pm
by viald
jonib wrote:So you found the Autorepeat current macro action? jonib
Yes I did. But it doesn't work during my test with the up key :?
Image

Re: XBMC

Posted: Sun Dec 12, 2010 4:20 pm
by kricker
viald wrote:
jonib wrote:So you found the Autorepeat current macro action? jonib
Yes I did. But it doesn't work during my test with the up key :?
Image
Does your remote send 2 different signals for the up key? One for press and one for press and hold?

Re: XBMC

Posted: Sun Dec 12, 2010 5:13 pm
by viald
kricker wrote:Does your remote send 2 different signals for the up key? One for press and one for press and hold?
This is a standard MCE Remote. I suppose not, if I'm wrong I should see two different events in EG ? Right ?

Re: XBMC

Posted: Sun Dec 12, 2010 5:31 pm
by kricker
Right. One event when you press it and one if you press and hold it.

Re: XBMC

Posted: Mon Dec 13, 2010 9:24 am
by viald
kricker wrote:Right. One event when you press it and one if you press and hold it.
I have finished setting your XBMC plugins. It's rocks ! Thanks a lot.
And with yours, now I have automatic repeat key with long press :D

I still have a small issue with OSD video and music.
I want to display with the same remote button the OSD video or music in full screen mode.
Here is my setting:
Image Image


Image
image uploader

When playing music, pushing the guide button gives me the right OSD music window.
But when playing video, pushing the guide button gives me both OSD music and OSD video. I have to exit twice to remove OSD windows.

It seems to be a contextual issue with OSD music.

Re: XBMC

Posted: Mon Dec 13, 2010 12:08 pm
by jonib
viald wrote:It seems to be a contextual issue with OSD music.
I have made a reply to you in the XBMCRepeat thread.

jonib

Re: XBMC

Posted: Thu Dec 16, 2010 4:26 pm
by hanspettersson
jonib wrote:
hanspettersson wrote:Can I have a button in my webbinterface that will open a specifik file in XMBC?
I don't see why not :D
How?
That depends on what file type, but you will probably need to use my XBMCRepeat plugin that supports HTTP API and JSON RPC API. The webbinterface part I can't help with.

jonib
It┬┤s a music file, *.pls
Please give me a example. The webb interface stuff you can skip.