Support Sublogue ❤️

Matt is a single developer of Sublogue and Shelfarr — your support and stars on GitHub help me keep going.

Every bit keeps Sublogue shipping.

Donate

General Settings

Control how scans run and where summaries are placed.

Default directory to scan for subtitle files

{#each [ { value: 0, label: 'Auto', desc: 'Smart' }, { value: 15, label: '15s', desc: 'Quick' }, { value: 30, label: '30s', desc: 'Short' }, { value: 45, label: '45s', desc: 'Standard' }, { value: 60, label: '60s', desc: 'Extended' }, { value: 90, label: '90s', desc: 'Long' } ] as preset} {/each}

Sets the target duration per generated subtitle item. Auto lets Sublogue choose based on reading speed.

Where to insert the plot summary in the subtitle file

Tone of random quotes shown while waiting for scans

Subtitle Formatting

Tune how metadata appears inside subtitle headers.

Show extra metadata in the subtitle header

Preview formatting

Preview how the header and plot will look with your current choices.

{#if showPreview}
{#if titleBold} Sample Movie (2024) {:else} Sample Movie (2024) {/if}
IMDb: 7.8 • RT: 91% • 118 min
{#if showDirector}
Director: Jane Doe
{/if} {#if showActors}
Cast: Alex Actor, Casey Star, Morgan Lee
{/if} {#if showReleased}
Release Date: May 12, 2024
{/if} {#if showGenre}
Genre: Drama, Sci-Fi
{/if}
{#if plotItalic} Plot: A calm AI awakens in a distant archive and learns to rewrite forgotten stories. {:else} Plot: A calm AI awakens in a distant archive and learns to rewrite forgotten stories. {/if}
{/if}