summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorAvi Halachmi (:avih) <avihpit@yahoo.com>2021-05-01 15:26:50 +0300
committerAvi Halachmi (:avih) <avihpit@yahoo.com>2021-05-01 16:07:04 +0300
commitf3b2ea9de533ac3ee0ebdaaf6411c97212f5a86b (patch)
treed3111c0fb7a74af78a3a73a93aad63e2c1fa40d9 /DOCS
parent7df9ebda6c9828b75b814facd4267c8da0eca736 (diff)
downloadmpv-f3b2ea9de533ac3ee0ebdaaf6411c97212f5a86b.tar.bz2
mpv-f3b2ea9de533ac3ee0ebdaaf6411c97212f5a86b.tar.xz
command: new property: pid (process id)
Fixes #7562
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/input.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index 25f52e3c10..6d396e12e2 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -1821,6 +1821,9 @@ Property list
.. note:: This is only an estimate. (It's computed from two unreliable
quantities: fps and possibly rounded timestamps.)
+``pid``
+ Process-id of mpv.
+
``path``
Full path of the currently played file. Usually this is exactly the same
string you pass on the mpv command line or the ``loadfile`` command, even