# Externalplayer-plugin example configuration. # Syntax description: Every player block begins with "{" and end with "}". # Each block contains several entries with th following syntax: # = ; # Each block must contain at least a MenuEntry and a Command. # Possible Input Modes: deactivateRemotes, slave, normal (default). # Possible Output Modes: extern (default), none, audioOnly, audioOnlyBlack. # See MPlayer example how to set up keys in slave mode. # dxr3player for DVD playback, LIRC/KBD/RCU remotes are deactivated for VDR. # So dxr3player has full control over the keyboard and LIRC devices. { MenuEntry = "XBMC"; Command = "sudo -u root /usr/bin/rcxbmc start"; OutputMode = extern; InputMode = deactivateRemotes; # BlockMenu = false; # This makes sense, because an invisible main menu would block all the keys. }