Filename Cleaning

Clean up movie filenames before searching for metadata.

{#if stripKeywords}
Examples
{#each filenameExamples as example}
{example.before}
{example.after}
{/each}
{#each filenameKeywords as category}
{category.name}: {category.examples.join(", ")}
{/each}
{/if}

Subtitle Content Cleaning

Remove embedded ads and watermarks from inside subtitle text.

{#if cleanSubtitleContent}
Force Remove Keywords

Any subtitle block containing one of these strings (partial match) is removed entirely. Separate values with commas or new lines.

Examples
{#each contentExamples as example}
{example.before}
{example.after}
{/each}
{#each contentKeywords as category}
{category.name}: {category.examples.join(", ")}
{/each}
Modifies subtitle content
This setting will modify the actual text inside your subtitle file to remove ads. Subtitle timing is never changed - only ad text is removed or entire ad blocks are deleted.
{/if}