Kodi Community Forum
updating Dharma keymap.xml to Eden - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228)
+---- Thread: updating Dharma keymap.xml to Eden (/showthread.php?tid=126563)



updating Dharma keymap.xml to Eden - Horscht - 2012-03-25

Hello,

today I made a fresh install of Eden on my HTPC making a backup of my userdata folder before wiping the system. After the install I re-transfered my userdata folder. However, a few buttons on my Logitech Harmony One Remote no longer work. I tried converting them to new Eden commands, but they are not working. I am running XBMCbuntu and these buttons don't work, can someone help me redoing them?
<mytv>XBMC.ActivateWindow(MyVideoLibrary,tvshowtitles,return)</mytv>
here's what I tried so far:

XBMC.ActivateWindow(Videos,TvShowTitles,return)
XBMC.ActivateWindow(Videos,TVShowTitles,return)
XBMC.ActivateWindow(Videos,TvShowTitles)
XBMC.ActivateWindow(Videos,TVShowTitles)
XBMC.ActivateWindow(Videolibrary,TvShowTitles,return)
XBMC.ActivateWindow(Videolibrary,TVShowTitles,return)
XBMC.ActivateWindow(Videolibrary,tvshowtitles,return)


Another button I used to have on my remote is a button that would take me to the file view for videos and enter the source called "Channels" which, in reality is a folder called "Channels" in my videoplaylist folder. This is the Action it used to be in Dharma:
XBMC.ActivateWindow(videofiles,Channels)

this is what I tried in Eden, but to no avail:

XBMC.ActivateWindow(Videos,Files,Channels)
XBMC.ActivateWindow(Videos,Playlists,Channels)

Can someone help me with this?


RE: updating Dharma keymap.xml to Eden - Horscht - 2012-03-27

Just thought I should update this post. I think I found out what my issue is:

in /usr/share/lirc/remotes/mceusb/lircd.conf.mceusb the keynames have changed I will later today replace the lircd.conf.mceusb with the button names from my old dharma lircd.conf, hopefully that'll solve my problem :-)