no message
This commit is contained in:
parent
123c4f29c6
commit
30303468fd
2 changed files with 5 additions and 11 deletions
|
|
@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased
|
||||
|
||||
## [2.0.117] - 2025-10-06
|
||||
### Removed
|
||||
- Removed internal downloader and migrated to the Bezzad downloader.
|
||||
|
||||
## [2.0.116] - 2025-08-04
|
||||
### Added
|
||||
- Added setting to ban certain trackers from being added. Will filter by the torrent source or announcement urls.
|
||||
|
|
|
|||
12
README.md
12
README.md
|
|
@ -109,17 +109,7 @@ If you use Proxmox for your homelab, you can run rdt-client in a linux container
|
|||
|
||||
### Download Clients
|
||||
|
||||
Currently there 5 available download clients:
|
||||
|
||||
#### Internal Downloader
|
||||
|
||||
This experimental [downloader](https://github.com/rogerfar/Downloader.NET) can be used to download files with multiple sections in parallel.
|
||||
|
||||
It has the following options:
|
||||
|
||||
- Download speed (in MB/s): This number indicates the speed in MB/s per download over all parallel downloads and chunks.
|
||||
- Parallel connections per download: When a file is downloaded it is split in sections, this setting indicates how many sections you will download in parallel.
|
||||
- Connection Timeout: This number indicates the timeout in milliseconds before a download chunk times out. It will retry each chunk 5 times before completely failing.
|
||||
Currently there 4 available download clients:
|
||||
|
||||
#### Bezzad Downloader
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue