mirror of
https://github.com/Crunchy-DL/Crunchy-Downloader.git
synced 2026-05-18 07:51:47 +00:00
Updated 1 ‐ Downloads Queue Interface Overview (markdown)
parent
84aa30180b
commit
f36fdb3598
1 changed files with 24 additions and 16 deletions
|
|
@ -1,20 +1,28 @@
|
|||
Preview:
|
||||

|
||||
[](https://github.com/Crunchy-DL/Crunchy-Downloader/blob/master/images/Download_Queue.png)
|
||||
|
||||
#### Download Queue
|
||||
Each entry in the download queue includes:
|
||||
- **Thumbnail**: Image representing the anime episode.
|
||||
- **Title and Episode Number and Episode name**: E.g., "Train to the End of the World - S1E8 - Episode Name"
|
||||
- **Language Options**: Audio language (e.g., Dub: ja-JP) and subtitle language (e.g., Softsub: de-DE).
|
||||
- **Status**: Current download status (e.g., "Waiting").
|
||||
- **Estimated Time and Speed**: Displayed as "00:00:00, 0,00Mb/s" when inactive.
|
||||
- **Action Buttons**:
|
||||
- **Play Button**: Start the download.
|
||||
- **Pause Button**: Play button changes to pause button to pause the download.
|
||||
- **Trash Icon**: Remove the episode from the queue.
|
||||
### Download Queue
|
||||
Each entry in the download queue displays:
|
||||
- **Thumbnail**: Preview image representing the anime episode.
|
||||
- **Episode Information**: Series title, season/episode number, and episode name (e.g., *"Train to the End of the World – S1E8 – Episode Name"*).
|
||||
- **Language Options & Quality**:
|
||||
- Shows the selected audio track (e.g., *Dub: ja-JP*) and subtitle track (e.g., *Softsub: en-US*).
|
||||
- Once the download has started, the chosen **video quality** (e.g., *1080p*) will appear next to the language options.
|
||||
- Hovering over the quality displays all available resolutions and highlights the one currently selected for the chosen dub.
|
||||
- **Status**: Current state of the download (e.g., *Waiting*, *Downloading*, *Completed*, *Failed*).
|
||||
- **Estimated Time and Speed**: Shows progress details (e.g., *00:00:00, 0,00Mb/s* when idle).
|
||||
- **Action Buttons**:
|
||||
- **Play Button** ▶: Start the download.
|
||||
- **Pause Button** ⏸: Appears after starting; pauses the download.
|
||||
- **Retry Button** 🔄: Replaces the play/pause button if a download fails, allowing you to retry it.
|
||||
- **Trash Icon** 🗑: Remove the episode from the queue.
|
||||
|
||||
#### Remove Finished Toggle
|
||||
- Located at the top right, this switch enables or disables automatic removal of finished downloads from the queue.
|
||||
---
|
||||
|
||||
### Queue Management Toggles & Controls (Top Right)
|
||||
- **Remove Finished**: Automatically removes completed downloads from the list when enabled.
|
||||
- **Auto Download**: Starts downloads automatically for items in the queue without manual input.
|
||||
- **Shutdown PC**: When enabled, the application will shut down the computer after all downloads finish.
|
||||
- **Retry Failed** 🔄: Retries all failed downloads in the queue with a single click.
|
||||
- **Clear Queue** 🗑: Removes all items (finished, failed, or waiting) from the download queue.
|
||||
|
||||
#### Auto Download Toggle
|
||||
- Located at the top right, this switch enables or disables automatic downloading of queued episodes.
|
||||
Loading…
Reference in a new issue