diff --git a/docs/Downloads.md b/docs/Downloads.md index ea195ea..e9bb9fe 100644 --- a/docs/Downloads.md +++ b/docs/Downloads.md @@ -25,6 +25,11 @@ The **Add to Download Queue** icon 
 ## 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 **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/docs/Home.md b/docs/Home.md
index 8a38826..8cf885d 100644
--- a/docs/Home.md
+++ b/docs/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/docs/Settings.md b/docs/Settings.md index 72495bc..cce8a8d 100644 --- a/docs/Settings.md +++ b/docs/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/docs/assets/icon-gridview.png b/docs/assets/icon-gridview.png new file mode 100644 index 0000000..868c3d0 Binary files /dev/null and b/docs/assets/icon-gridview.png differ diff --git a/docs/assets/icon-listview.png b/docs/assets/icon-listview.png new file mode 100644 index 0000000..457967a Binary files /dev/null and b/docs/assets/icon-listview.png differ diff --git a/tubearchivist/home/templates/home/base.html b/tubearchivist/home/templates/home/base.html index 4302c6c..c23bc78 100644 --- a/tubearchivist/home/templates/home/base.html +++ b/tubearchivist/home/templates/home/base.html @@ -96,7 +96,7 @@