2013-11-18, 01:56
(2013-11-18, 01:41)hoopsdavis Wrote:(2013-11-18, 01:35)scarecrow420 Wrote: Also as Krusty mentioned, the default XBMC keymappings arent setup to bind anything to the Record command. So you need to setup a keymap to bind a key/combination to the Record command. I wonder what command a standard MCE remote sends through for the record button. I use a Logitech harmony so I will probably just do as Krusty does and have my remote send Ctrl-R from the Record button, and then map Ctrl-R to XBMC record command
scarecrow420, I just checked using the "ShowKey" app and this is what shows when I hit the record button <q>Notification(Key,q,3)</q>
Not sure what that mean
It's sending the equivalent to pressing 'q' on the keyboard. By default, it's mapped to the 'Queue' command. According to the keymap wiki, this action will 'Queue the item to the current playlist'. You could just change that to <q>XBMC.PlayerControl(Record)</q> in your keymap and be in business.