Das Löschen eines Branches ist permanent. Es KANN NICHT rückgängig gemacht werden. Fortfahren?
feat/session-thumbs nach master vor 1 Woche zusammengeführt
Das Löschen eines Branches ist permanent. Es KANN NICHT rückgängig gemacht werden. Fortfahren?
Closes the “empty episode tile” problem in Plex.
New endpoint:
GET /posters/session/{ergast-name}/{year}/{slug}.png— 1920×1080 thumb composed of the aerial of the circuit + projected track outline + GP name + bold session label with a red accent bar.Session slugs mirror Kometa's F1 builder episode numbering, both formats:
Format detection:
_SESSION_SPRINTis picked when the Jolpica race entry has aSprint*section; otherwise_SESSION_STD.YAML feed:
/kometa/formula-1-metadata.ymlnow emits anepisodes:block under each Plex season pointing every episode at/posters/session/.../<slug>.png. Kometa silently skips episodes that don't exist in the library so the same feed works for any round whatever sessions you've downloaded.Refactor:
_draw_track_projectednow takescanvas_w/geo_center_yso the same GeoJSON-projection logic feeds both the 2:3 race poster and the 16:9 session thumb — alignment is correct by construction in both shapes.71feafa345zusammengeführt.