Logo
Explore Help
Sign In
Administrator/Multi-Debrid-Downloader
Watch 1
Star 0
Fork 0
Code Issues Pull Requests Actions Packages Projects Releases 596 Wiki Activity

596 Releases 597 Tags

RSS Feed
  • v1.7.15 0042ce0adb
    Compare

    v1.7.15 Stable

    Administrator released this 2026-03-07 17:15:15 +01:00 | 488 commits to main since this release

    Fix hosterNotAvailable provider cooldown stalling auto-retry

    Bug Fixes

    • Fix provider cooldown escalation on hosterNotAvailable errors: The inner unrestrict error handler was still calling recordProviderFailure() for hosterNotAvailable errors, causing provider-level cooldown to escalate (up to 180 seconds). This made items stall at "Unrestrict-Fehler, Retry X/inf" indefinitely while manual reset ("Zurücksetzen") worked instantly. The root cause was that hosterNotAvailable is a hoster-side issue, not a provider failure, so it should not penalize the provider.

    • Dedicated hosterNotAvailable retry path: Added a specialized error handler that:

      • Clears item.provider for fresh provider selection on retry (mimicking manual reset behavior)
      • Does NOT call recordProviderFailure() — avoids provider cooldown escalation
      • Caps backoff at 30 seconds (5s base with 1.5x growth, max 30s) instead of the previous 5s to 120s+ escalation
      • Properly cleans up partial downloads before retry
    • Inner catch no longer penalizes providers for hoster issues: The catch block that records provider failures during unrestrict now explicitly excludes hosterNotAvailable errors, preventing the failure counter from growing and triggering shelve/cooldown mechanisms

    Downloads
    • Real-Debrid-Downloader 1.7.15.exe
      83 MiB
      2026-03-07 17:15:49 +01:00
    • Real-Debrid-Downloader Setup 1.7.15.exe
      83 MiB
      2026-03-07 17:15:34 +01:00
    • Real-Debrid-Downloader Setup 1.7.15.exe.blockmap
      89 KiB
      2026-03-07 17:15:49 +01:00
    • latest.yml
      375 B
      2026-03-07 17:15:49 +01:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v1.7.14 b02f37cda5
    Compare

    v1.7.14 Stable

    Administrator released this 2026-03-07 17:10:07 +01:00 | 490 commits to main since this release

    What's New in v1.7.14

    Downloads
    • Real-Debrid-Downloader 1.7.14.exe
      83 MiB
      2026-03-07 17:10:41 +01:00
    • Real-Debrid-Downloader Setup 1.7.14.exe
      83 MiB
      2026-03-07 17:10:26 +01:00
    • Real-Debrid-Downloader Setup 1.7.14.exe.blockmap
      89 KiB
      2026-03-07 17:10:41 +01:00
    • latest.yml
      375 B
      2026-03-07 17:10:41 +01:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v1.7.13 8a64289924
    Compare

    v1.7.13 Stable

    Administrator released this 2026-03-07 17:02:32 +01:00 | 492 commits to main since this release

    What's New in v1.7.13

    Downloads
    • Real-Debrid-Downloader 1.7.13.exe
      83 MiB
      2026-03-07 17:03:06 +01:00
    • Real-Debrid-Downloader Setup 1.7.13.exe
      83 MiB
      2026-03-07 17:02:51 +01:00
    • Real-Debrid-Downloader Setup 1.7.13.exe.blockmap
      89 KiB
      2026-03-07 17:03:06 +01:00
    • latest.yml
      375 B
      2026-03-07 17:03:06 +01:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v1.7.12 4bdc95a055
    Compare

    v1.7.12 Stable

    Administrator released this 2026-03-07 16:45:00 +01:00 | 494 commits to main since this release

    What's New in v1.7.12

    Encrypted Backup System (JDownloader 2 Style)

    • Complete redesign of the import/export backup system
    • Backups are now AES-256-GCM encrypted (.mdd format) — no more plaintext credentials
    • All data is included: settings, ALL credentials (API keys, passwords, tokens), session queue, and download history
    • Works on any PC without password — just export and import on another machine
    • Backward-compatible: can still import old JSON backup files
    • Fixed missing credentials in backup: debridLinkApiKeys, linkSnappy login/password were previously not included
    • History entries are now properly normalized during import

    Hide Extracted Items in Package List

    • Completed/extracted items (showing "Entpackt - Done") are now automatically hidden from the expanded package item list
    • Keeps the UI clean — only shows items that are still in progress or queued
    • Progress stats (e.g. [49/387]) still count all items correctly
    • New toggle in Settings > Extraction: "Entpackte Items in Paketliste ausblenden" (enabled by default)
    • Can be disabled if you prefer seeing all items
    Downloads
    • Real-Debrid-Downloader 1.7.12.exe
      83 MiB
      2026-03-07 16:45:35 +01:00
    • Real-Debrid-Downloader Setup 1.7.12.exe
      83 MiB
      2026-03-07 16:45:19 +01:00
    • Real-Debrid-Downloader Setup 1.7.12.exe.blockmap
      89 KiB
      2026-03-07 16:45:35 +01:00
    • latest.yml
      375 B
      2026-03-07 16:45:35 +01:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v1.7.11 ca534196b8
    Compare

    v1.7.11 Stable

    Administrator released this 2026-03-07 15:12:08 +01:00 | 497 commits to main since this release

    Cache flat-mode extraction flag per package, skip redundant password cycles for absolute-path archives

    Downloads
    • Real-Debrid-Downloader 1.7.11.exe
      83 MiB
      2026-03-07 15:12:43 +01:00
    • Real-Debrid-Downloader Setup 1.7.11.exe
      83 MiB
      2026-03-07 15:12:28 +01:00
    • Real-Debrid-Downloader Setup 1.7.11.exe.blockmap
      89 KiB
      2026-03-07 15:12:44 +01:00
    • latest.yml
      375 B
      2026-03-07 15:12:44 +01:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v1.7.10 8cb3640057
    Compare

    v1.7.10 Stable

    Administrator released this 2026-03-07 14:39:54 +01:00 | 499 commits to main since this release

    Fix auto-rename for episode suffixes (rrp), skip 0-byte MKVs in library collector, prevent duplicate (2) file copies

    Downloads
    • Real-Debrid-Downloader 1.7.10.exe
      83 MiB
      2026-03-07 14:40:27 +01:00
    • Real-Debrid-Downloader Setup 1.7.10.exe
      83 MiB
      2026-03-07 14:40:12 +01:00
    • Real-Debrid-Downloader Setup 1.7.10.exe.blockmap
      89 KiB
      2026-03-07 14:40:27 +01:00
    • latest.yml
      375 B
      2026-03-07 14:40:27 +01:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v1.7.9 f3e0e54da7
    Compare

    v1.7.9 Stable

    Administrator released this 2026-03-07 14:18:51 +01:00 | 503 commits to main since this release

    v1.7.9 � Parallel Extraction Fix & Session Counter

    Extraction

    • Fix false wrong_password errors during parallel extraction � When multiple UnRAR processes extract into the same target directory simultaneously, CRC mismatches can occur that are misreported as "Incorrect password". Archives that fail with wrong_password are now automatically retried serially after the parallel batch completes. If the password was already proven correct by another archive in the same package, the serial retry will succeed.
    • Detailed logging: Serielle Wiederholung: X fehlgeschlagene Archive werden einzeln wiederholt

    Session Statistics

    • Fix session download counter resetting on stop/resume � Previously, clicking Stop then Start would reset the "Session" byte counter to zero, losing track of previously downloaded data. The counter now persists across stop/resume cycles and only resets when the queue is completely empty or the app restarts.

    Technical Details

    • Root cause of extraction issue: parallel UnRAR writing to shared target dir causes I/O contention, leading to CRC validation failures on extracted files
    • The serial retry reuses the learned password from successful extractions, so no additional password probing is needed
    • Speed/ETA calculations still reset per-run (by design) via totalDownloadedBytes, only the cumulative sessionDownloadedBytes is preserved
    Downloads
    • Real-Debrid-Downloader 1.7.9.exe
      83 MiB
      2026-03-07 14:19:24 +01:00
    • Real-Debrid-Downloader Setup 1.7.9.exe
      83 MiB
      2026-03-07 14:19:10 +01:00
    • Real-Debrid-Downloader Setup 1.7.9.exe.blockmap
      89 KiB
      2026-03-07 14:19:24 +01:00
    • latest.yml
      372 B
      2026-03-07 14:19:24 +01:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v1.7.8 369d25a365
    Compare

    v1.7.8 Stable

    Administrator released this 2026-03-07 12:19:20 +01:00 | 505 commits to main since this release

    v1.7.8 � Account Settings UI Overhaul & Unicode Fixes

    Account Settings Table

    • New Info column between Status and Zugang � shows daily usage stats for normal providers, or a Statistik button for Debrid-Link multi-key accounts
    • Statistik popup for Debrid-Link API keys � compact table showing per-key usage, limits, and individual reset buttons in a centered modal overlay
    • Consistent column separators � vertical divider lines now align perfectly between header and row cells
    • Centered layout � all column headers and cell content are horizontally centered under their respective headers
    • Status label changes � Konfiguriert renamed to Aktiviert; Deaktiviert now uses red color coding instead of green
    • Equal column distribution � INFO, ZUGANG, and AKTIONEN columns share remaining space evenly
    • Reduced disabled row opacity � disabled accounts are still visually distinct without being too dim

    Bug Fixes

    • Fix broken Unicode arrows in provider order buttons � were displaying as ? due to encoding issues
    • Fix broken Unicode cancel button in scheduled start indicator
    • Zugang box no longer stretches full width � auto-sized and centered under header
    Downloads
    • Real-Debrid-Downloader 1.7.8.exe
      83 MiB
      2026-03-07 12:19:54 +01:00
    • Real-Debrid-Downloader Setup 1.7.8.exe
      83 MiB
      2026-03-07 12:19:38 +01:00
    • Real-Debrid-Downloader Setup 1.7.8.exe.blockmap
      89 KiB
      2026-03-07 12:19:54 +01:00
    • latest.yml
      372 B
      2026-03-07 12:19:54 +01:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v1.7.7 696263ae4e
    Compare

    v1.7.7 Stable

    Administrator released this 2026-03-07 04:16:03 +01:00 | 507 commits to main since this release

    Improvements

    • Centered action button groups in Accounts: The action buttons in the Accounts table are now centered cleanly inside the expanded Actions column instead of sticking to one side.
    Downloads
    • Real-Debrid-Downloader 1.7.7.exe
      83 MiB
      2026-03-07 04:17:22 +01:00
    • Real-Debrid-Downloader Setup 1.7.7.exe
      83 MiB
      2026-03-07 04:17:08 +01:00
    • Real-Debrid-Downloader Setup 1.7.7.exe.blockmap
      89 KiB
      2026-03-07 04:17:22 +01:00
    • latest.yml
      372 B
      2026-03-07 04:17:22 +01:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v1.7.6 6327068fed
    Compare

    v1.7.6 Stable

    Administrator released this 2026-03-07 04:12:09 +01:00 | 508 commits to main since this release

    Bug Fixes

    • Fix clipped AllDebrid action buttons in Accounts: Increased the effective width of the Actions column so AllDebrid rows with additional controls like Status/Login no longer clip the rightmost buttons or visually push the separator out of place.
    Downloads
    • Real-Debrid-Downloader 1.7.6.exe
      83 MiB
      2026-03-07 04:13:29 +01:00
    • Real-Debrid-Downloader Setup 1.7.6.exe
      83 MiB
      2026-03-07 04:13:15 +01:00
    • Real-Debrid-Downloader Setup 1.7.6.exe.blockmap
      89 KiB
      2026-03-07 04:13:30 +01:00
    • latest.yml
      372 B
      2026-03-07 04:13:30 +01:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
First Previous ... 29 30 31 32 33 ... Next Last
Powered by Gitea Version: 1.27.1 Page: 11ms Template: 2ms
Auto
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API