From 50ea7db66c6a1408d4734f5a10974a6007f67e15 Mon Sep 17 00:00:00 2001 From: Kevin Gibbons Date: Wed, 26 Oct 2022 23:44:16 -0700 Subject: [PATCH] Add FAQ item about downloading vs subscribing (#352) * Add FAQ item about downloading vs subscribing * note download+subscribe --- docs/FAQ.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/FAQ.md b/docs/FAQ.md index f3e4cc9..82181e0 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -29,3 +29,8 @@ So Docker is the only supported installation method. If you don't have any exper ## 4. Finetuning Elasticsearch A minimal configuration of Elasticsearch (ES) is provided in the example docker-compose.yml file. ES is highly configurable and very interesting to learn more about. Refer to the [documentation](https://www.elastic.co/guide/en/elasticsearch/reference/current/index.html) if you want to get into it. + +## 5. When I subscribe to a channel it only downloads the most recent 50 videos +Subscribing to a channel is a different operation from downloading it. You can [add the channel to the download queue](https://github.com/tubearchivist/tubearchivist/wiki/Downloads#add-to-download-queue) to download all past videos. + +If you want to download the existing videos and also automatically download new videos, then you should both download the channel and subscribe to it.