Skip to content

Commit

Permalink
Set media-controls=yes
Browse files Browse the repository at this point in the history
  • Loading branch information
stax76 committed Sep 5, 2024
1 parent 058ae3d commit 9355e2f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
- A issue with the support of the mpv property `title-bar` has been fixed,
at the moment this is most useful for users of the popular uosc user script,
the mpv built-in OSC doesn't fully support it yet.
- Set `media-controls=yes`.


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

Expand Down
3 changes: 2 additions & 1 deletion docs/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,8 @@ For single files automatically load the entire directory into the playlist.

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

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

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

Expand Down
1 change: 1 addition & 0 deletions src/MpvNet/Player.cs
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ public void Init(IntPtr formHandle, bool processCommandLine)
SetPropertyBool("input-default-bindings", true);
SetPropertyBool("input-builtin-bindings", false);

SetPropertyString("media-controls", "yes");
SetPropertyString("idle", "yes");
SetPropertyString("screenshot-directory", "~~desktop/");
SetPropertyString("osd-playing-msg", "${media-title}");
Expand Down

0 comments on commit 9355e2f

Please sign in to comment.