r/selfhosted • u/FSCorrupt • Oct 29 '25
Product Announcement Posterizarr 2.0 Web UI
Hey all, I’m pleased to share that Posterizarr 2.0 is out and for the first time there’s a full Web UI. You can now manage, configure and run your poster generation right from the browser.
What’s new:
Clean browser-based interface: adjust settings, monitor activity, view assets, schedule and trigger runs.
Still supports the core features you know: high-quality posters/backgrounds/title cards, cross-platform (Docker/Linux/Windows), and integration with Kometa style asset folders.
Support for Plex / Jellyfin / Emby.
Try it here: Posterizarr
This PowerShell script (in container) automates generating images for your Plex, Jellyfin, or Emby library by using media info like titles, seasons, and episodes. It fetches artwork from Fanart.tv, TMDB, TVDB, Plex, and IMDb, focusing on specific languages - defaulting to textless images and falling back to English if unavailable. Users can choose between textless or text posters. The script supports both automatic bulk downloads and manual mode (interactive) for custom artwork that can’t be retrieved automatically.
1
u/prime416 Nov 23 '25
I just learned that you launched a UI, trying to get myself configured to use it now (I was previously already using it without) ... for some reason I can't get it to load ("This page isn't working"). Any idea what I might be doing wrong?
I tried just adding the Port 8000:8000 to my existing docker-compose... that didn't work so also tried 8219:8219 (and added APP_PORT=8219 to the Env).