summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/input.rst3
-rw-r--r--DOCS/man/options.rst19
2 files changed, 13 insertions, 9 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index c627c006b6..b8eef24d24 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -2806,7 +2806,8 @@ Property list
``track-list/N/albumart``
``yes``/true if this is a video track that consists of a single
picture, ``no``/false or unavailable otherwise. This is used for video
- tracks that are really attached pictures in audio files.
+ tracks that are really images embedded in audio files and for external
+ cover art.
``track-list/N/default``
``yes``/true if the track has the default flag set in the file,
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index a91c4e670e..65626b80c0 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -2036,14 +2036,17 @@ Audio
want. For example, most A/V receivers connected via HDMI and that can
do 7.1 would be served by: ``--audio-channels=7.1,5.1,stereo``
-``--audio-display=<no|attachment>``
- Setting this option to ``attachment`` (default) will display image
- attachments (e.g. album cover art) when playing audio files. It will
- display the first image found, and additional images are available as
- video tracks.
-
- Setting this option to ``no`` disables display of video entirely when
- playing audio files.
+``--audio-display=<no|embedded-first|external-first>``
+ Determines whether to display cover art when playing audio files and with
+ what priority. It will display the first image found, and additional images
+ are available as video tracks.
+
+ :no: Disable display of video entirely when playing audio
+ files.
+ :embedded-first: Display embedded images and external cover art, giving
+ priority to embedded images (default).
+ :external-first: Display embedded images and external cover art, giving
+ priority to external files.
This option has no influence on files with normal video tracks.