Advanced settings

Select which downloader is used to download this from the debrid provider to your host.

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.

MB
@if (provider === "AllDebrid") {

When downloading with AllDebrid it cannot be guaranteed that only files above this limit will be download as some files are grouped together in 1 large archive.

} @if (downloadAction === 2) {

This setting does not apply to manually selected files.

}

Select only the files that are matching this regular expression. Only use this setting OR the Exclude files setting, not both.

@if (downloadAction === 2) {

This setting does not apply to manually selected files.

} @if (includeRegexError) {

{{ includeRegexError }}

}

Ignore files that are matching this regular expression. Only use this setting OR the Include files setting, not both.

@if (downloadAction === 2) {

This setting does not apply to manually selected files.

} @if (excludeRegexError) {

{{ excludeRegexError }}

}

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.

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

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 download itself received an error it will retry the full download 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 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.

@if (error) {
{{ error }}
}