← statichum.studio

Minimal Local Media Server That Indexes And Streams Your Folder Tree As-Is, Without Forcing TVDB-Style Episode Matching, Renaming Conventions, Or A Library 'Concept' At All

dev tool real project •• multiple requests

Multiple users in the May 10, 2026 Plex-versus-Jellyfin thread on Hacker News surfaced a distinct unmet need that gets drowned out in the migration noise: both Plex and Jellyfin insist on imposing a metadata ontology on your files, and a real chunk of self-hosters just want a browser-accessible, transcoding-capable, watched-state-tracking player pointed at their existing directory tree. Think of it as a personal Plex for people who already organize their files better than Plex would.

builder note

The trap is feature creep back into being a library manager. The whole point is that the data model is 'the filesystem' and the state is 'a sqlite of (user, file-hash-or-path, watched-position)'. Ship it stupid, with FFmpeg transcoding and a phone-friendly web UI, and resist every issue request that asks for a poster wall.

landscape (3 existing solutions)

The category currently splits into 'library-first, you must conform' (Plex, Jellyfin, Emby) and 'file-server with a player on top, no state' (Filebrowser, h5ai, ad-hoc tools). Nothing splits the middle: respect my folder tree, track per-user watched state at the file path level, transcode on demand to a phone, done.

Kodi Local-app first, not browser-streaming-from-NAS first. Still tries to build a 'Movies/TV Shows' library out of your folders, and getting it to behave as a thin browser front-end for a remote tree is fighting the tool.
Jellyfin Requires a library with a 'type' (Movies / TV / Music) and runs metadata scrapers that fail noisily on anything that isn't named the way TVDB expects. Repeatedly cited in the May 2026 HN thread as 'forces its own system'.
Filebrowser Treats the folder tree as truth and gives you a clean web UI on top, but is a file manager, not a media player. No transcoding, no per-user watched state, no resume position on a phone.

sources (3)

hn https://news.ycombinator.com/item?id=48088459 "It's astounding how much every single system out there fights against showing you your directories, as they are" 2026-05-10
hn https://news.ycombinator.com/item?id=48088459 "Is there anything around that does not force a management system? I really just want a thing that primarily just tracks if I've seen a particular file" 2026-05-10
hn https://news.ycombinator.com/item?id=48088459 "Jellyfin insists on a very specific directory structure and file naming. They both insist on their own systems and both are wrong" 2026-05-10
media-serverself-hostedfilesystemanti-metadatalocal-first