From 26a0f8930a29388434988cdb6bad129250af6b72 Mon Sep 17 00:00:00 2001 From: simon Date: Sun, 3 Oct 2021 12:25:56 +0700 Subject: [PATCH] renaming 'download queue' button to 'start download' --- README.md | 2 +- docs/Channels.md | 2 +- docs/Downloads.md | 5 +++-- tubearchivist/home/templates/home/downloads.html | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 46a7285..4bf7013 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ This will match the permissions with the **UID** and **GID** of elasticsearch wi 1. Go through the **settings** page and look at the available options. Particularly set *Download Format* to your desired video quality before downloading. **Tube Archivist** downloads the best available quality by default. 2. Subscribe to some of your favorite YouTube channels on the **channels** page. 3. On the **downloads** page, click on *Rescan subscriptions* to add videos from the subscribed channels to your Download queue or click on *Add to download queue* to manually add Video IDs, links, channels or playlists. -4. Click on *Download queue* and let Tube Archivist to it's thing. +4. Click on *Start download* and let **Tube Archivist** to it's thing. 5. Enjoy your archived collection! ## Roadmap diff --git a/docs/Channels.md b/docs/Channels.md index 5d9ab29..165aecb 100644 --- a/docs/Channels.md +++ b/docs/Channels.md @@ -12,7 +12,7 @@ The **Subscribe to Channels** button opens a text box to search for indexed channel names. Possible matches will show as you type. diff --git a/docs/Downloads.md b/docs/Downloads.md index b3e0beb..ea195ea 100644 --- a/docs/Downloads.md +++ b/docs/Downloads.md @@ -8,7 +8,7 @@ The **Rescan Subscriptions** icon will start the download process starting from the top of the queue. Take a look at the relevant settings on the [Settings Page](Settings#downloads). Once the process started, a progress message will show with additional details and controls: +The **Start Download** icon download icon will start the download process starting from the top of the queue. Take a look at the relevant settings on the [Settings Page](Settings#downloads). Once the process started, a progress message will show with additional details and controls: - The stop icon stop icon will gracefully stop the download process, once the current video has been finished successfully. - The cancel icon close icon is equivalent to killing the process and will stop the download immediately. Any leftover files will get deleted, the canceled video will still be available in the download queue. @@ -20,9 +20,10 @@ The **Add to Download Queue** icon 
 - Add a Channel ID or Channel URL to add every available video to the download queue. This will ignore the channel page size as described before and is meant for an initial download of the whole channel. You can still ignore selected videos before starting the download.
 - Add a playlist ID or URL to add every available video in the list to the download queue, for example *https://www.youtube.com/playlist?list=PL96C35uN7xGLLeET0dOWaKHkAlPsrkcha* or *PL96C35uN7xGLLeET0dOWaKHkAlPsrkcha*. Note that when you add a link to a video in a playlist, Tube Archivist assumes you want to download only the specific video and not the whole playlist, for example *https://www.youtube.com/watch?v=CINVwWHlzTY&list=PL96C35uN7xGLLeET0dOWaKHkAlPsrkcha* will only add one video *CINVwWHlzTY* to the queue.
 - Add one link per line.
+- **Note**: Adding a link to a YouTube channel name is not yet supported, for example: *https://www.youtube.com/c/TomScottGo* will fail.
 
 ## The Download Queue
-Below the three buttons you find the download queue. New items will get added at the bottom of the queue, the next video to download once you click on **Download queue** will be the first in the list.
+Below the three buttons you find the download queue. New items will get added at the bottom of the queue, the next video to download once you click on **Start Download** will be the first in the list.
 
 Every video has two buttons:
 - **Ignore**: This will remove that video from the download queue and this video will not get added again, even when you **Rescan Subscriptions**.
diff --git a/tubearchivist/home/templates/home/downloads.html b/tubearchivist/home/templates/home/downloads.html
index 18d77ea..c1373e0 100644
--- a/tubearchivist/home/templates/home/downloads.html
+++ b/tubearchivist/home/templates/home/downloads.html
@@ -13,7 +13,7 @@
     </div>
     <div class= download-icon -

Download queue

+

Start download

add-icon