From 5fc305fa173ce47e904a5c420f26ff2badf25a6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20Michaj=C5=82ow?= Date: Wed, 26 Jul 2023 21:25:52 +0200 Subject: path-win: move state directory to %LOCALAPPDATA% %LOCALAPPDATA% is where the local application state belongs. --- DOCS/interface-changes.rst | 3 +++ DOCS/man/mpv.rst | 2 ++ 2 files changed, 5 insertions(+) (limited to 'DOCS') 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. -- cgit v1.2.3