summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2023-10-01 13:21:56 -0500
committerDudemanguy <random342@airmail.cc>2023-10-07 02:41:27 +0000
commitda4f11803febd0e75d3d62a965e17731bd328506 (patch)
tree1005b2176a25dd45080f6b699697fa6399f96fb1 /DOCS/man/options.rst
parent50b23a8c4493517fa2130250d22d94bca4e27804 (diff)
downloadmpv-da4f11803febd0e75d3d62a965e17731bd328506.tar.bz2
mpv-da4f11803febd0e75d3d62a965e17731bd328506.tar.xz
demux: change the default of metadata-codepage to auto
There's really no reason not to do this especially since sub-codepage already defaults to auto. Also change logging in charset_conv since telling us that the data is UTF-8 if the passed codepage value is "auto" or "utf-8" is really not useful information (that's the expectation).
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index eb1fc01542..df8ff154e4 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -7315,10 +7315,9 @@ Miscellaneous
filters.
``--metadata-codepage=<codepage>``
- Codepage for various input metadata (default: ``utf-8``). This affects how
- file tags, chapter titles, etc. are interpreted. You can for example set
- this to ``auto`` to enable autodetection of the codepage. (This is not the
- default because non-UTF-8 codepages are an obscure fringe use-case.)
+ Codepage for various input metadata (default: ``auto``). This affects how
+ file tags, chapter titles, etc. are interpreted. In most cases, this merely
+ evaluates to UTF-8 as non-UTF-8 codepages are obscure.
See ``--sub-codepage`` option on how codepages are specified and further
details regarding autodetection and codepage conversion. (The underlying