home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
IRTrans Plugin
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Patric" data-source="post: 55266" data-attributes="member: 10352"><p>Hi Helmut,</p><p></p><p>first of all thanks for your plugin. Seems I can finally drop girder on at least one of my HTPCs. However I have a small problem after setting up everything.</p><p>I have my IRTrans remote config like the following:</p><p>[code][links][T]0[D]S10100010010111011000101001110101320</p><p>[rechts][T]0[D]S10100010010111011011001001001101320</p><p>[oben][T]0[D]S10100010010111010000000111111110320</p><p>[unten][T]0[D]S10100010010111011000000101111110320[/code]</p><p>I also successfully setup a connection to the IRTrans server.</p><p>Then I modified the automagically generated xml-file in the "InputDeviceMappings\custom\"-folder by removing unused button and adjusting the code attribute to match the button names from the IRTrans config (had to exchange the brackets for display in here):</p><p>[code](button name="Left" code="links")</p><p> (action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="29" sound="click.wav" /)</p><p> (action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="1" sound="cursor.wav" /)</p><p>(/button)</p><p>(button name="Right" code="rechts")</p><p> (action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="28" sound="click.wav" /)</p><p> (action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="2" sound="cursor.wav" /)</p><p>(/button)</p><p>(button name="Down" code="unten")</p><p> (action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="30" sound="click.wav" /)</p><p> (action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="4" sound="cursor.wav" /)</p><p>(/button)</p><p>(button name="Up" code="oben")</p><p> (action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="31" sound="click.wav" /)</p><p> (action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="3" sound="cursor.wav" /)</p><p>(/button)[/code]</p><p>The MP-log reads the following:</p><p>[code]26.05.2006 12:47:51 IRTrans: Command Start --------------------------------------------</p><p>26.05.2006 12:47:51 IRTrans: Client = 0</p><p>26.05.2006 12:47:51 IRTrans: Status = STATUS_RECEIVE</p><p>26.05.2006 12:47:51 IRTrans: Remote = urc-7030 </p><p>26.05.2006 12:47:51 IRTrans: Command Num. = 0</p><p>26.05.2006 12:47:51 IRTrans: Command = unten </p><p>26.05.2006 12:47:51 IRTrans: Data = S10100010010111011000000101111110320 </p><p>26.05.2006 12:47:51 IRTrans: Command End ----------------------------------------------</p><p>26.05.2006 12:47:52 IRTrans: Command Start --------------------------------------------</p><p>26.05.2006 12:47:52 IRTrans: Client = 0</p><p>26.05.2006 12:47:52 IRTrans: Status = STATUS_RECEIVE</p><p>26.05.2006 12:47:52 IRTrans: Remote = urc-7030 </p><p>26.05.2006 12:47:52 IRTrans: Command Num. = 0</p><p>26.05.2006 12:47:52 IRTrans: Command = oben </p><p>26.05.2006 12:47:52 IRTrans: Data = S10100010010111010000000111111110320 </p><p>26.05.2006 12:47:52 IRTrans: Command End ----------------------------------------------[/code]</p><p></p><p>For me this seems ok (as far as I understand it). But in MP nothing happens...</p><p></p><p>Any clue what I'm doing wrong?</p><p></p><p>Greetz</p><p>Patric</p></blockquote><p></p>
[QUOTE="Patric, post: 55266, member: 10352"] Hi Helmut, first of all thanks for your plugin. Seems I can finally drop girder on at least one of my HTPCs. However I have a small problem after setting up everything. I have my IRTrans remote config like the following: [code][links][T]0[D]S10100010010111011000101001110101320 [rechts][T]0[D]S10100010010111011011001001001101320 [oben][T]0[D]S10100010010111010000000111111110320 [unten][T]0[D]S10100010010111011000000101111110320[/code] I also successfully setup a connection to the IRTrans server. Then I modified the automagically generated xml-file in the "InputDeviceMappings\custom\"-folder by removing unused button and adjusting the code attribute to match the button names from the IRTrans config (had to exchange the brackets for display in here): [code](button name="Left" code="links") (action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="29" sound="click.wav" /) (action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="1" sound="cursor.wav" /) (/button) (button name="Right" code="rechts") (action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="28" sound="click.wav" /) (action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="2" sound="cursor.wav" /) (/button) (button name="Down" code="unten") (action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="30" sound="click.wav" /) (action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="4" sound="cursor.wav" /) (/button) (button name="Up" code="oben") (action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="31" sound="click.wav" /) (action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="3" sound="cursor.wav" /) (/button)[/code] The MP-log reads the following: [code]26.05.2006 12:47:51 IRTrans: Command Start -------------------------------------------- 26.05.2006 12:47:51 IRTrans: Client = 0 26.05.2006 12:47:51 IRTrans: Status = STATUS_RECEIVE 26.05.2006 12:47:51 IRTrans: Remote = urc-7030 26.05.2006 12:47:51 IRTrans: Command Num. = 0 26.05.2006 12:47:51 IRTrans: Command = unten 26.05.2006 12:47:51 IRTrans: Data = S10100010010111011000000101111110320 26.05.2006 12:47:51 IRTrans: Command End ---------------------------------------------- 26.05.2006 12:47:52 IRTrans: Command Start -------------------------------------------- 26.05.2006 12:47:52 IRTrans: Client = 0 26.05.2006 12:47:52 IRTrans: Status = STATUS_RECEIVE 26.05.2006 12:47:52 IRTrans: Remote = urc-7030 26.05.2006 12:47:52 IRTrans: Command Num. = 0 26.05.2006 12:47:52 IRTrans: Command = oben 26.05.2006 12:47:52 IRTrans: Data = S10100010010111010000000111111110320 26.05.2006 12:47:52 IRTrans: Command End ----------------------------------------------[/code] For me this seems ok (as far as I understand it). But in MP nothing happens... Any clue what I'm doing wrong? Greetz Patric [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
IRTrans Plugin
Contact us
RSS
Top
Bottom