summaryrefslogtreecommitdiffstats
path: root/DOCS/man/input.rst
diff options
context:
space:
mode:
authorTom Wilson <twilson90@hotmail.co.uk>2021-02-26 11:05:24 +0000
committerJan Ekström <jeebjp@gmail.com>2021-03-09 23:28:21 +0200
commitd7f6eba233369904ab1fa1ccd0f943bcf2fbc6e9 (patch)
tree7b7006356283bd126263117b8e194d487df391de /DOCS/man/input.rst
parenteef281e89eff6e21a67a106d27fd38979ad20752 (diff)
downloadmpv-d7f6eba233369904ab1fa1ccd0f943bcf2fbc6e9.tar.bz2
mpv-d7f6eba233369904ab1fa1ccd0f943bcf2fbc6e9.tar.xz
player/command: add albumart argument to video-add
Enables marking of specific video sources as album art. Co-authored-by: Jan Ekström <jeebjp@gmail.com>
Diffstat (limited to 'DOCS/man/input.rst')
-rw-r--r--DOCS/man/input.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index 82b570c228..9f77123a6c 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -801,8 +801,11 @@ Remember to quote string arguments in input.conf (see `Flat command syntax`_).
``audio-reload [<id>]``
Reload the given audio tracks. See ``sub-reload`` command.
-``video-add <url> [<flags> [<title> [<lang>]]]``
- Load the given video file. See ``sub-add`` command.
+``video-add <url> [<flags> [<title> [<lang> [<albumart>]]]]``
+ Load the given video file. See ``sub-add`` command for common options.
+
+ ``albumart`` (``MPV_FORMAT_FLAG``)
+ If enabled, mpv will load the given video as album art.
``video-remove [<id>]``
Remove the given video track. See ``sub-remove`` command.