Eduardo D Sanchez
Eduardo D Sanchez
I have to thank you for the nice tip @tharrisone. I've been looking for a way to cache things faster in mpv. @woodruffw Here is an idea: - Add a...
I saw that behavior on the default git bash terminal. I'd suggest you to use a different terminal like `windows terminal`.
Sorry for the delay on this. I have created a PR to your branch @eNV25: https://github.com/eNV25/ff2mpv/pull/1 It is working fine on my side.
No hurries on this. Do let me know if this presents issues that you'll like me to take a look.
I am having the same issue. I recently did a clean install in my laptop and decided to use home-manager (standalone install) this time (I used to do `nix-env` for...
I got a comment in my reddit post by [mister_drgn](https://www.reddit.com/user/mister_drgn/) > I had this issue a while back and fixed it by changing home-manager and nixpkgs from unstable to 23.11...
Is this {r}aw flag not going to be implemented? I found this PR while looking for a way to get unquoted strings for the preview. I wanted to get an...
Not sure if this is still an issue for you but you can change those lines with ```lua mp.command_native({ "cycle", "pause" }) mp.command_native({ "cycle", "pause" }) ``` which should do...
The type error ``` VM496:1 Uncaught TypeError: Cannot read properties of undefined (reading 'pause') at :1:57 ``` happens because ffm2mpv tries to pause a video element (if any) when you...
I've figured out my issue on brave from the nix package manager: - Add a wrapper before `ff2mpv.py` to unset `LD_LIBRARY_PATH` that was inherited from the brave browser. - Add...