Skip to content
Carlos Soria edited this page Apr 25, 2014 · 1 revision

These are a (as much as possible) complete list of events emitted by the player with its parameters:

  • :interactive_session_started
  • :interactive_session_ended
  • :interactive_exception(exception)
  • :playback_finish(current_song)
  • :playback_stopped(current_song)
  • :playback_paused(current_song)
  • :playback_resumed(current_song)
  • :before_command_<cmd_name>(command)
  • :after_command_<cmd_name>(command, response)
  • :execute_exception(command, exception)
Clone this wiki locally