diff --git a/discord_rss_bot/templates/feed.html b/discord_rss_bot/templates/feed.html index dcefd1a..e2d270a 100644 --- a/discord_rss_bot/templates/feed.html +++ b/discord_rss_bot/templates/feed.html @@ -103,7 +103,7 @@ {% elif delivery_mode == "screenshot" %}
+ Choose between:
+ Embed: a Discord embed with title, description, and images.
+ {% if not "youtube.com/feeds/videos.xml" in feed.url %}
+ Screenshot: full-page screenshot of the entry link.
+ {% endif %}
+ Text: plain message.
+
uv run playwright install chromium once.
+ + How many images to include per entry. Only applies to embed mode. +
+ ++ Limit message length. Text mode allows values up to 4000 characters. Embeds are capped at 2000 characters. +
+ ++ Current webhook: + {{ current_webhook_name }} +
+ {% elif current_webhook_url %} +This feed references a missing webhook. Choose a webhook below to reattach it.
{% else %} - Desktop +No webhook is attached to this feed yet.
{% endif %} - {% else %} - Inactive - {% endif %} - + {% if webhooks %} + + {% else %} +Add a webhook first to attach this feed.
+ {% endif %} ++ Current: + + {% if feed_interval %} + {{ feed_interval }} + {% if feed_interval >= 60 %}({{ (feed_interval / 60) | round(1) }} hours){% endif %} + {% else %} + {{ global_interval }} + {% if global_interval >= 60 %}({{ (global_interval / 60) | round(1) }} hours){% endif %} + {% endif %} + minutes + +
+- Screenshot delivery sends a full-page screenshot of the entry link instead of the normal - embed or text message. -
-uv run playwright install chromium once on this machine.
- - Choose 0 to send no entry images, 1 for the first image only, - or up to {{ max_media_gallery_items }} for a Discord media gallery. - This only affects embed delivery. -
-