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 575f64c..ed6a853 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 @@ -47,8 +47,9 @@

diff --git a/client/src/app/torrent-table/torrent-table.component.html b/client/src/app/torrent-table/torrent-table.component.html index a85f2da..a1e0b10 100644 --- a/client/src/app/torrent-table/torrent-table.component.html +++ b/client/src/app/torrent-table/torrent-table.component.html @@ -188,104 +188,102 @@

Select which downloader is used to download this torrent 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 - to add files to Real-Debrid but not download them to the host. -

+
+ +
+
-
- -
- -
-

The category becomes a sub-folder in your main download path.

+

+ When a torrent is finished downloading on the provider, perform this action. Use this setting if you only want + to add files to Real-Debrid but not download them to the host. +

+
+
+ +
+
-
- -
- -
-

- Set the priority for this torrent where 1 is the highest. When empty it will be assigned the lowest priority. -

+

The category becomes a sub-folder in your main download path.

+
+
+ +
+
-
- -
- -
-

When a single download fails it will retry it this many times before marking it as failed.

+

+ Set the priority for this torrent where 1 is the highest. When empty it will be assigned the lowest priority. +

+
+
+ +
+
-
- -
- -
-

- 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 fails it will retry it this many times before marking it as failed.

+
+
+ +
+
-
- -
- -
-

- When a download has been in error for this many minutes, delete it from the provider and the client. 0 to - disable. -

+

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

+
+
+ +
+
-
- -
- -
-

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

+

+ When a download has been in error for this many minutes, delete it from the provider and the client. 0 to + disable. +

+
+
+ +
+
- - - +

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

+
Error changing settings: {{ changeSettingsError }} @@ -300,7 +298,12 @@ > Save - diff --git a/client/src/app/torrent/torrent.component.html b/client/src/app/torrent/torrent.component.html index 5abe362..63da110 100644 --- a/client/src/app/torrent/torrent.component.html +++ b/client/src/app/torrent/torrent.component.html @@ -55,8 +55,9 @@ Internal Downloader - Aria2c - Symlink Downloader + Bezadd + Aria2c + Symlink Downloader
@@ -494,8 +495,9 @@