Skip to content

v1.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Aug 13:37
· 1 commit to main since this release

MiSTerFin v1.0.0 — this release closes out the v1 scope: playback, browsing, and Jellyfin integration are all where they were meant to land.

Jellyfin dashboard integration

The Activity dashboard's session card now shows accurate transcoding info instead of always claiming direct play. Admin messages sent from Jellyfin ("Send Message") now appear as an on-screen banner — a blue bar rises from the bottom and the text scrolls right-to-left, both on the browser/menu screens and directly over live video playback. Remote pause, play, stop, next and previous track all work from the dashboard too, wired through the exact same input handling as the physical buttons.

Two new music visualizers

Now Spinning — the album cover as a spinning CD with a reactive graphic-EQ bar underneath.

Tunnel — a low-poly 3D wireframe flythrough, winding through space, that reacts to the music: speed, acceleration, direction and color all tied to the track's tempo and energy, with wall panels that light up on the beat.

Smoother, more correct playback

Fixed choppy video when a title's frame rate doesn't match the display's (e.g. NTSC-rate content on a PAL setup) — the stream is now capped to match. Fixed audio distortion on loud material and a resampling quality issue that showed up on music. Fixed a multi-second delay when exiting video playback.

Also in this release

  • Home carousel: consistent spacing between library cards regardless of name length
  • Every screen now redraws at full refresh rate (the same fix the home screen got in v0.9.9), plus motion blur on the starfield background for less choppy motion
  • Internal code hygiene