mirror of
https://github.com/mpv-player/mpv
synced 2025-04-01 23:00:41 +00:00
manpage: explain behavior of "path" property
This seems to confuse users pretty often, but I'm not going to change its behavior. See e.g. #2541.
This commit is contained in:
parent
3fa76c84be
commit
ece794d905
@ -860,7 +860,11 @@ Property list
|
|||||||
quantities: fps and possibly rounded timestamps.)
|
quantities: fps and possibly rounded timestamps.)
|
||||||
|
|
||||||
``path``
|
``path``
|
||||||
Full path of the currently played file.
|
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
|
||||||
|
if it's a relative path. If you expect an absolute path, you will have to
|
||||||
|
determine it yourself, for example by using the ``working-directory``
|
||||||
|
property.
|
||||||
|
|
||||||
``media-title``
|
``media-title``
|
||||||
If the currently played file has a ``title`` tag, use that.
|
If the currently played file has a ``title`` tag, use that.
|
||||||
|
Loading…
Reference in New Issue
Block a user