pageTitle Titolo pagina | string | si | — Catalogo Film & Serie TV | Compare nel <title> + <h1>. Max 200 caratteri. |
pageDescription Meta description / og:description | string | no | — Esplora il catalogo aggiornato di film e serie TV. | Usato in meta description + og:description. Max 300 caratteri. |
intro Testo intro (sotto-titolo) | string | no | — | Paragrafo introduttivo mostrato sotto il <h1>. |
baseUrl URL base per i watch link | string | si | — https://streamingcommunityz.example | Ogni card e` un link a <baseUrl><localePrefix>/watch/<id>-<slug>. |
localePrefix Prefisso locale | string | no | /it | Pattern /xx (default /it). |
posterBase CDN base per poster relativi | string | no | — https://cdn.streammy.example | Prefisso applicato ai posterUrl relativi (/posters/x.jpg). Ignorato sui posterUrl gia` assoluti. |
cardsPerRow Cards per riga (desktop) | enum3456
| no | 5 | Su mobile sempre 1-2 colonne (responsive auto-fit). |
theme Tema | enumdarklight
| no | dark | — |
eagerCards N° card con loading=eager + fetchpriority=high | number | no | — | Default = cardsPerRow (la prima riga). 0 = nessun hint. Range 0-50. Lighthouse penalizza valori troppo bassi. |
maxCards Max cards renderizzate | number | no | 500 | Cap di sicurezza sull'output (range 1-5000). |
searchUrl URL form di ricerca | string | no | — /it/search | Quando valorizzato, mostra una search bar nell'header (GET q=...). |
footerText Testo footer | string | no | — © 2026 Streammy — uso personale | Vuoto = nessun footer renderizzato. |
htmlLang Override <html lang> | string | no | — it-IT | Pattern xx oppure xx-XX (default derivato da localePrefix). |
cardLinkTemplate Template URL card (override) | string | no | — https://miowebhook/streammy/play?titleId={id}&slug={slug} | Quando valorizzato, sostituisce il pattern default /watch/{id}-{slug}. Placeholder: {id}, {slug}, {name}. Tipico use case: instradare il click verso un secondo webhook che risolve il titolo e serve la playlist M3U a VLC. |
emitBase64 Includi base64 nell'output | boolean | no | false | Costa +33% memoria. Utile solo per embedding in data: URL. |