Updated Home (markdown)

Elwador 2026-03-12 19:25:20 +01:00
parent cdb13bcd9e
commit 01380acdd8

60
Home.md

@ -1,18 +1,21 @@
# Welcome to the Crunchy-Downloader wiki!
A simple crunchyroll downloader that allows you to download your favorite series and episodes directly from [Crunchyroll](https://www.crunchyroll.com).
Crunchy-Downloader is a tool that allows you to download your favorite series and episodes directly from [Crunchyroll](https://www.crunchyroll.com).
[Downloads Queue Interface Overview](https://github.com/Crunchy-DL/Crunchy-Downloader/wiki/1-%E2%80%90-Downloads-Queue-Interface-Overview)
- [Downloads Queue Interface Overview](https://github.com/Crunchy-DL/Crunchy-Downloader/wiki/1-%E2%80%90-Downloads-Queue-Interface-Overview)
- [Add Downloads Interface](https://github.com/Crunchy-DL/Crunchy-Downloader/wiki/2-%E2%80%90-Add-Downloads-Interface)
- [Calendar](https://github.com/Crunchy-DL/Crunchy-Downloader/wiki/3-%E2%80%90-Calendar)
- [Download History](https://github.com/Crunchy-DL/Crunchy-Downloader/wiki/4-%E2%80%90-Download-History)
- [Settings](https://github.com/Crunchy-DL/Crunchy-Downloader/wiki/5-%E2%80%90-Settings)
- [CR Settings](https://github.com/Crunchy-DL/Crunchy-Downloader/wiki/5.1-%E2%80%90-CR%E2%80%90Settings)
[Add Downloads Interface](https://github.com/Crunchy-DL/Crunchy-Downloader/wiki/2-%E2%80%90-Add-Downloads-Interface)
## 🚀 Getting Started
[Calendar](https://github.com/Crunchy-DL/Crunchy-Downloader/wiki/3-%E2%80%90-Calendar)
[Download History](https://github.com/Crunchy-DL/Crunchy-Downloader/wiki/4-%E2%80%90-Download-History)
[Settings](https://github.com/Crunchy-DL/Crunchy-Downloader/wiki/5-%E2%80%90-Settings)
[CR-Settings](https://github.com/Crunchy-DL/Crunchy-Downloader/wiki/5.1-%E2%80%90-CR%E2%80%90Settings)
1. Download the [latest release](https://github.com/Crunchy-DL/Crunchy-Downloader/releases/latest).
2. Set up the **Widevine CDM files** (required for decryption).
3. Add **[FFmpeg](https://ffmpeg.org/)** and **[MKVToolNix](https://mkvtoolnix.download/)** (`mkvmerge`) to the `lib` folder.
4. Log in with your **Crunchyroll account**.
5. Configure your **download settings**.
# 📜 Disclaimer
@ -25,7 +28,7 @@ The usage of this application may also cause a violation of the Terms of Service
This application enables you to download videos for offline viewing which may be forbidden by law in your country. You are entirely responsible for what happens when you use crunchy-downloader.
# FAQ for Crunchy-Downloader
# FAQ
## Error: "Can't find cdm files in widevine folder"
This error indicates that the necessary CDM (Content Decryption Module) files are missing in the Widevine folder, which are essential for decryption during the download process. To resolve this issue:
@ -35,10 +38,20 @@ This error indicates that the necessary CDM (Content Decryption Module) files ar
Ensure that you have correctly set up the Widevine CDM files according to the provided instructions.
## How to Create Series/Season Folders
## How to Create Series/Season Folders?
To create folders for each series or season, you need to adjust the filename settings in the settings tab of the downloader.
- Refer to the [filename settings section](https://github.com/Crunchy-DL/Crunchy-Downloader/wiki/5.1-%E2%80%90-CR%E2%80%90Settings#filename-settings) on the project's wiki for detailed instructions on how to configure the settings.
- Refer to the [filename settings section](https://github.com/Crunchy-DL/Crunchy-Downloader/wiki/5.1-%E2%80%90-CR%E2%80%90Settings#filename-settings) for detailed instructions on how to configure the settings.
## Episodes or seasons appear with incorrect numbering in Plex / Jellyfin
Crunchyroll sometimes provides inconsistent or incorrect season and episode numbering. Because the downloader uses this metadata by default, the resulting files may appear with incorrect numbering in media servers like Plex or Jellyfin.
To improve this, you can enable **Sonarr numbering**.
When enabled, Crunchy-Downloader will use episode and season information from Sonarr instead of relying only on Crunchyroll's metadata.
- Refer to the [sonarr settings section](https://github.com/Crunchy-DL/Crunchy-Downloader/wiki/5-%E2%80%90-General-Settings#sonarr-settings) for more information.
# Crunchy-Downloader Startup Parameters
@ -46,19 +59,12 @@ The Crunchy-Downloader offers several startup parameters to customize its behavi
## Available Parameters
1. **`--headless`**
- Launches the downloader without a graphical user interface (GUI).
2. **`--historyRefreshAll`**
- Refreshes the download history upon startup. Useful for ensuring the history is up-to-date.
3. **`--historyRefreshActive`**
- Refreshes the download history, filtered by `Active`, upon startup. Useful for ensuring the history is up-to-date.
4. **`--historyAddToQueue`**
- Automatically adds any new or missing episodes to the download queue.
5. **`--exit`**
- Exits the downloader after all command-line tasks are completed. Ideal for automated workflows or batch operations.
| Parameter | Description |
|----------|-------------|
| `--headless` | Launches the downloader without a graphical user interface. |
| `--historyRefreshAll` | Refreshes the entire download history on startup. |
| `--historyRefreshActive` | Refreshes only the `Active` history entries. |
| `--historyAddToQueue` | Automatically adds missing episodes to the download queue. |
| `--exit` | Exits the downloader after all tasks are completed. |