- Thread starter
- Moderator
- #21
Hi Peep,
had a look at the logs you send me.
the problem is that the mapping between the xml and the irtrans rem file is not correct.
In the xml mapping file you have:
<button name="Rewind" code="rew">
but your remote sends "rewind". Therefor it could not be mapped.
The parameter "code" MUST excactly match what is coded in the rem file between "[" and "]". Irtrans sends everything in LOWER CASE.
so your button for rewind must be:
<button name="Rewind" code="rewind">
fwd -> forward
skp -> skip
and so on.
then it'll work.
regards,
Helmut
had a look at the logs you send me.
the problem is that the mapping between the xml and the irtrans rem file is not correct.
In the xml mapping file you have:
<button name="Rewind" code="rew">
but your remote sends "rewind". Therefor it could not be mapped.
The parameter "code" MUST excactly match what is coded in the rem file between "[" and "]". Irtrans sends everything in LOWER CASE.
so your button for rewind must be:
<button name="Rewind" code="rewind">
fwd -> forward
skp -> skip
and so on.
then it'll work.
regards,
Helmut