Totem LIRC commands
As I wasn’t able to find such a list anywhere on the web and just found a reference to a source file, I thought I’d share the information:
Totem is of course controllable via LIRC (has to be enabled as a plugin). These are the commands that can be used in the lircrc file to tell totem what to do on button presses:
- play
- pause
- play_pause
- stop
- next (jumps to next playlist item)
- previous (jumps to previous playlist item)
- seek_forward
- seek_backward
- volume_up
- volume_down
- fullscreen
- quit
- zoom_up
- zoom_down
- eject
- play_dvd
- mute
- toggle_aspect
Note that all volume-related commands do not change system volume but totem’s internal mixer. Furthermore, the following commands are supported for DVD menus:
- up
- down
- left
- right
- select
- menu
I didn’t try these, but they should work as well:
- setting_repeat
- setting_shuffle
I found these commands in the file src/plugins/lirc/totem-lirc.c
of the sourcecode archive for version 2.27.2 – other version may have other commands.