GitHub - mpvnet-player/mpv.net: 🎞 mpv.net is a media player for Windows with a modern GUI. mpv.net是一个带有现代GUI的Windows媒体播放器。 该播放器基于流行的mpv媒体播放器。mpv.net旨在与mpv兼容,几乎所有mpv功能都可用,这意味着官方mpv手册适用于mpv.net,其差异在mpv.net手册中有所记录。 图形...
mpv.net is a media player for Windows with a modern GUI. The player is based on the popular mpv media player. mpv.net is designed to be mpv compatible, almost all mpv features are available, this means the official mpv manual applies to mpv.net, differences are documented in the mpv.ne...
mpv.net is a media player for Windows with a modern GUI. The player is based on the popular mpv media player. mpv.net is designed to be mpv compatible, almost all mpv features are available, this means the official mpv manual applies to mpv.net, differences are documented in the mpv.ne...
mpv.net is a modern desktop media player for Windows based on the popular mpv player. mpv.net is designed to be mpv compatible, almost all mpv features are available because they are all contained in libmpv, this means the official mpv manual applies to mpv.net. mpv focuses on the usage...
Issues: mpvnet-player/mpv.netLabels 12 Milestones 0 New issue 117 Open 492 Closed Author Label Projects Milestones Assignee Sort Issues listFileTypes.cs will there be no performance issues? question #721 opened Dec 3, 2024 by vvyoko mpv.net portable zip isn't portable? question #720 ...
Insights: mpvnet-player/mpv.net Switch to tree view Forks Period:2 years 1 month6 months1 year2 years5 years Repository type:Active Sort:Most starred Most starredRecently updatedOpen issuesOpen pull requests dyphire/mpv.net 6 0 0 0
🎞 mpv.net is a media player for Windows with a modern GUI. - mpv.net/.github at main · mpvnet-player/mpv.net
Issues: mpvnet-player/mpv.netLabels 12 Milestones 0 New issue Clear current search query, filters, and sorts 0 Open 0 Closed Author Label Projects Milestones Assignee Sort No results matched your search. You could search all of GitHub or try an advanced search....
Player.SetPropertyString("idle", "no"); Player.EventLoop(); Player.Destroy(); 53 changes: 24 additions & 29 deletions 53 src/MpvNet.Windows/WinForms/MainForm.cs Original file line numberDiff line numberDiff line change @@ -68,7 +68,30 @@ public MainForm() GuiCommand.Current.WindowSc...
namespace MpvNet; @@ -293,7 +292,7 @@ void StreamQuality() { int version = Player.GetPropertyInt("user-data/command-palette/version"); if (version >= 1) if (version >= 2) Player.Command("script-message-to command_palette show-command-palette \"Stream Quality\""); else { @@ -...