Unoffical empeg BBS

Quick Links: Empeg FAQ | RioCar.Org | Hijack | BigDisk Builder | jEmplode | emphatic
Repairs: Repairs

Topic Options
#73654 - 21/02/2002 07:18 Shuufle on Long Right
dda
stranger

Registered: 04/02/2002
Posts: 57
Loc: Belgium
Gurus,

I'm trying to program a Shuffle when doing a long press on the Right Button.
My config.ini file contains :
[ir_translate]
Right.L=Shuffle

But nothing happens !

Where is the mistake ?

My Bottom.L=PopUp0 works fine.

DDA

Top
#73655 - 21/02/2002 11:34 Re: Shuufle on Long Right [Re: dda]
tfabris
carpal tunnel

Registered: 20/12/1999
Posts: 31565
Loc: Seattle, WA
Is "Shuffle" a command which Hijack recognizes as something it can do?

Maybe you need to tell it to be a press of the 0 button on the Rio remote or something.
_________________________
Tony Fabris

Top
#73656 - 21/02/2002 11:43 Re: Shuufle on Long Right [Re: tfabris]
loren
carpal tunnel

Registered: 23/08/2000
Posts: 3826
Loc: SLC, UT, USA
Yeah, that command should work.

Try

[ir_translate]
000002.LM=Shuffle ; if in the Mp3 player, a long press of the right button = shuffle

failing that....

[ir_translate]
000002.LM=20DF0D ; if in the Mp3 player, a long press of the right button = 0 on rio remote

oh, and make sure you don't have any other translations for the right button before the Long one.
_________________________
|| loren ||

Top
#73657 - 21/02/2002 19:36 Re: Shuufle on Long Right [Re: dda]
mlord
carpal tunnel

Registered: 29/08/2000
Posts: 14478
Loc: Canada
You're probably hanging on to the button too long.

Counter that with this, and fix the menu use of Right as well:

[ir_translate]
right.L=shuffle.N,right.UL,null

Cheers

Top
#73658 - 22/02/2002 08:37 Re: Shuufle on Long Right [Re: mlord]
dda
stranger

Registered: 04/02/2002
Posts: 57
Loc: Belgium
Thanks Mark
This works fine.

DDA

Top