summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2023-07-26 21:25:52 +0200
committerDudemanguy <random342@airmail.cc>2023-07-29 14:27:59 +0000
commit5fc305fa173ce47e904a5c420f26ff2badf25a6c (patch)
tree409041fb809e40fbb191d209a6c881fbe3a71f5a /DOCS
parentaa05c0687391385600b0bc56d74eef83839fcd04 (diff)
downloadmpv-5fc305fa173ce47e904a5c420f26ff2badf25a6c.tar.bz2
mpv-5fc305fa173ce47e904a5c420f26ff2badf25a6c.tar.xz
path-win: move state directory to %LOCALAPPDATA%
%LOCALAPPDATA% is where the local application state belongs.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/interface-changes.rst3
-rw-r--r--DOCS/man/mpv.rst2
2 files changed, 5 insertions, 0 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index 0f3925a263..1f6155657a 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -26,6 +26,9 @@ Interface changes
::
+ --- mpv 0.37.0 ---
+ - `--save-position-on-quit` and its associated commands now store state files
+ in %LOCALAPPDATA% instead of %APPDATA% directory by default on Windows.
--- mpv 0.36.0 ---
- add `--target-contrast`
- Target luminance value is now also applied when ICC profile is used.
diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst
index a77cc21224..408a48f82d 100644
--- a/DOCS/man/mpv.rst
+++ b/DOCS/man/mpv.rst
@@ -1655,6 +1655,8 @@ Other config files (such as ``input.conf``) are in the same directory. See the
The cache directory is located at ``%LOCALAPPDATA%/mpv/cache``.
+The watch_later directory is located at ``%LOCALAPPDATA%/mpv/watch_later``.
+
The environment variable ``$MPV_HOME`` completely overrides these, like on
UNIX.