Skip to content

v0.5.1-dev

Choose a tag to compare

@github-actions github-actions released this 29 May 06:04
· 130 commits to main since this release

Install

docker pull ghcr.io/corveck79/mycelium:0.5.1-dev

Added

  • Library poster grid: movies tab now shows a paginated poster grid (24/page) with the same look as Discover and Watchlist
  • Library search and filters: search box and All / Available / Wanted filter tabs in the movies view
  • Open in Jellyfin preference: per-user toggle in Settings > Preferences; clicking a library poster opens the item directly in Jellyfin web instead of the detail modal
  • Jellyfin batch lookup: Jellyfin item IDs are pre-fetched in one call so poster clicks are synchronous (no popup-blocker issues)
  • Lazy poster loading: posters missing from the local cache are fetched on first render without blocking the page

Fixed

  • GitHub Actions arm64 build crash: removed dead spore-builder Dockerfile stage that compiled a C LD_PRELOAD library using stat64/__xstat64 which do not exist on aarch64
  • Jellyfin click mode not working after toggle: Settings now uses an optimistic session-cache update so Library reacts instantly without a page reload
  • Detail modal not opening for older items that lack a stored tmdb_id (now resolved via /ui/api/tmdb/find)