News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

VDR with Gyration Gyromouse

Started by zaphodB, April 21, 2008, 05:11:53 PM

Previous topic - Next topic

zaphodB

Hi,

at time it's impossible to handle the vdr and his buttons fully in lmce only with the Gyration Gyromouse.

Would it be possible in the future, to handle vdr full with this mouse or do I have to buy a Fiire remote.

I've buyed all my equipment in 11.2007 after watching the video an read the wiki.

regards

Thorsten


mami

I have a Fiire remote and use VDR.
I don't work as i want it to do, so i'm trying to find out where to change whitch key does what.

Any one know?
Like Red, Green, Yellow, Blue buttons on the remote. How to get them working in VDR?

/Mami

totallymaxed

Quote from: mami on May 08, 2008, 05:21:23 PM
I have a Fiire remote and use VDR.
I don't work as i want it to do, so i'm trying to find out where to change whitch key does what.

Any one know?
Like Red, Green, Yellow, Blue buttons on the remote. How to get them working in VDR?

/Mami

There will be an update for LinuxMCE-0710 to support the colour buttons shortly.

Andrew
Andy Herron,
CHT Ltd

For Dianemo/LinuxMCE consulting advice;
@herron on Twitter, totallymaxed+inquiries@gmail.com via email or PM me here.

Get Dianemo-Rpi2 ARM Licenses [url="http://forum.linuxmce.org/index.php?topic=14026.0"]http://forum.linuxmce.org/index.php?topic=14026.0[/url]

Get RaspSqueeze-CEC or Raspbmc-CEC for Dianemo/LinuxMCE: [url="http://wp.me/P4KgIc-5P"]http://wp.me/P4KgIc-5P[/url]

Facebook: [url="https://www.facebook.com/pages/Dianemo-Home-Automation/226019387454465"]https://www.facebook.com/pages/Dianemo-Home-Automation/226019387454465[/url]

[url="http://www.dianemo.co.uk"]http://www.dianemo.co.uk[/url]

mami

#3
Sounds good. But is there any way to change key if I want, or is all keys hardcoded?

Edit:
I answer my own question: It's hardcoded in src/Orbiter/Linux/HID*.cpp/h (only gyro keys!)

/Mami

nite_man

I'm also interested to use Gyration or some other RF remote with VDR. Is there some manual howto configure it?
Michael Stepanov,
My setup: [url="http://wiki.linuxmce.org/index.php/User:Nite_man#New_setup"]http://wiki.linuxmce.org/index.php/User:Nite_man#New_setup[/url]
Russian LinuxMCE community: [url="http://linuxmce.ru"]http://linuxmce.ru[/url]

totallymaxed

Quote from: mami on May 11, 2008, 09:37:03 AM
Sounds good. But is there any way to change key if I want, or is all keys hardcoded?

Edit:
I answer my own question: It's hardcoded in src/Orbiter/Linux/HID*.cpp/h (only gyro keys!)

/Mami

The other problem with A gyro mouse currently is that while there are 'bits' of the standard vdr OSD still being used (as there are currently... and will be for the foreseeable future) there is a problem in that they do not support mouse based interaction at all. So in that sense they are really not suitable for purely mouse based controls. The Fiire remote an the MCE Gyration remote are better from that perspective as you have a full set of 'normal' remote buttons.

Andrew
Andy Herron,
CHT Ltd

For Dianemo/LinuxMCE consulting advice;
@herron on Twitter, totallymaxed+inquiries@gmail.com via email or PM me here.

Get Dianemo-Rpi2 ARM Licenses [url="http://forum.linuxmce.org/index.php?topic=14026.0"]http://forum.linuxmce.org/index.php?topic=14026.0[/url]

Get RaspSqueeze-CEC or Raspbmc-CEC for Dianemo/LinuxMCE: [url="http://wp.me/P4KgIc-5P"]http://wp.me/P4KgIc-5P[/url]

Facebook: [url="https://www.facebook.com/pages/Dianemo-Home-Automation/226019387454465"]https://www.facebook.com/pages/Dianemo-Home-Automation/226019387454465[/url]

[url="http://www.dianemo.co.uk"]http://www.dianemo.co.uk[/url]

tschak909

why not overlay transparent designobjs with tab stop enabled, and trigger commands on that? ;-)

-Thom

colinjones

Andrew

Does that mean that the "colour" buttons on the Fiire remotes will be taken over whilst in VDR OSD menus? Currently they act to shortcut to Video/Audio/etc media grids.

Would be nice if their function was taken over when you go into the VDR menus and returned when you come out...

totallymaxed

Quote from: colinjones on July 14, 2008, 02:35:27 AM
Andrew

Does that mean that the "colour" buttons on the Fiire remotes will be taken over whilst in VDR OSD menus? Currently they act to shortcut to Video/Audio/etc media grids.

Would be nice if their function was taken over when you go into the VDR menus and returned when you come out...

Yep thats the plan ;-)
Andy Herron,
CHT Ltd

For Dianemo/LinuxMCE consulting advice;
@herron on Twitter, totallymaxed+inquiries@gmail.com via email or PM me here.

Get Dianemo-Rpi2 ARM Licenses [url="http://forum.linuxmce.org/index.php?topic=14026.0"]http://forum.linuxmce.org/index.php?topic=14026.0[/url]

Get RaspSqueeze-CEC or Raspbmc-CEC for Dianemo/LinuxMCE: [url="http://wp.me/P4KgIc-5P"]http://wp.me/P4KgIc-5P[/url]

Facebook: [url="https://www.facebook.com/pages/Dianemo-Home-Automation/226019387454465"]https://www.facebook.com/pages/Dianemo-Home-Automation/226019387454465[/url]

[url="http://www.dianemo.co.uk"]http://www.dianemo.co.uk[/url]

totallymaxed

Quote from: tschak909 on July 14, 2008, 02:10:56 AM
why not overlay transparent designobjs with tab stop enabled, and trigger commands on that? ;-)

-Thom


Hmmmm... sounds like a complex task as the transparent design objects would have to dynamically change function (and in many cases position) as the vdr OSD updated and changed state and/or changed menu screen. I cant see how those state changes could be dynamically fed back to the transparent design objects on the fly as the user interacted with the OSD?

Andrew
Andy Herron,
CHT Ltd

For Dianemo/LinuxMCE consulting advice;
@herron on Twitter, totallymaxed+inquiries@gmail.com via email or PM me here.

Get Dianemo-Rpi2 ARM Licenses [url="http://forum.linuxmce.org/index.php?topic=14026.0"]http://forum.linuxmce.org/index.php?topic=14026.0[/url]

Get RaspSqueeze-CEC or Raspbmc-CEC for Dianemo/LinuxMCE: [url="http://wp.me/P4KgIc-5P"]http://wp.me/P4KgIc-5P[/url]

Facebook: [url="https://www.facebook.com/pages/Dianemo-Home-Automation/226019387454465"]https://www.facebook.com/pages/Dianemo-Home-Automation/226019387454465[/url]

[url="http://www.dianemo.co.uk"]http://www.dianemo.co.uk[/url]