Interactive tracklist for NTS Live with seeking, time-sync, CUE export, multi-service links, Supporter embed bridge, yt-dlp command generator, and Archive Backfill.
Zoznam verzií skriptu, ktorých kód bol aktualizovaný. Zobraziť všetky verzie.
bug fixes * **Table Header & Column Alignment:** Fixed a column mismatch between the `` and `` by inserting the matching star (`★`) column into the header and correcting empty-state row spanning (`colspan="7"`).* **Wired Keyboard Shortcuts:** Activated hotkeys for **Random Track (`R`)** and **Track Stats (`S`)** by linking them via explicit `data-nts-action` attributes.* **Typing Guard (`isContentEditable`):** Added a global editable-field check to ensure hotkeys (`T`, `R`, `S`, `Esc`) never trigger while typing inside inputs, textareas, or rich content-editable fields.* **Deduplication Cache Pruning:** Implemented sweep-on-write cache pruning in `store.seen` to evict expired track entries over long listening sessions and prevent memory growth.* **Live-Tracklist Embed Pre-Flight Check:** Added a `HEAD` request probe prior to mounting the background Supporter iframe to prevent unhandled 404 errors on invalid or private live URLs.