From 680e7022eecd33cb71b5f36849d7c056b2a416c7 Mon Sep 17 00:00:00 2001 From: Guido Cella Date: Wed, 30 Oct 2024 11:14:02 +0100 Subject: [PATCH] DOCS/man/input: suggest normalize-path to get absolute paths Because it is a bit shorter than calling utils.join_path(working_directory, path), it gives you a canonical path, and it doesn't concate working-directory before URLs. --- DOCS/man/input.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst index a38332f5bc..d0a9638972 100644 --- a/DOCS/man/input.rst +++ b/DOCS/man/input.rst @@ -2003,8 +2003,7 @@ Property list 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. + determine it yourself, for example by using the ``normalize-path`` command. ``stream-open-filename`` The full path to the currently played media. This is different from