Kodi Community Forum

Full Version: Keymap help: Open networked folder
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I just upgraded my system to OpenELEC 2 which is based on Eden. I copied over my keymap.xml to the new installation and everything is working fine except that I had a few hotkeys on the remote that would take me to various folders on my network and these are no longer working. the code that I used before was:
Code:
<mypictures>ActivateWindow(videofiles,DVR)</mypictures>

I also tried to use:
Code:
<mypictures>ActivateWindow(smb://kelly1/Videos/)</mypictures>
(which is the network address where my dvr saves files). If anyone could point out my mistake I would appreciate it.