Matt Svoboda

Results 172 comments of Matt Svoboda

> Curious, is it IINA itself that creates the zoom-animation here? Correct. Not sure what the default one would look like, to be honest. I suspect it wouldn't be as...

It looks like you need to save the variable it returns somewhere. Don't let it get garbage collected. I tried this and it seemed to work: ```Swift var activity: NSObjectProtocol?...

> The Energy report makes no sense to me. Ahh, good observations. Yeah, it looks like it was thrown together and then forgotten. > Looking at the pictures [here](https://developer.apple.com/library/archive/documentation/Performance/Conceptual/power_efficiency_guidelines_osx/AppNap.html). This...

> What Xcode version? I'm using Xcode 15.2. I'm using 15.3. > I'm thinking some of this information in Apple's documentation archive is out of date. IINA is using OpenGL,...

> I'm pretty sure @lhc70000 is currently preparing changes in this area as well. The online subtitle providers are being transitioned from the built-in implementations to plug-ins. I believe that...

> If we proceed with this change, should we switch the fps to be a floating point number with two fractional digits? I haven't paid much attention to subtitles stuff...

See if the `Resume last playback position` option is enabled in `Settings` > `General` > `Behavior`. That is the most likely possible cause of this behavior.

> It doesn't seem too logical that IINA would skip to a past timestamp when moving trough a list. That does make sense... Since IINA is built around mpv, this...

> Nice work! @svobs Could you include it in your fork and publish it? Better so than waiting for ever... @elvirusDE Sorry I didn't get to this sooner. I created...

Looks like I broke this while I was refactoring `QuickSettingsViewController`. While I was banging my head against the Video Settings tab, I deleted and recreated some of the text fields,...