Ian Harris
Ian Harris
Interesting. Well mpv is open source so I should hopefully be able to figure out where the issue is. Thanks!
Can I ask how you're creating the chapters with ffmpeg?
Thanks, that's what I expected. So I've looked into this and how other players and tag readers/writers deal with this. The ID3 specification actually isn't clear about what to do...
I like this suggestion, but I don't know if this is a BookPlayer issue. If you download a file from LibriVox, for example, it will have five seconds of silence...
It looks like Accordion can also cause this, actually. Just adding an empty `` causes the flickering.
I realized that the way filters ("params" in the code) are implemented mean they are using an "and", effectively, whereas without using them is an "or". So, to find packages...
I'm a little confused, actually. That behavior has been available for several years it seems, but I've never seen anyone reference it as a way to do "and" in hex...
I'm not sure. `ReactiveDate` still doesn't log anywhere with `$inspect` when setting seconds, it seems, and the `ReactiveSet` and `ReactiveMap` log `ReactiveSet {}` and `ReactiveMap {}` respectively. You can see...