Updated 1 ‐ Downloads Queue Interface Overview (markdown)

Elwador 2026-03-12 19:46:25 +01:00
parent 01380acdd8
commit daa4aaec76

@ -3,14 +3,21 @@ Preview:
### Download Queue ### Download Queue
Each entry in the download queue displays: Each entry in the download queue displays:
- **Thumbnail**: Preview image representing the anime episode. - **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"*). - **Episode Information**: Series title, season/episode number, and episode name (e.g., *"Train to the End of the World S1E8 Episode Name"*).
- If **all selected dubs and subtitles are available** for the episode, the title will appear **orange**.
- **Language Options & Quality**: - **Language Options & Quality**:
- Shows the selected audio track (e.g., *Dub: ja-JP*) and subtitle track (e.g., *Softsub: en-US*). - 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. - 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. - 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*). - **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). - **Estimated Time and Speed**: Shows progress details (e.g., *00:00:00, 0,00Mb/s* when idle).
- **Action Buttons**: - **Action Buttons**:
- **Play Button** ▶: Start the download. - **Play Button** ▶: Start the download.
- **Pause Button** ⏸: Appears after starting; pauses the download. - **Pause Button** ⏸: Appears after starting; pauses the download.
@ -20,9 +27,10 @@ Each entry in the download queue displays:
--- ---
### Queue Management Toggles & Controls (Top Right) ### Queue Management Toggles & Controls (Top Right)
- **Remove Finished**: Automatically removes completed downloads from the list when enabled. - **Remove Finished**: Automatically removes completed downloads from the list when enabled.
- **Auto Download**: Starts downloads automatically for items in the queue without manual input. - **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. - **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. - **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. - **Clear Queue** 🗑: Removes all items (finished, failed, or waiting) from the download queue.