Eva

Results 179 comments of Eva

This would accept any image file, the suggestion is to still prefer valid filenames and only fall back to any image if no matching filename is found.

See https://github.com/GregorR/rnnoise-models

Thanks, will definitely look into it if you can post the affected episode numbers.

Here's a list of episodes that I know need retiming: ``` 168 (barely) 227 (a bit backwards) 230 (really bad) 236 (really bad) 237 (really bad) 242 (really bad) 252...

These crashes happens when the API returns unexpected data. I can only assume it is rate limiting and not something movie related. I will look into it. Regarding the Madoka...

This and more is implemented in #8, use that branch. I only want to merge it once everything in my todo is addressed, but it's perfectly fine for standard use...

Does this work as expected for you @tomasklaen, @xfzv?

Lazy implementation of #7. Would have to make the subtitle lookahead work in reverse as well, seems doable. ```patch diff --git a/evafast.lua b/evafast.lua index 72efda3..b78bd22 100644 --- a/evafast.lua +++ b/evafast.lua...

Please share that, always good to spread ideas (:

Current state of affairs. Slowdown with `lookahead = true` was wrong since its inception and would kick in slightly too late. That has been fixed. `sub-visibility` flicker should also be...