Hello,
Sorry for my bad english
thanks for the nice Tutorial, I configured my Harmony with the custom buttons and it works fine. Now I would add two additional buttons, shutdownmenu and a button for video window (not database). Harmony has the custom buttons saved and i configured the lircd.conf with the RAW Codes:
Code:
#My Harmony 885 Custom Button Codes
UPVID 0x6f
FILEMAN 0xb3
SHUTDOWN 0x8a
CLEANVID 0xb5
SCREENSHOT 0x4f
24 0xac
SHUTDOWN is for the shutdownmenu and 24 is for the video menu.
Now, I add it to lircmap.xml:
Code:
<!-- My Custom Buttons -->
<obc117>UPVID</obc117>
<obc76>FILEMAN</obc76>
<shutdown>SHUTDOWN</shutdown>
<obc144>CLEANVID</obc144>
<obc132>SCREENSHOT</obc132>
<myvideo>24</myvideo>
Finally saved /keymaps/remote.xml:
Code:
<universalremote>
<obc117>XBMC.UpdateLibrary(video)</obc117>
<obc76>XBMC.ReplaceWindow(filemanager)</obc76>
<shutdown>XBMC.ActivateWindow(shutdownmenu)</shutdown>
<obc144>XBMC.CleanLibrary(video)</obc144>
<obc132>XBMC.TakeScreenshot</obc132>
<myvideo>XBMC.ActivateWindow(video)</myvideo>
</universalremote>
.
reboot my system.
Now when I press the custom "video" button its open the non-database window. But when i go before in the movies-db or tvshows-db window and press the custom "video" button then xbmc go in the window that I selected before (movies-db or tvshows-db).
The shutdownmenu button has no function, the code i have used is from
http://wiki.xbmc.org/index.php?title=Window_IDs but not works
My System:
ASRock ION 330-BD
IR: xbox dongle.
harmony 885 remote
Ubuntu 10.04
actual xbmc svn
skin: alaska
I hope you understand my poor english and can help me
Best regards from Germany