Eva
Eva
An attempt at making thumbfast work on really old mpv versions. Backported vanilla OSC as well. not everything is implemented as a nice fallback, some newer features are just stripped...
The biggest barrier to improving thumbfast is that we need to attach timing information to our generated thumbnails. This is important for features like not spamming irrelevant thumbnail updates while...
Tried out [mpv-thumbPreview](https://github.com/bun-dev/mpv-thumbPreview)'s idea of getting the memory address of a string through ffi, and using it in `overlay-add`. Peak `check_new_thumb` went from 161 to 535 microseconds, `draw` from 158...
This is probably fine.
Seeking on Windows (with `direct_io=no`) got changed in #44, but it seems there were performance issues when that was tried in #35. Leaving this PR open until we can determine...
Now almost exactly 3 years later, I forgot my fork existed and ended up implementing it in a much nicer way. Closes #1 Changes `isValidCoverart` to return `nil` for an...
Feature request. Quickly thrown together implementation of this idea here https://github.com/po5/mpv-coverart
Supersedes #660 Each commit fixes one of three broken features: - Pressing Esc key in search - Moving notes by arrow keys - Preventing new tab when middle clicking buttons...
Rewrite
Should make it easier to add new features. Much less dumb global state management required. Finally closes #2. Closes #5. I've realized there probably is no downside to restoring original...
Currently does not handle speeding back up to original speed when it was higher than the temp speed cap. It also happens to totally break the script when trying to...