Select multiple files in File Manager with remote (9.11)
#1
Some time before the release of 9.11, I was able to select multiple files in file manager for copy/move etc. using the '1' button on the remote. Since 9.11, I havent been able to select using any of the buttons on the remote.

I'm using the MCE rc6 remote on an Ion system(ASrock HT) and an MCE remote (microsoft) on another and both remotes behave the same.

Am I missing something? a button? configuration?

Zepp

EDIT: I neglected to say that both systems are a minimal Karmic install and using PPA
HW : Multiple Asrock 330HT + NAS
SYS: xbmc-live 10.0
Reply
#2
I've since taken a quick look at keyboard.xml / remote.xml and I think Im after the action - HIGHLIGHT which is mapped in keyboard.xml

Code:
<MyFiles>
    <keyboard>
      <space>Highlight</space>
      <delete>Delete</delete>
      <m>Move</m>
      <r>Rename</r>
    </keyboard>
  </MyFiles>


So I created a remote.xml in ~/.xbmc/userdata/keymaps/

with the following

Code:
<keymap>
  <MyFiles>
    <remote>
      <one>Highlight</one>
    </remote>
  </MyFiles>
</keymap>



and All is good again
HW : Multiple Asrock 330HT + NAS
SYS: xbmc-live 10.0
Reply

Logout Mark Read Team Forum Stats Members Help
Select multiple files in File Manager with remote (9.11)0