You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add fallback ranking badge and adjust rendering (45e4b2b)
Introduce fallback ranking badges when external ratings are unavailable: add buildFallbackBadge with Cinemeta award parsing and top-rated logic (tmdbMetadata.ts), and call it in the route to populate rankingBadge when appropriate. Improve badge SVG layout to better handle compact/text badges (font size/style/weight and width estimation) in badgeLayoutSvg.ts. Constrain and reposition rendered ranking badge sizes in imageRenderer.ts so badges fit reference heights and align correctly. Bump image renderer cache/version and package version to reflect these changes.
Add quality badges and bump image cache version (af2ae8f)
Treat additional stream badge keys (dolbyvision, hdr10plus, hdr10, hdr, imaxenhanced, imax, sdr) as colored badges in imageRenderer so they receive the colored tint when qualityBadgesColorMode is 'colored'. Also increment FINAL_IMAGE_RENDERER_CACHE_VERSION to 'poster-backdrop-logo-thumbnail-v222' to force cache invalidation for the updated rendering behavior.