diff --git a/DOCS/man/en/lua.rst b/DOCS/man/en/lua.rst index b520c36284..d206050969 100644 --- a/DOCS/man/en/lua.rst +++ b/DOCS/man/en/lua.rst @@ -356,9 +356,15 @@ List of events Happens after a file was unloaded. Typically, the player will load the next file right away, or quit if this was the last file. -``playback-start`` +``file-loaded`` Happens atfer a file was loaded and begins playback. +``seek`` + Happens on seeking (including ordered chapter segment changes). + +``playback-restart`` + Start of playback after seek or after file was loaded. + ``tracks-changed`` The list of video/audio/sub tracks was updated. (This happens on playback start, and very rarely during playback.)