Fixes the mpv video freeze after seeking, and an upstream sync.
Fixed
- mpv: video no longer freezes after seeking, switching audio track, advancing to the next episode, or turning the screen off and on. The audio output default returns to
audiotrack; theaaudiodefault introduced upstream freezes the video pipeline after any operation that flushes it while audio keeps playing. Reported and fixed by @Emeseis (#52); tracked upstream as findroid#1246 and mpv-android#1283, both still open. - If you already had the audio output set to
aaudio, this release moves you toaudiotrackonce. A stored preference wins over a changed default, and simply opening the Audio output picker used to store a value — so the fix above would not have reached most affected installs on its own. This runs a single time: if you deliberately selectaaudioagain afterwards, it stays. Settings → Player → mpv → Audio output. - Select settings no longer save a value when you tap the option that is already selected. Doing so used to pin that preference to whatever the default was that day, silently blocking any later change to it — for every dropdown setting in the app, phone and TV.
Maintenance
- Synced with upstream findroid: Gradle
9.7.1, Android Gradle Plugin9.3.2, KSP2.3.11, androidx.paging3.5.1, aboutlibraries15.1.1. - Portuguese translation updates.
- The mpv audio output default is recorded as CE-owned in the upstream-sync playbook, so a future sync does not silently restore upstream's
aaudio.
What's Changed
- fix(mpv): restore audiotrack as default audio output by @Emeseis in #53
- fix(mpv): migrate users stuck on aaudio, and stop selects pinning defaults by @midasvo in #54
New Contributors
Full Changelog: v1.1.0-ce.2...v1.1.0-ce.3