From fef866bf0b2ed40ddbbc9ca0a46e51be54914572 Mon Sep 17 00:00:00 2001 From: simon Date: Sat, 12 Feb 2022 19:42:07 +0700 Subject: [PATCH] indicate max page size on downloads page, add note to wiki, #156 --- docs/Home.md | 1 + tubearchivist/home/templates/home/downloads.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Home.md b/docs/Home.md index fbe7f20..df1eda9 100644 --- a/docs/Home.md +++ b/docs/Home.md @@ -22,6 +22,7 @@ Table of contents: * Clicking on a video title brings you to the dedicated video page and shows additional details. * Clicking on a video thumbnail opens the video player and starts streaming the selected video. * Clicking on the search icon gridview icon will open a dedicated search page to search over your complete index. +* The pagination - if available - builds links for up to 10'000 results, use the search, sort or filter functionality to find what you are looking for. An empty checkbox icon unseen icon will show for videos you haven't marked as watched. Click on it and the icon will change to a filled checkbox seen icon indicating it as watched - click again to revert. diff --git a/tubearchivist/home/templates/home/downloads.html b/tubearchivist/home/templates/home/downloads.html index 091d19a..23dd98a 100644 --- a/tubearchivist/home/templates/home/downloads.html +++ b/tubearchivist/home/templates/home/downloads.html @@ -54,7 +54,7 @@ {% endif %} -

Total videos: {{ max_hits }}

+

Total videos: {{ max_hits }}{% if max_hits == 10000 %}+{% endif %}

{% if results %} {% for video in results %}