mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-26 21:00:21 +00:00
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:
1
DOCS/interface-changes/media-controls-player.txt
Normal file
1
DOCS/interface-changes/media-controls-player.txt
Normal file
@@ -0,0 +1 @@
|
||||
remove `player` argument form `--media-controls`, it's handled internally now.
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user