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 poster genre badge and UI control (c140553)
Introduce poster genre badges: add PosterGenrePosition type (off/top/bottom) and normalization, wire posterGenrePosition through token/proxy config and aiometadata params, and persist it in controllers and URL/query generation. Route logic now resolves the first TMDB genre name, includes genre in average rating display when enabled, and builds a posterGenreBadge for rendering; posterGenrePosition is included in cache keys/TTLs. Image renderer composes the genre badge (top/bottom), avoids collisions using poster blocking rects, and registers blocking rects for other badges; badge height estimation was slightly improved to avoid clipping. UI: expose genre position controls in workspace/home panels and toggle for including genre with average rating. Bump package version to 0.4.65. Full Changelog: v0.4.64...v0.4.65