From 9b77666783d80fe0c3f6276e07ed97a6706f277f Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 12 Mar 2015 23:51:41 +0100 Subject: options: introduce --cache=yes choice I think this is what I alwass missed ever since I found the MPlayer cache options: a way to enable the cache on local files with the default settings, whatever they are. --- DOCS/man/options.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'DOCS') diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 534a2b47c4..c1c85ffe75 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -3060,11 +3060,13 @@ TV Cache ----- -``--cache=`` +``--cache=`` Set the size of the cache in kilobytes, disable it with ``no``, or automatically enable it if needed with ``auto`` (default: ``auto``). With ``auto``, the cache will usually be enabled for network streams, - using the size set by ``--cache-default``. + using the size set by ``--cache-default``. With ``yes``, the cache will + always be enabled with the size set by ``--cache-default`` (unless the + stream can not be cached, or ``--cache-default`` disables caching). May be useful when playing files from slow media, but can also have negative effects, especially with file formats that require a lot of -- cgit v1.2.3