diff --git a/Channels.md b/Channels.md index 5d9ab29..165aecb 100644 --- a/Channels.md +++ b/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/Downloads.md b/Downloads.md index b3e0beb..e9bb9fe 100644 --- a/Downloads.md +++ b/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,10 +20,16 @@ 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:
+Every video in the download queue 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**.
-- **Download now**: This will give priority to this video. If the download process is already running, the prioritized video will get downloaded as soon as the current video is finished. If there is no download process running, this will start downloading this single video and stop after that.
\ No newline at end of file
+- **Download now**: This will give priority to this video. If the download process is already running, the prioritized video will get downloaded as soon as the current video is finished. If there is no download process running, this will start downloading this single video and stop after that.
+
+You can flip the view by activating **Show Only Ignored Videos**. This will show all videos you have previously *ignored*.  
+Every video in the ignored list has two buttons:
+- **Forget**: This will delete the item form the ignored list.
+- **Add to Queue**: This will add the ignored video back to the download queue.
diff --git a/Home.md b/Home.md
index 8a38826..8cf885d 100644
--- a/Home.md
+++ b/Home.md
@@ -25,3 +25,5 @@ Table of contents:
 
 
 An empty checkbox icon <img src= 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. + +When available the gridview icon gridview icon will display the list in a grid, the listview icon listview icon will arrange the items in a list. diff --git a/Settings.md b/Settings.md index 72495bc..cce8a8d 100644 --- a/Settings.md +++ b/Settings.md @@ -7,10 +7,6 @@ Click on **Update Settings** at the bottom of the form to apply your configurati Switch between the easy on the eyes dark theme and the burning bright theme. ## Archive View -These default values will get applied on container restart. -- **Default Sort**: This defines the default sort order as described on the [Main](Main) page. -- **Default Hide Watched**: Hide watched videos by default. -- **Show Subscribed Channels Only**: This controls the filter on the *Channel Overview Page*. - **Page Size**: Defines how many results get displayed on a given page. Same value goes for all archive views. ## Subscriptions diff --git a/assets/icon-gridview.png b/assets/icon-gridview.png new file mode 100644 index 0000000..868c3d0 Binary files /dev/null and b/assets/icon-gridview.png differ diff --git a/assets/icon-listview.png b/assets/icon-listview.png new file mode 100644 index 0000000..457967a Binary files /dev/null and b/assets/icon-listview.png differ