#!/usr/bin/env python3 """Config page template for ani-cli-web.""" from template_helpers import BROWSER_API_HELPER, render_page_links, render_sidebar_brand CONFIG_HTML = r""" ani-cli web - config

Defaults

Manage the folder, mode, and quality that the Search page starts with.

Tip: these are the saved defaults only. The active search form can still be adjusted per download.

Watchlist schedule

Periodically queue a background watchlist refresh to check for newly available episodes.

When enabled, the server periodically starts the existing background “Refresh All” job using this interval. Bulk refreshes now wait this many seconds between shows to avoid flooding upstream sources.
"""