mirror of
https://github.com/Crunchy-DL/Crunchy-Downloader.git
synced 2026-05-18 07:51:47 +00:00
Updated 2 ‐ Add Downloads Interface (markdown)
parent
f36fdb3598
commit
3e465ef49a
1 changed files with 30 additions and 16 deletions
|
|
@ -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.
|
||||

|
||||
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.
|
||||

|
||||
|
||||
---
|
||||
|
||||
### 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/<series-id>`
|
||||
- `/watch/<episode-id>`
|
||||
- `/artist/<artist-id>`
|
||||
- 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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue