ARRFLIX/docs
s8n 514dcb6ffc Branding shim: lock <title> + favicon at runtime against SPA overwrites
The static <title>ARRFLIX</title> patch wasn't enough - Jellyfin's bundle
calls document.title=... on hydrate and per-route, so the tab kept showing
'Jellyfin'. Add a self-contained inline IIFE in <head> that:

  - Replaces 'Jellyfin' with 'ARRFLIX' on the title (incl. ' - Jellyfin' suffix)
  - Pins favicon hrefs to the existing data: URL already in the page
  - Watches <head> via MutationObserver for SPA churn
  - Has a 1s setInterval safety net for late-binding navigations
  - One-shot unregisters the Jellyfin service worker so old clients reload fresh

bin/inject-shim.py is the source of truth - idempotent (replaces marker block).
docs/10-spa-runtime-shim.md covers root cause, deploy flow, SW eviction, and
how to extend the shim on Jellyfin upgrade.
2026-05-08 03:25:16 +01:00
..
01-artwork-and-images.md Rename: nasflix → ARRFLIX + apply Cineplex theme 2026-05-08 02:57:34 +01:00
02-metadata-and-titles.md Rename: nasflix → ARRFLIX + apply Cineplex theme 2026-05-08 02:57:34 +01:00
03-subtitles.md Rename: nasflix → ARRFLIX + apply Cineplex theme 2026-05-08 02:57:34 +01:00
04-theming-and-users.md Branding fixes: triple-logo overlap + Quick Connect disable + index.html override 2026-05-08 03:09:25 +01:00
05-file-structure-rules.md Rename: nasflix → ARRFLIX + apply Cineplex theme 2026-05-08 02:57:34 +01:00
06-per-library-themes.md Rename: nasflix → ARRFLIX + apply Cineplex theme 2026-05-08 02:57:34 +01:00
07-pre-import-cleanup.md Rename: nasflix → ARRFLIX + apply Cineplex theme 2026-05-08 02:57:34 +01:00
08-filename-normalization.md Rename: nasflix → ARRFLIX + apply Cineplex theme 2026-05-08 02:57:34 +01:00
09-wan-exposure.md Restrict non-admin users + 3 imports landed 2026-05-08 03:18:58 +01:00
10-spa-runtime-shim.md Branding shim: lock <title> + favicon at runtime against SPA overwrites 2026-05-08 03:25:16 +01:00