mirror of
https://github.com/mpv-player/mpv
synced 2025-01-15 11:31:02 +00:00
manpage: lua: update from previous commit
I forgot about this.
This commit is contained in:
parent
c30bf22d8d
commit
c49a8427d4
@ -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.)
|
||||
|
Loading…
Reference in New Issue
Block a user