summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-01-31 00:46:52 +0100
committerwm4 <wm4@nowhere>2014-01-31 19:08:30 +0100
commit7ad2999b5fba7f124ff5542c6d71aa0dce717708 (patch)
tree2c239f20674c900ad4f81ee132fe7d93f65ee8a8 /DOCS
parent14fdbe07acde25117d1aa8bbfdf12fe2c585af38 (diff)
downloadmpv-7ad2999b5fba7f124ff5542c6d71aa0dce717708.tar.bz2
mpv-7ad2999b5fba7f124ff5542c6d71aa0dce717708.tar.xz
quvi: disable subtitle fetching by default
This is slow and unreliable, basically unusable.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/options.rst10
1 files changed, 6 insertions, 4 deletions
diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst
index 305b3da27d..dee44acef0 100644
--- a/DOCS/man/en/options.rst
+++ b/DOCS/man/en/options.rst
@@ -1747,11 +1747,13 @@ OPTIONS
Also see ``--really-quiet`` and ``--msglevel``.
``--quvi-fetch-subtitles=<yes|no>``
- Toggles fetching of subtitles from streaming sites with libquvi.
+ Toggles fetching of subtitles from streaming sites with libquvi. Disabled
+ by default, because it's unreliable and slow. Note that when enabled,
+ subtitles will always be fetched, even if subtitles are explicitly
+ disabled with ``--no-sub`` (because you might want to enable subtitles
+ at runtime).
- Supported in libquvi 0.9.x.
-
- Enabled by default
+ Supported when using libquvi 0.9.x.
``--quvi-format=<best|default|...>``
Video format/quality that is directly passed to libquvi (default: ``best``).