gmt4
gmt4
Pull Request opened at https://github.com/lwilletts/mpvc/pull/48
I synced mpvc with upstream and did a commit of the changes as a single commit: https://github.com/gmt4/mpvc/commit/ec5e1ab1e596f2047a18b69f7cb71da488273cfa
I've also noticed this. Although not a complete fix, I've observed that at some point tty echo is disabled. So the easy fix was saving/restoring tty settings that at least...
I've been bitten by this too when using mpvc. The issue is that `mpv` defaults to `--input-terminal Flag (default: yes)` (check `mpv --list-options`). This means that when mpv is started...
A bit late, but anyway, the command `mpvc idleloop` is now available (#51) , it just reports back the events from the mpv socket. This was implemented to have a...
Thanks for the suggestion! A new v1.4 release has been tagged https://github.com/lwilletts/mpvc/releases/tag/1.4. Closing this.
There's been performance & new features improvements in the https://github.com/gmt4/mpvc fork. Is there interest in merging these changes back?
Currently, fuzzy string search is provided by fzf in [mpvc-fzf](https://github.com/lwilletts/mpvc/blob/master/extras/mpvc-fzf), and, is explained in https://gmt4.github.io/mpvc/logbook.html#logbook-20221227. So I think this can be closed as completed, thx.
Would adding a Makefile as the one in https://github.com/gmt4/mpvc/blob/master/Makefile solve the issue, until the PKGBUILD is updated?
After tweaking a bit the Makefile the command `pacaur -y mpvc-git` now installs mpvc on Archlinux. Leaving the issue open, as the PKGBUILD needs updating to use `extras/mpvc-installer` instead of...