2015-06-21, 09:10
I think that it was only present on the old remote layout.
However there are some ways to add this functionality back
If you have the pro version you could add a custom shortcut which provides the function to select multiple files. There is a link with some instructions in the release notes in one of the previous posts. You are looking for commands highlight, move, copy
The current remote is using the remote.XML keymap file to translate keypresses for most buttons
https://github.com/xbmc/xbmc/blob/master...remote.xml
It is possible to do some changes in the myfiles section so that one of the remote buttons will map to highlight. E.g the <title> button matches the title button on the remote. Therefore adding <title>highlight</title> in the myfiles section should let you select the file when the button is pressed in the files section (I haven't tested it)
However there are some ways to add this functionality back
If you have the pro version you could add a custom shortcut which provides the function to select multiple files. There is a link with some instructions in the release notes in one of the previous posts. You are looking for commands highlight, move, copy
The current remote is using the remote.XML keymap file to translate keypresses for most buttons
https://github.com/xbmc/xbmc/blob/master...remote.xml
It is possible to do some changes in the myfiles section so that one of the remote buttons will map to highlight. E.g the <title> button matches the title button on the remote. Therefore adding <title>highlight</title> in the myfiles section should let you select the file when the button is pressed in the files section (I haven't tested it)