summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-05-01 21:27:33 +0200
committerwm4 <wm4@nowhere>2015-05-01 21:51:10 +0200
commit7381db60e28dbedfb9215ca5a4c69aad78b713a4 (patch)
tree493df57f3b97f3ce2fc9972d89eeceb567737e25 /DOCS
parent6814830b9a7740e789a6965f6e4f8da4ba67dd42 (diff)
downloadmpv-7381db60e28dbedfb9215ca5a4c69aad78b713a4.tar.bz2
mpv-7381db60e28dbedfb9215ca5a4c69aad78b713a4.tar.xz
path: expose platform-specific path resolvers
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/mpv.rst11
1 files changed, 10 insertions, 1 deletions
diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst
index f38400c654..455baac369 100644
--- a/DOCS/man/mpv.rst
+++ b/DOCS/man/mpv.rst
@@ -330,7 +330,16 @@ additionally wrapped in the fixed-length syntax, e.g. ``%n%string_of_length_n``
Some mpv options interpret paths starting with ``~``. Currently, the prefix
``~~/`` expands to the mpv configuration directory (usually ``~/.config/mpv/``).
``~/`` expands to the user's home directory. (The trailing ``/`` is always
-required.)
+required.) There are the following paths as well:
+
+=============== ================================================================
+Name Meaning
+=============== ================================================================
+``~home/`` same as ``~~/``
+``~global/`` the global config path, if available
+``~osxbundle/`` the OSX bundle resource path (OSX only)
+=============== ================================================================
+
Per-File Options
----------------