IRTrans Plugin (1 Viewer)

hwahrmann

Development Group
  • Team MediaPortal
  • September 15, 2004
    4,633
    2,457
    Vienna, Austria
    Home Country
    Austria Austria
    • 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
     

    peep

    Portal Pro
    March 1, 2006
    63
    1
    Finland
    Home Country
    Finland Finland
    Indeed, I took for granted that the code for the plugin's function were the same as their name in the configuration of the plugin. :oops:

    Thanks a lot Harald for the support, works great now..
     

    Users who are viewing this thread

    Top Bottom