Thanks for installing Ultimate Closed Captions
9 |10 | For a better viewer experience, install this extension as an overlay 11 |
12 |13 | To work correctly, this extension requires you to use the dashboard at 14 | { dashboardUrl } 15 |
16 |
252 | {#if $transcript.length < MAX_LINES && (resizing || settingsShown)}
253 | {#each {length: MAX_LINES - $transcript.length} as _}
254 | This is a sample caption to show you how it looks like
255 | {/each}
256 | {/if}
257 | {#each $transcript as line, i }
258 | {#if i!==0}
259 |
260 | {/if}
261 | {#if line[0]?.speaker}
262 | {line[0].speaker}:
263 | {/if}
264 | {#each line as part }
265 | { ( part.captions.find(alt=>alt.lang === $language) ?? part.captions[0] ).text }
266 | {/each}
267 | {/each}
268 |
10 | For a better viewer experience, install this extension as an overlay 11 |
12 |13 | To work correctly, this extension requires you to use the dashboard at 14 | { dashboardUrl } 15 |
16 |