INTERACT FORUM
More => Old Versions => Media Center 11 (Development Ended) => Topic started by: avpman on January 02, 2006, 06:40:32 pm
-
2. Changed: Added higher anti-repeat possibilities (1 second, 1.5 seconds, 2 seconds, 5 seconds) to the remote control options page.
The new anti-repeat values aren't calculating properly. For example, the 5000ms setting appears to generate only a .5 second delay, the 2000ms a .2 second delay, etcetra.
-
This seems to be working for me. However, as a test, we'll add logging to the next build.
Search for "CRCPluginsMJ::TakeCommand" after you install the next build. It'll show when a command comes in and whether MC processes it or ignores it.
-
Thanks - will do. Just so I'm clear, if I set the delay to 5000 and hit the Play button on the remote, MC should accept the first Play command. If I subsequently hit Play before 5 seconds elapses, MC should ignore the command? Keeping in mind that the Play button toggles Play/Pause.
-
That's right as long as you're using a remote control plugin inside MC. (some remotes don't use a plugin like the ATI, MCE, etc. remotes)
-
That's right as long as you're using a remote control plugin inside MC. (some remotes don't use a plugin like the ATI, MCE, etc. remotes)
Yup, using the USB-Uirt device.
-
Below is a copy of the log file. I'm not sure how to read the "elapsed" time entries. But the Play command is being allowed to Play/Pause MC multiple times within the 5000ms (5 second) repeat time I've selected.
Hope this helps.
Jim
0000000: General: Starting logging: Date: 1/3/2006 11:04:56 PM
0000000: General: Log Reset: Logging reset
0007235: General: CRCPluginsMJ::TakeCommand: Start
0007235: General: CRCPluginsMJ::TakeCommand: Code: 1F0084A222EA, Elapsed: 181266, Anti-repeat: 5000, MCC: 10000
0007235: General: CRCPluginsMJ::TakeCommand: Accepted command... processing
0007250: General: CRCPluginsMJ::TakeCommand: Command sent
0007250: General: CRCPluginsMJ::TakeCommand: Finish (15 ms)
0007297: General: CRCPluginsMJ::TakeCommand: Start
0007297: General: CRCPluginsMJ::TakeCommand: Code: 1F0084A222EA, Elapsed: 62, Anti-repeat: 5000, MCC: 10000
0007297: General: CRCPluginsMJ::TakeCommand: Command rejected
0007297: General: CRCPluginsMJ::TakeCommand: Finish (0 ms)
0007360: General: CRCPluginsMJ::TakeCommand: Start
0007360: General: CRCPluginsMJ::TakeCommand: Code: 1F0084A222EA, Elapsed: 63, Anti-repeat: 5000, MCC: 10000
0007360: General: CRCPluginsMJ::TakeCommand: Command rejected
0007360: General: CRCPluginsMJ::TakeCommand: Finish (0 ms)
0007406: General: CRCPluginsMJ::TakeCommand: Start
0007406: General: CRCPluginsMJ::TakeCommand: Code: 1F0084A222EA, Elapsed: 46, Anti-repeat: 5000, MCC: 10000
0007406: General: CRCPluginsMJ::TakeCommand: Accepted command... processing
0007438: General: CRCPluginsMJ::TakeCommand: Command sent
0007438: General: CRCPluginsMJ::TakeCommand: Finish (32 ms)
0007485: General: CRCPluginsMJ::TakeCommand: Start
0007485: General: CRCPluginsMJ::TakeCommand: Code: 1F0084A222EA, Elapsed: 79, Anti-repeat: 5000, MCC: 10000
0007485: General: CRCPluginsMJ::TakeCommand: Command rejected
0007485: General: CRCPluginsMJ::TakeCommand: Finish (0 ms)
0007531: General: CRCPluginsMJ::TakeCommand: Start
0007547: General: CRCPluginsMJ::TakeCommand: Code: 1F0084A222EA, Elapsed: 46, Anti-repeat: 5000, MCC: 10000
0007547: General: CRCPluginsMJ::TakeCommand: Command rejected
0007547: General: CRCPluginsMJ::TakeCommand: Finish (16 ms)
0007594: General: CRCPluginsMJ::TakeCommand: Start
0007594: General: CRCPluginsMJ::TakeCommand: Code: 1F0084A222EA, Elapsed: 63, Anti-repeat: 5000, MCC: 10000
0007594: General: CRCPluginsMJ::TakeCommand: Accepted command... processing
0007610: General: CRCPluginsMJ::TakeCommand: Command sent
0007610: General: CRCPluginsMJ::TakeCommand: Finish (16 ms)
0009453: General: CRCPluginsMJ::TakeCommand: Start
0009469: General: CRCPluginsMJ::TakeCommand: Code: 1F0084A222EA, Elapsed: 1859, Anti-repeat: 5000, MCC: 10000
0009469: General: CRCPluginsMJ::TakeCommand: Command rejected
0009469: General: CRCPluginsMJ::TakeCommand: Finish (16 ms)
0009516: General: CRCPluginsMJ::TakeCommand: Start
0009516: General: CRCPluginsMJ::TakeCommand: Code: 1F0084A222EA, Elapsed: 63, Anti-repeat: 5000, MCC: 10000
0009516: General: CRCPluginsMJ::TakeCommand: Command rejected
0009516: General: CRCPluginsMJ::TakeCommand: Finish (0 ms)
0009563: General: CRCPluginsMJ::TakeCommand: Start
0009578: General: CRCPluginsMJ::TakeCommand: Code: 1F0084A222EA, Elapsed: 47, Anti-repeat: 5000, MCC: 10000
0009578: General: CRCPluginsMJ::TakeCommand: Accepted command... processing
0009594: General: CRCPluginsMJ::TakeCommand: Command sent
0009594: General: CRCPluginsMJ::TakeCommand: Finish (31 ms)
0009641: General: CRCPluginsMJ::TakeCommand: Start
0009641: General: CRCPluginsMJ::TakeCommand: Code: 1F0084A222EA, Elapsed: 78, Anti-repeat: 5000, MCC: 10000
0009641: General: CRCPluginsMJ::TakeCommand: Command rejected
0009641: General: CRCPluginsMJ::TakeCommand: Finish (0 ms)
-
In the next build:
Changed: Revised anti-repeat logic for remote controls to ignore repeat count and only look at timing for most commands. (volume is different since it often gets held down)
Thanks.
-
In the next build:
Changed: Revised anti-repeat logic for remote controls to ignore repeat count and only look at timing for most commands. (volume is different since it often gets held down)
Thanks.
Works like a charm! Now if I could only get a discrete key for "Pause" in addition to using the Play key to toggle the pause mode ;)