options: remove the player argument from --media-controls

It is now handled internally by the libmpv profile.

Since `player` was the default option, the impact should be minimal, as it
is uncommon to override the default option with the same value.
yes/no args will function the same way as before this commit.
This commit is contained in:
Kacper Michajłow
2025-01-03 12:32:41 +01:00
parent 50d7d33777
commit 96da0cbcbd
6 changed files with 8 additions and 9 deletions

View File

@@ -0,0 +1 @@
remove `player` argument form `--media-controls`, it's handled internally now.

View File

@@ -7646,12 +7646,10 @@ Miscellaneous
.. warning:: Using realtime priority can cause system lockup.
``--media-controls=<yes|player|no>``
``--media-controls=<yes|no>``
(Windows only)
Enable integration of media control interface SystemMediaTransportControls.
If set to ``player``, only the player will use the controls. Setting it to
``yes`` will also enable the controls for libmpv integrations.
(default: ``player``)
Default: yes (except for libmpv)
``--force-media-title=<string>``
Force the contents of the ``media-title`` property to this value. Useful