summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authormaniak1349 <maniak1349@gmail.com>2016-05-05 08:56:21 +0300
committerwm4 <wm4@nowhere>2016-05-08 17:05:20 +0200
commit7d9eab15f00e38a5b4c25d084a904e3a8439807b (patch)
tree17779d34af02d8f726d3c040a3e9d63989094b26 /DOCS
parent2f8b4dd4808d796cff955354caf804df00e53ebb (diff)
downloadmpv-7d9eab15f00e38a5b4c25d084a904e3a8439807b.tar.bz2
mpv-7d9eab15f00e38a5b4c25d084a904e3a8439807b.tar.xz
win32: make taskbar progress indication optional
Add --taskbar-progress command line option and property which controls taskbar progress indication rendering in Windows 7+. This option is on by default and can be toggled during playback. This option does not affect the creation process of ITaskbarList3. When the option is turned off the progress bar is just hidden with TBPF_NOPROGRESS. Closes #2535
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/input.rst3
-rw-r--r--DOCS/man/options.rst6
2 files changed, 9 insertions, 0 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index ea9eb07715..7b525d7aa8 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -1349,6 +1349,9 @@ Property list
``colormatrix-primaries`` (R)
See ``colormatrix``.
+``taskbar-progress`` (RW)
+ See ``--taskbar-progress``.
+
``ontop`` (RW)
See ``--ontop``.
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index a4a0568f7f..ce129e3ff9 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -1794,6 +1794,12 @@ Window
mode can be used to create the window always on program start, but this
may cause other issues.
+``--taskbar-progress``, ``--no-taskbar-progress``
+ (Windows only)
+ Enable/disable playback progress rendering in taskbar (Windows 7 and above).
+
+ Enabled by default.
+
``--ontop``
Makes the player window stay on top of other windows.