summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-02-28 02:04:33 +0100
committerwm4 <wm4@nowhere>2014-02-28 02:04:33 +0100
commitc49a8427d4e13e7b91da9d39370e5a0ca57ef7de (patch)
treeaa99c5b2da4cddbff7c69355f781cf821485c4e8 /DOCS
parentc30bf22d8d31336696430406b0483bfc9821c8bb (diff)
downloadmpv-c49a8427d4e13e7b91da9d39370e5a0ca57ef7de.tar.bz2
mpv-c49a8427d4e13e7b91da9d39370e5a0ca57ef7de.tar.xz
manpage: lua: update from previous commit
I forgot about this.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/lua.rst8
1 files changed, 7 insertions, 1 deletions
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.)