Action Bot is pushing

bakerboy448 2023-10-18 08:35:50 +00:00
parent 6ad8e45a3b
commit addc925b2f

@ -151,7 +151,7 @@ Control how torrent share limits are set depending on the priority of your group
| `exclude_all_tags` | Filter the group based on one or more tags. Multiple exclude_all_tags are checked with an **AND** condition. All tags defined here must be present in the torrent for it to be excluded in this group | None | list | <center></center> |
| `exclude_any_tags` | Filter the group based on one or more tags. Multiple exclude_any_tags are checked with an **OR** condition. Any tags defined here must be present in the torrent for it to be excluded in this group | None | list | <center></center> |
| `categories` | Filter by including one or more categories. Multiple categories are checked with an **OR** condition. Since one torrent can only be associated with a single category, multiple categories are checked with an **OR** condition | None | list | <center></center> |
| `cleanup` | **WARNING!!** Setting this as true will remove and delete contents of any torrents that satisfies the share limits | False | bool | <center></center> |
| `cleanup` | **WARNING!!** Setting this as true will remove any torrents that satisfies the share limits. It will also delete the torrent's data if and only if no other torrents are using the same folder/files. | False | bool | <center></center> |
| `max_ratio` | Will set the torrent Maximum share ratio until torrent is stopped from seeding/uploading. (`-2` : Global Limit , `-1` : No Limit) | -1 | float | <center></center> |
| `max_seeding_time` | Will set the torrent Maximum seeding time (minutes) until torrent is stopped from seeding. (`-2` : Global Limit , `-1` : No Limit) | -1 | int | <center></center> |
| `limit_upload_speed` | Will limit the upload speed KiB/s (KiloBytes/second) (`-1` : No Limit) | -1 | int | <center></center> |