Skip to content

Commit 9355e2f

Browse files
committed
Set media-controls=yes
1 parent 058ae3d commit 9355e2f

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

docs/changelog.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
- A issue with the support of the mpv property `title-bar` has been fixed,
88
at the moment this is most useful for users of the popular uosc user script,
99
the mpv built-in OSC doesn't fully support it yet.
10+
- Set `media-controls=yes`.
11+
1012

1113
# v7.1.1.1 Beta (2024-07-20)
1214

docs/manual.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,8 @@ For single files automatically load the entire directory into the playlist.
414414

415415
#### --menu-syntax=\<value\>
416416

417-
Used menu syntax for defining the context menu in input.conf.\nmpv.net by default uses `#menu:`, uosc uses `#!` by default.
417+
Used menu syntax for defining the context menu in input.conf.
418+
mpv.net by default uses `#menu:`, uosc uses `#!` by default.
418419

419420
#### --process-instance=\<value\>
420421

src/MpvNet/Player.cs

+1
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ public void Init(IntPtr formHandle, bool processCommandLine)
103103
SetPropertyBool("input-default-bindings", true);
104104
SetPropertyBool("input-builtin-bindings", false);
105105

106+
SetPropertyString("media-controls", "yes");
106107
SetPropertyString("idle", "yes");
107108
SetPropertyString("screenshot-directory", "~~desktop/");
108109
SetPropertyString("osd-playing-msg", "${media-title}");

0 commit comments

Comments
 (0)