From 71b5ab54069540304240f984cb20f1f41c904dd3 Mon Sep 17 00:00:00 2001 From: 7go4bs9h <128628912+7go4bs9h@users.noreply.github.com> Date: Thu, 24 Aug 2023 02:14:55 -0400 Subject: [PATCH] Update torrent-table.component.html Added retry selected Added change selected's settings --- .../torrent-table.component.html | 227 +++++++++++++++--- 1 file changed, 196 insertions(+), 31 deletions(-) diff --git a/client/src/app/torrent-table/torrent-table.component.html b/client/src/app/torrent-table/torrent-table.component.html index fc8796b..a31c49f 100644 --- a/client/src/app/torrent-table/torrent-table.component.html +++ b/client/src/app/torrent-table/torrent-table.component.html @@ -12,24 +12,24 @@ (click)="toggleSelectAll($event)" [checked]="selectedTorrents.length > 0 && selectedTorrents.length === torrents.length" /> - -
Update selected torrents settings
+ +The category becomes a sub-folder in your main download path.
++ Set the priority for this torrent 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 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. +
+Retry torrents
+ +Are you sure you want to retry the selected torrents?
++ This action will delete all the torrent data + all local downloads. Then it will re-add the original magnet link + or torrent file to Real-Debrid. +
+