PDA

View Full Version : Two times "Up" = "Play", two times "Down" = "Menu"?



wip81
March 15th, 2007, 05:37 PM
Hello community

I use Meedio Pro 1.41, Girder, a Streamzap Receiver and a Harmony Remote 885 (same problem occurs when using the Streamzap itself though).
The problem is the following: If the Up button of the remote is pressed two or more times in a row, it sometimes gets interpreted as a “Play” command. As mentioned, this doesn't happen all the time but seems to be subject to the timely succession the keys are pressed. It never happens when I wait, say > 1 sec. between button presses, but occurs often when I press it in quick succession.
Furthermore, in case I press "down" in a certain timely succession, the action of the button "Menu" gets executed.
According to the log, the following happens: two times "up" (in THAT certain succession) became:

1) up, up
or
2) up, play, up
and even
3) up, play, up, left

I'm convinced my gml file causes the problem.
There are three groups in that file: Meedio, TVedia and "Foreground check". The latter disables the other two groups on all events, then checks which program is focused and enables the corresponding group.
Do you got any ideas?

blubberhoofd
March 15th, 2007, 11:25 PM
hi,

did you try this GML:
http://www.promixis.com/download.php?ID=912


It uses the WM messages fulltime plugin from Meedio.


hope this helps ;)

wip81
March 17th, 2007, 10:30 AM
Hi blubberhoofd

And thanks a lot for your reply. Indeed, the usage of the WM command plugin could be a possible solution.
I'm far far away from home right now but I am going to be back tomorrow and will try it out then.
Right now, the group "Meedio" in my gml includes the commands for my external video players (VLC + MPC) - e.g. the play command is the same for MPC, VLC as well as for Meedio.

wip81
March 20th, 2007, 02:40 PM
Hi blubberhoofd

Finally I got some time to try the gml in conjunction with the WM Command plugin...and: it works :). After looking at the log subsequent to pressing hundreds of times "up" and "down", neither "menu" nor "play" commands showed up. Thanks a lot for the tip.
I've attached the corresponding gml file which now has a group "players". I'm going to modify the file so it doesn't have any unnecessary commands anymore, e.g. old Meedio commands which don't affect the external players.
I'm wondering about one other thing though: Is there a way to "slim" the "foreground check" commands? As mentioned, there are three groups (Meedio, TVEdia, Players) with real commands and a fourth group "Foreground check" that disables all groups on all events, then checks which one is in the foreground (Meedio, TVEdia, MPC or VLC (external players)) and activates the corresponding of the three other groups. This seems to be an extensive sequence to me - don't flame - I just don't know if there is a more elegant way of doing that.

wip81
March 23rd, 2007, 11:21 AM
Ah well...I was apparently satisfied too early. Although it doesn't happen as often as before, it still occurs.
Any other ideas?

wip81
April 5th, 2007, 01:57 PM
bump :confused:

wip81
April 29th, 2007, 05:53 AM
Bump
Last one...I promise. I just can't find the problem.