summaryrefslogtreecommitdiffstats
path: root/DOCS/man/mpv.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-06-25 17:44:46 +0200
committerwm4 <wm4@nowhere>2020-06-25 17:56:16 +0200
commitc3694f0acb7f71daac7606fafbadcb7b500ca35e (patch)
tree92fc33fe5b2ee93318b0a9fefd9a4bcdfb0892af /DOCS/man/mpv.rst
parent269f0e743e5634691f0c9d5b1b8a4bb68eedbbd0 (diff)
downloadmpv-c3694f0acb7f71daac7606fafbadcb7b500ca35e.tar.bz2
mpv-c3694f0acb7f71daac7606fafbadcb7b500ca35e.tar.xz
path: do not use old_home for win32 exe dir
Apparently mpv supports loading config files from the same directory as the mpv.exe. This is a fallback of some sort. It used the old_home mechanism. I want to add a warning if old_home exists, but that would always show the warning on win32. Obviously we don't want that. Add a separate exe_dir entry to deal with that. Untested, but probably works.
Diffstat (limited to 'DOCS/man/mpv.rst')
-rw-r--r--DOCS/man/mpv.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst
index 8b87c37285..92c0052c55 100644
--- a/DOCS/man/mpv.rst
+++ b/DOCS/man/mpv.rst
@@ -438,6 +438,8 @@ Name Meaning
``~~global/`` the global config path, if available (not on win32)
``~~osxbundle/`` the OSX bundle resource path (OSX only)
``~~desktop/`` the path to the desktop (win32, OSX)
+``~~exe_dir`` win32 only: the path to the directory containing the exe (for
+ config file purposes; ``$MPV_HOME`` overrides it)
``~~old_home`` do not use
================ ===============================================================