summaryrefslogtreecommitdiffstats
path: root/DOCS/man/mpv.rst
diff options
context:
space:
mode:
authorm154k1 <139042094+m154k1@users.noreply.github.com>2023-07-15 20:19:52 +0300
committerDudemanguy <random342@airmail.cc>2023-07-15 23:56:57 +0000
commitb077cf72df6b5c8270c72184a976a2b5aa6d40f1 (patch)
treed9e27b8806e90f9f5768ec84bd71944a6c7a66fa /DOCS/man/mpv.rst
parent031e172cefeb9e6596d8a816a23dfeafb888cccb (diff)
downloadmpv-b077cf72df6b5c8270c72184a976a2b5aa6d40f1.tar.bz2
mpv-b077cf72df6b5c8270c72184a976a2b5aa6d40f1.tar.xz
player: set default cache dir on macOS
Use ~/Library/Caches/io.mpv for caches instead of ~~home.
Diffstat (limited to 'DOCS/man/mpv.rst')
-rw-r--r--DOCS/man/mpv.rst8
1 files changed, 8 insertions, 0 deletions
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`_.