From cb56c2f888dbe86dbc38839c32684d54ea93c63e Mon Sep 17 00:00:00 2001 From: Guido Cella Date: Mon, 21 Jun 2021 18:27:44 +0200 Subject: player: change cover-art-auto behavior This makes cover-art-auto behave more like sub-auto and audio-file-auto: - load cover art with a language, e.g. if playing foo.mp3, foo.en.jpg will be loaded with lang=en - load cover art containing the media filename with fuzzy and all, e.g. 'foo (large).jpg' - make all/2 load all images in the directory, and make fuzzy/1 the default These are all uncommon use cases, but synchronizing the behavior of the external file options simplifies the code. --- DOCS/man/options.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'DOCS/man/options.rst') diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 955503bde6..4dfa459e00 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -6729,9 +6729,9 @@ Miscellaneous :no: Don't automatically load cover art. :exact: Load the media filename with an image file extension. - :fuzzy: Load cover art with a filename included in an internal whitelist, - such as ``cover.jpg``. - :all: Union of exact and fuzzy (default). + :fuzzy: Load all cover art containing the media filename and filenames + in an internal whitelist, such as ``cover.jpg`` (default). + :all: Load all images in the current directory. See ``--cover-art-files`` for details about what constitutes cover art. -- cgit v1.2.3