From dc4f85fd4f39570bf42b522aa1e22b6ff7e30e81 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 7 Aug 2026 09:33:28 +0200 Subject: [PATCH] The TV instructions stop naming an app that may not be installed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "Na televizi otevři aplikaci Downloader" was carried over from the old landing page and never checked. Downloader is a third-party sideloading app people install on Fire TV sticks; it is not standard on Android TV, and the owner has never seen it on his. An instruction that points at something absent is worse than no instruction — the family would simply be stuck. The browser route is what he actually uses and has confirmed works, so it is the instruction now: open the TV's browser, go to the site, press a button. The button is new — telling someone to type a second URL when a link can do it was needless, and `/tv` stays as the shortcut for anyone who would rather type than click. Both places said it: the signed-out card and the Stáhnout tab. --- pb_public/index.html | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/pb_public/index.html b/pb_public/index.html index ca90d9d..64381cb 100644 --- a/pb_public/index.html +++ b/pb_public/index.html @@ -89,12 +89,16 @@

Nainstalovat na televizi

    -
  1. Na televizi otevři aplikaci Downloader.
  2. -
  3. Zadej amber.petruzalekr.cz/tv — - stáhne se instalace.
  4. -
  5. Spusť Amber → Přihlásit z jiného zařízení a načti QR kód - telefonem. Na televizi nic nepíšeš.
  6. +
  7. Na televizi otevři prohlížeč a zadej + amber.petruzalekr.cz.
  8. +
  9. Zmáčkni tlačítko níž — stáhne se instalace, pak ji spusť.
  10. +
  11. V Amberu zvol Přihlásit z jiného zařízení a načti QR kód + telefonem. Na televizi tak nemusíš nic psát.
+ Stáhnout na televizi +

Stahuje se aplikace pro Android TV. Bez účtu se do ní + nepřihlásíš, takže samotný soubor nikomu nic nedá.

@@ -305,10 +309,13 @@

Televize

    -
  1. Na televizi v aplikaci Downloader zadej - amber.petruzalekr.cz/tv.
  2. +
  3. Na televizi otevři prohlížeč, zadej + amber.petruzalekr.cz a zmáčkni + Stáhnout na televizi.
  4. V Amberu zvol Přihlásit z jiného zařízení a načti QR telefonem.
+

Kratší cesta, když se ti chce psát: rovnou + amber.petruzalekr.cz/tv stáhne soubor bez klikání.

@@ -877,7 +884,7 @@ $("acChange").onclick=async function(){ // ── boot ───────────────────────────────────────────────────────────────────── (async function(){ fillLangs(); - $("tvUrl").textContent=location.host+"/tv"; + $("tvUrl").textContent=location.host; if (await restore()) await enter(); })();