dyphire
dyphire
Add a option to only add same series of videos. Please refer to https://github.com/mpv-player/mpv/pull/8563. Add a option or a command palette to realize that only the latest playback files in...
Code refer to https://github.com/CogentRedTester/mpv-file-browser/commit/b90c5a94edf3dd5497cab64e6178b0502e0cfb38 This allows users to set conditional auto-profiles depending on the open state of menu. Here is an example of an auto-profile that hides the OSC logo...
Please refer to https://github.com/mpv-player/mpv/issues/10201 , https://github.com/CogentRedTester/mpv-file-browser/issues/55. It seems like a good idea that store the menu open status in the `shared_script_properties` property and using conditional auto-profiles. This method can be...
keepassA的文本框识别匹配机制似乎过于粗暴,误识别率太高了。 搜索框和文本框都会被误识别,很多输入完成后还提示询问是否保存至keepassA。 搜索和正常输入简直不胜其扰,甚至在手机上提这个issue都被干扰到了,建议优化相关识别匹配机制。  
Commits https://github.com/mpv-player/mpv/commit/257dbdf06feb366f9eb1f96ceb7026c9365dddaa uses a algorithm of splitting strings into a table of number and string values to achieve natural sorting. This approach works well in most cases, but it does...
I noticed that mpv.net started adding localized extension support after migrating to [.NET 6](https://dotnet.microsoft.com/en-us/download/dotnet/6.0), but it seems to be still in the initialization stage. Open a question here to focus...
> Move issues from https://github.com/mpvnet-player/mpv.net-experimental/issues/8 mpv has recently made a series of improvements to the Windows window and needs to be adapted in mpvnet. Ref https://github.com/mpv-player/mpv/pull/11469, https://github.com/mpv-player/mpv/pull/11473, https://github.com/mpv-player/mpv/pull/11494, https://github.com/mpv-player/mpv/pull/12196, https://github.com/mpv-player/mpv/pull/12452....