From 7a76cf4d65fc56fbf0a0f600ec770324c44b81e7 Mon Sep 17 00:00:00 2001 From: Dudemanguy Date: Mon, 18 Sep 2023 11:43:25 -0500 Subject: demux: prepend some cache options with demuxer --cache-dir is an awful name that leads to confusion (see #12418). Change the name to --demuxer-cache-dir and --demuxer-cache-unlink-files instead. --- DOCS/man/options.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'DOCS/man/options.rst') diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 7d354adde2..35b5ebc5b6 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -4905,7 +4905,7 @@ Cache media is closed. If the option is disabled and enabled again, it will continue to use the cache file that was opened first. -``--cache-dir=`` +``--demuxer-cache-dir=`` Directory where to create temporary files. Cache is stored in the system's cache directory (usually ``~/.cache/mpv``) if this is unset. @@ -4939,7 +4939,7 @@ Cache This option also triggers when playback is restarted after seeking. -``--cache-unlink-files=`` +``--demuxer-cache-unlink-files=`` Whether or when to unlink cache files (default: immediate). This affects cache files which are inherently temporary, and which make no sense to remain on disk after the player terminates. This is a debugging option. -- cgit v1.2.3