Project ideas from Hacker News discussions.

Jellyfin founder Andrew leaves team

📝 Discussion Summary (Click to expand)

1. Hardware performance struggles with Jellyfin on NAS

"I waited for all that to finish. I tried to help it along by going through everything so it would cache it all… It wasn’t as straightforward as Plex’s visual, flipping covers over as the metadata loads in for each movie" – al_borland

2. Plex moving toward a commercial streaming model

"In 2023, Scott Hancock … said that Plex had more people using its online streaming service than using its media server features since 2022" – al_borland

3. Preference for rich metadata/UI vs simple file‑share simplicity

"Clients on everything, watch history tracking, metadata collection, nicer player, quick transcoding for mobiles and other portable media players you don’t want 4k on" – walrus01

4. Community governance concerns & maintainer burnout

"I simply could no longer provide the effort (mental or time‑wise) that the role demanded, and thus I was not performing my duties to an acceptable degree, facing severe burnout" – al_borland


🚀 Project Ideas

Jellyfin Accelerated Docker Kit

Summary

  • Provides a drop‑in Docker Compose that turns a sluggish Jellyfin container on low‑end NAS hardware into a fast, smooth media server.
  • Solves the startup‑time and UI lag complaints that HN users described when Jellyfin ran “painfully slow” on Synology.

Details

Key Value
Target Audience Synology/QNAP/RPi users who run Jellyfin in Docker and experience slow startups and UI lag.
Core Feature Pre‑configured hardware‑accelerated transcoding (VA‑API), automated metadata pre‑indexing, and UI asset caching via CDN.
Tech Stack Docker, Docker Compose, FFmpeg + VA‑API, Node.js static server, SQLite.
Difficulty Medium
Monetization Hobby

Notes

  • Directly addresses al_borland’s “painfully slow” experience and the need for caching progress shown in UI.
  • HN users repeatedly ask for “plug‑and‑play” remote access; this kit can bundle a simple reverse‑proxy with built‑in auth, sparking discussion.

Zero‑Config Remote Access Gateway for Jellyfin

Summary

  • A SaaS gateway that automatically provisions a secure Tailscale‑style remote endpoint for any self‑hosted Jellyfin instance with one click.
  • Solves the “remote access complexity” pain point raised by users who need to expose ports, set up VPNs, or use third‑party clients.

Details

Key Value
Target Audience Self‑hosted Jellyfin admins who want “just works” remote streaming from anywhere without manual VPN/Tailscale setup.
Core Feature Automated TLS‑terminated reverse proxy, OAuth‑based SSO for user invites, built‑in watch‑list sync and skip‑intro plugin.
Tech Stack Kubernetes (or Fly.io), Caddy, Let’s Encrypt, PostgreSQL for user tokens, WebSockets.
Difficulty Medium
Monetization Revenue-ready: $5/mo per user

Notes

  • HN commenters lament that “remote access is hard” and prefer “it just works” like Plex, but want open‑source alternatives.
  • Offering a hosted, low‑friction gateway would attract the same audience that is moving away from Plex’s ads and fees.

Jellyfin Plugin Marketplace & Auto‑Installer

Summary

  • A curated web store where users can browse, install, and auto‑update officially vetted Jellyfin plugins (skip‑intro, subtitle downloader, gapless audiobook playback, etc.).
  • Tackles the frustration over missing features and inconsistent third‑party plugins mentioned in the thread.

Details

Key Value
Target Audience Jellyfin users who want to extend functionality without manual repo cloning or risking breaking changes.
Core Feature One‑click plugin installation, automatic updates, rating & review system, sandboxed plugin execution.
Tech Stack React front‑end, REST API to Jellyfin Plugin API, Docker for sandboxed plugin runner.
Difficulty Medium
Monetization Hobby

Notes

  • Users like “skip intro” and “subtitle auto‑download” plugins but struggle to find reliable, up‑to‑date versions.
  • A marketplace could become a hub for discussion and plugin innovation, appealing to the HN crowd.

Audiobook & Gapless Playback Enhancer for Jellyfin

Summary

  • A dedicated server add‑on that treats audiobooks as first‑class media, adds seamless gapless playback, and embeds proper metadata without tripping transcoding flags.
  • Addresses the “pause between tracks” and “audiobook handling” frustrations voiced by several commenters.

Details

Key Value
Target Audience Audiobook listeners and podcast fans who self‑host media and need uninterrupted playback on Jellyfin.
Core Feature Streaming audiobooks as continuous tracks, optional “no‑pause” mode, custom metadata ingestion from Audible‑style sources.
Tech Stack Python micro‑service, libav/FFmpeg for gapless stitching, SQLite for per‑track bookkeeping, Jellyfin API hooks.
Difficulty High
Monetization Hobby

Notes

  • Several HN comments highlighted the noticeable pause between tracks and the lack of gapless audio handling as a dealbreaker.
  • A focused tool that resolves this with minimal setup would resonate strongly with the audiophile subset of Jellyfin users.

Family Sharing Hub for Jellyfin

Summary

  • A hosted service that lets users invite friends and family to access specific libraries with fine‑grained permissions, watch‑history sync, and optional offline download caching.
  • Meets the demand for easy multi‑user sharing without exposing personal servers to the internet.

Details

Key Value
Target Audience Jellyfin owners who want to share media with relatives or friends (like “my aunt in another state”) but fear manual port forwarding and permission leaks.
Core Feature Invite‑only access links, per‑user ACLs per library, sync‑watch state across devices, optional CDN‑backed offline download cache.
Tech Stack Server‑less backend (Supabase), Cloudflare Workers for auth, CDN for cached media segments, Jellyfin plugin for permission enforcement.
Difficulty Medium
Monetization Revenue-ready: $8/mo per shared library

Notes

  • HN participants

Read Later