From b077cf72df6b5c8270c72184a976a2b5aa6d40f1 Mon Sep 17 00:00:00 2001 From: m154k1 <139042094+m154k1@users.noreply.github.com> Date: Sat, 15 Jul 2023 20:19:52 +0300 Subject: player: set default cache dir on macOS Use ~/Library/Caches/io.mpv for caches instead of ~~home. --- DOCS/man/mpv.rst | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'DOCS') diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst index c7c11fd2cb..8619d8b00e 100644 --- a/DOCS/man/mpv.rst +++ b/DOCS/man/mpv.rst @@ -1678,3 +1678,11 @@ future. Note that mpv likes to mix ``/`` and ``\`` path separators for simplicity. kernel32.dll accepts this, but cmd.exe does not. + +FILES ON MACOS +============== + +On macOS the watch later directory is located at ``~/.config/mpv/watch_later/`` +and the cache directory is set to ``~/Library/Caches/io.mpv/``. These directories +can't be overwritten by enviroment variables. +Everything else is the same as `FILES`_. -- cgit v1.2.3