▲ 2 r/jellyfin
This stupid background took way to long to get to work 😂 and yes it works on TV also
u/obxidionofficial — 18 hours ago
A Jellyfin plugin that overlays clean video quality and audio codec badges onto poster, thumbnail, and backdrop images. Badges are drawn in memory while images are served, original image files are never modified.
DTS-HD MA 7.1,
TrueHD Atmos, DD+ 5.1, AAC 5.1, DTS 5.1, FLAC 2.0https://raw.githubusercontent.com/obxidion/Jellyfin-Quality-Overlay/main/manifest.json
Open Dashboard → Plugins → Quality Overlay to configure:
Changes take effect immediately. Processed images are cached on disk with a configurable expiration. The cache is keyed on the source image version, so it is refreshed automatically when the underlying image changes.
Requires the .NET 9.0 SDK.
dotnet restore
dotnet publish -c Release -o ./publish
The compiled plugin is ./publish/Jellyfin.Plugin.QualityOverlay.dll.
jprm produces a
versioned plugin zip from build.yaml:
pip install jprm
jprm plugin build .
<jellyfin-config>/plugins/QualityOverlay
(commonly /config/plugins/QualityOverlay for Docker installs).Jellyfin.Plugin.QualityOverlay.dll into that folder.https://raw.githubusercontent.com/obxidion/Jellyfin-Quality-Overlay/main/manifest.jsonJellyfin.Controller, Jellyfin.Model — referenced with ExcludeAssets=runtime
(provided by the server at runtime)SkiaSharp — referenced with ExcludeAssets=runtime (the native SkiaSharp
library ships with Jellyfin 10.11+)