โ† All projects
Live v1.0.0 Updated 11 Sep 2026

Vixeo

An original media client for Jellyfin, built for phones and Linux desktops.

FlutterDartJellyfinAndroidLinux

Roadmap

Downloads for offline playback

v1.1

The cache already holds metadata and artwork. This extends it to media files with a size budget.

Chromecast and DLNA targets

v1.2

Needs the player control surface split from the local pipeline first.

Windows build

Considering

The Flutter target is free; the video stack is not. Only worth it if libmpv packaging stays manageable.

Known issues

#12Open

Resume position drifts by a second or two on HEVC

The seek lands on the nearest keyframe rather than the stored position. Cosmetic for most content, visible on long episodes.

#9Confirmed

Library grid flashes empty on a cold start over a slow link

The cached index is read after the first frame. Moving the read before the first paint fixes it.

#4Won't fix

No support for Jellyfin plugins that add custom views

The client reads the standard view API only. Plugin-defined views are out of scope.