diff --git a/client/src/app/add-new-torrent/add-new-torrent.component.html b/client/src/app/add-new-torrent/add-new-torrent.component.html index 0a3eee6..56b1c68 100644 --- a/client/src/app/add-new-torrent/add-new-torrent.component.html +++ b/client/src/app/add-new-torrent/add-new-torrent.component.html @@ -1,5 +1,24 @@
- Select which downloader is used to download this torrent from the debrid provider to your host. + Select which downloader is used to download this from the debrid provider to your host.
- When a torrent is finished downloading on the provider, perform this action. Use this setting if you only want + When a download is finished on the provider, perform this action. Use this setting if you only want to add files to your debrid provider but not download them to the host.
- When a torrent is finished downloading on the provider, perform this action. Use this setting if you only want + When a download is finished on the provider, perform this action. Use this setting if you only want to add files to your debrid provider but not download them to the host.
@@ -175,9 +232,14 @@- Set the priority for this torrent where 1 is the highest. When empty it will be assigned the lowest priority. + Set the priority where 1 is the highest. When empty it will be assigned the lowest priority.
+ + + +When a single download fails it will retry it this many times before marking it as failed.
- When a single download has failed multiple times (see setting above) or when the torrent itself received an - error it will retry the full torrent this many times before marking it failed. + When a single download has failed multiple times (see setting above) or when the download itself received an + error it will retry the full download this many times before marking it failed.
- The maximum lifetime of a torrent in minutes. When this time has passed, mark the torrent as error. If the - torrent is completed and has downloads, the lifetime setting will not apply. 0 to disable. + The maximum lifetime of a download in minutes. When this time has passed, mark it as error. If the + download is completed, the lifetime setting will not apply. 0 to disable.