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
WinLIRC Plugin (outdated)
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="jadz" data-source="post: 13715" data-attributes="member: 10355"><p>This is an example of the <strong>winlircmap.xml</strong> file that should exist in your <em><Media Portal Install Directory>/plugins/process</em> folder</p><p></p><p>[code]<?xml version="1.0" encoding="utf-8"?></p><p><winlircsettings></p><p> <section name="ServerSettings"></p><p> <entry name="IP">127.0.0.1</entry></p><p> <entry name="Port">8765</entry></p><p> </section></p><p> <section name="PluginSettings"></p><p> <entry name="StartWinLIRC">no</entry></p><p> <entry name="StartWinLIRCWinLIRCPath">C:\Program Files\WinLIRC\winlirc.exe</entry></p><p> <entry name="delay">0.20</entry></p><p> <entry name="delayUse">yes</entry></p><p> <entry name="delayIgnore">yes</entry></p><p> <entry name="IgnoreAllRepeat">no</entry></p><p> <entry name="runTimeLog">yes</entry></p><p> </section></p><p> <section name="SONYVCR1 Left"></p><p> <entry name="*">1</entry></p><p> </section></p><p> <section name="SONYVCR1 Right"></p><p> <entry name="*">2</entry></p><p> </section></p><p> <section name="SONYVCR1 Up"></p><p> <entry name="*">3</entry></p><p> </section></p><p> <section name="SONYVCR1 Down"></p><p> <entry name="*">4</entry></p><p> </section></p><p> <section name="SONYVCR1 Enter"></p><p> <entry name="*">7</entry></p><p> </section></p><p> <section name="SONYVCR1 ZERO"></p><p> <entry name="*">10</entry></p><p> </section></p><p></winlircsettings>[/code]</p><p></p><p></p><p></p><p>If logging is enabled in the plugin this is the type of logging you will get in the winlirc.log file located in <em><Media Portal Install Directory>/plugins/process</em></p><p></p><p>[code]4/13/2005 7:17:38 PM - Loaded 6 button mappings</p><p>4/13/2005 7:17:39 PM - Connected to WinLIRC, waiting for dat</p><p>4/13/2005 7:17:49 PM - Received [00000000fee9b748 00 Left SONYVCR1 ], sending = True()</p><p>4/13/2005 7:17:50 PM - Received [00000000fee9b748 01 Left SONYVCR1 ], sending = True()</p><p>4/13/2005 7:17:52 PM - Received [00000000fee9f708 00 Down SONYVCR1 ], sending = True()</p><p>4/13/2005 7:17:52 PM - Received [00000000fee9f708 01 Down SONYVCR1 ], sending = True()</p><p>4/13/2005 7:17:54 PM - Received [00000000fee9f708 02 Down SONYVCR1 ], sending = True()</p><p>4/13/2005 7:17:56 PM - Received [00000000fee9f708 03 Down SONYVCR1 ], sending = True()</p><p>4/13/2005 7:17:57 PM - Received [00000000fee90ff0 00 Enter SONYVCR1 ], sending = True()</p><p>4/13/2005 7:18:08 PM - Received [00000000fee9ff00 00 ZERO SONYVCR1 ], sending = True()[/code]</p><p></p><p></p><p>This is what the window should look like when you have remote mappings. Note that actions you have mapped already show up in green and those that do not show up in red.</p><p></p><p><img src="http://www.outersurf.com/images/albums/00_frontpage_post_pics/winlirc.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p></blockquote><p></p>
[QUOTE="jadz, post: 13715, member: 10355"] This is an example of the [b]winlircmap.xml[/b] file that should exist in your [i]<Media Portal Install Directory>/plugins/process[/i] folder [code]<?xml version="1.0" encoding="utf-8"?> <winlircsettings> <section name="ServerSettings"> <entry name="IP">127.0.0.1</entry> <entry name="Port">8765</entry> </section> <section name="PluginSettings"> <entry name="StartWinLIRC">no</entry> <entry name="StartWinLIRCWinLIRCPath">C:\Program Files\WinLIRC\winlirc.exe</entry> <entry name="delay">0.20</entry> <entry name="delayUse">yes</entry> <entry name="delayIgnore">yes</entry> <entry name="IgnoreAllRepeat">no</entry> <entry name="runTimeLog">yes</entry> </section> <section name="SONYVCR1 Left"> <entry name="*">1</entry> </section> <section name="SONYVCR1 Right"> <entry name="*">2</entry> </section> <section name="SONYVCR1 Up"> <entry name="*">3</entry> </section> <section name="SONYVCR1 Down"> <entry name="*">4</entry> </section> <section name="SONYVCR1 Enter"> <entry name="*">7</entry> </section> <section name="SONYVCR1 ZERO"> <entry name="*">10</entry> </section> </winlircsettings>[/code] If logging is enabled in the plugin this is the type of logging you will get in the winlirc.log file located in [i]<Media Portal Install Directory>/plugins/process[/i] [code]4/13/2005 7:17:38 PM - Loaded 6 button mappings 4/13/2005 7:17:39 PM - Connected to WinLIRC, waiting for dat 4/13/2005 7:17:49 PM - Received [00000000fee9b748 00 Left SONYVCR1 ], sending = True() 4/13/2005 7:17:50 PM - Received [00000000fee9b748 01 Left SONYVCR1 ], sending = True() 4/13/2005 7:17:52 PM - Received [00000000fee9f708 00 Down SONYVCR1 ], sending = True() 4/13/2005 7:17:52 PM - Received [00000000fee9f708 01 Down SONYVCR1 ], sending = True() 4/13/2005 7:17:54 PM - Received [00000000fee9f708 02 Down SONYVCR1 ], sending = True() 4/13/2005 7:17:56 PM - Received [00000000fee9f708 03 Down SONYVCR1 ], sending = True() 4/13/2005 7:17:57 PM - Received [00000000fee90ff0 00 Enter SONYVCR1 ], sending = True() 4/13/2005 7:18:08 PM - Received [00000000fee9ff00 00 ZERO SONYVCR1 ], sending = True()[/code] This is what the window should look like when you have remote mappings. Note that actions you have mapped already show up in green and those that do not show up in red. [img]http://www.outersurf.com/images/albums/00_frontpage_post_pics/winlirc.png[/img] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
WinLIRC Plugin (outdated)
Contact us
RSS
Top
Bottom