Results 182 comments of stax76

With PowerShell: `pwsh -command '$files = gci | sort-object Size | select -ExpandProp fullname ; mpv @files'`

> For sanity. Can easily be made into a doskey macro. I'm clueless what it is, but will take a look. People not using a lot of command line can...

You could sort with File Explorer, copy the sorted files to the clipboard, and paste it into mpv with my script: https://github.com/stax76/mpv-scripts If that doesn't suit your use case, you...

What kind of limitations and problems? Here is another issue with AutoHotKey code example: https://github.com/mpv-player/mpv/issues/9336 In mpv.net a global hotkey feature exist, it's based RegisterHotkey, so has limitations as well.

You can try sending commands using JSON IPC: https://mpv.io/manual/master/#command-prompt-example To hide the cmd window, you can use my run-hidden tool: https://github.com/stax76/run-hidden It's generally not a feature easy to do, on...

mpv is created with C which is more memory efficient than the C# of mpv.net. You can use the task manager if you want to see the difference.

Thanks for the info, I commented out the hook code.

It seems you don't understand my request, I don't know how it can be explained better. Maybe it's because I've not yet used the application, I tried to install and...

Here is a screenshot that shows two different types of user defined custom menus. 1. Is the customizable context menu of mpv.net, as you can see it supports cascading sub...

I didn't notice there are symlinks, thanks for the support, it's working fine with that.