From 3e465ef49a83e34af39f04ed6e1f54870ea57942 Mon Sep 17 00:00:00 2001 From: Elwador <75888166+Elwador@users.noreply.github.com> Date: Thu, 25 Sep 2025 12:27:34 +0200 Subject: [PATCH] =?UTF-8?q?Updated=202=20=E2=80=90=20Add=20Downloads=20Int?= =?UTF-8?q?erface=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 2-‐-Add-Downloads-Interface.md | 46 ++++++++++++++++++++++------------ 1 file changed, 30 insertions(+), 16 deletions(-) diff --git a/2-‐-Add-Downloads-Interface.md b/2-‐-Add-Downloads-Interface.md index 02c9d0c..17ad75f 100644 --- a/2-‐-Add-Downloads-Interface.md +++ b/2-‐-Add-Downloads-Interface.md @@ -1,22 +1,36 @@ -## Add Downloads Interface +## Add Downloads Interface -The Add Downloads interface in the Crunchy-Downloader program allows users to add new anime episodes to their download queue by entering a URL of the series or the episode. you can also search for series more on that below. -![ui_adddownload](https://github.com/Crunchy-DL/Crunchy-Downloader/blob/master/images/Add_Downloads.png) +The Add Downloads interface in the Crunchy-Downloader program allows users to add new anime episodes to their download queue by entering a series, episode, or artist path. You can also search for series (explained further below). -#### URL Entry and Series Selection -- **URL Input Field**: Located at the top of the page, users can enter the URL of either a series or an individual episode. -- **Add Episodes to Queue Button**: Button to add episodes to the download queue after entering the URL. -- **All Checkbox**: If selected all episodes of the series are added to the Queue when **Add Episodes to Queue Button** is pressed. -- **Select Season**: Allows to select / deselect all episodes of the current season. -- **Season Selector**: Dropdown menu to select the season of the series to display episodes from. +![ui_adddownload](https://github.com/Crunchy-DL/Crunchy-Downloader/blob/master/images/Add_Downloads.png) + +--- + +### URL Entry and Series Selection +- **URL Input Field**: Located at the top of the page. + - A full URL is **not required**. It is enough to enter just the path: + - `/series/` + - `/watch/` + - `/artist/` + - If the path or URL contains a locale (e.g., `/fr/artist/...`), that locale will be used for the **episode title and description**. + - If no locale is included, the **history language setting** determines the language of the title/description. +- **Add Episodes to Queue Button**: Adds the selected episodes to the download queue after entering the path or URL. +- **All Checkbox**: If selected, all episodes of the series are added to the queue when pressing the **Add Episodes to Queue** button. +- **Select Season**: Quickly select or deselect all episodes of the currently displayed season. +- **Season Selector**: Dropdown menu to choose which season of the series to display episodes from. + +--- + +### Episode List +The episode list allows selecting which episodes should be added to the download queue. + +Each entry in the list includes: +- **Thumbnail**: Image representing the anime episode. +- **Title and Episode Number**: Example: *"S1E1 – Cruelty"*. +- **Description**: Short summary of the episode. +- **Duration**: Runtime of the episode (e.g., *23:40*). +- **Available Dubs**: A list of supported audio languages for the episode (e.g., *ja-JP, de-DE, fr-FR, ru-RU*). -#### Episode List -In the episode list it is possible to select the episodes that should be added to the download Queue -Each entry in the episode list includes: -- **Thumbnail**: Image representing the anime episode. -- **Title and Episode Number**: E.g., "S3E1 - Cruelty." -- **Description**: Brief summary of the episode. -- **Duration**: Length of the episode, e.g., "23:40." ## Add Downloads Interface - Search The search functionality allows users to find series by entering a search term. This can be particularly useful if you do not have the URL at hand.