From 1d2d66eb08e10197ed9730b3fb7b168b885925ec Mon Sep 17 00:00:00 2001 From: ServarrAdmin Date: Thu, 5 Dec 2024 17:23:55 -0600 Subject: [PATCH] jackett indexers as of c58fab8937ab97ddbedb62c417048c3fdeca739b [2024-12-05T23:23:55Z] --- definitions/v10/hdclone.yml | 2 +- definitions/v10/hdonly.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/definitions/v10/hdclone.yml b/definitions/v10/hdclone.yml index 7d7f6dab9..101702647 100644 --- a/definitions/v10/hdclone.yml +++ b/definitions/v10/hdclone.yml @@ -68,7 +68,7 @@ settings: - name: info_activity type: info label: Account Inactivity - default: "Account retention rules:
  1. Veteran User and above will be retained forever
  2. Elite User and above will not have their account deleted after parking (in the control panel)
  3. Users with a non-parked account will be deleted if they do not log in for 150 consecutive days
  4. Users who have no traffic (i.e. upload/download data are both 0) will be deleted if they do not log in for 100 consecutive days.
" + default: "Account retention rules:
  1. Veteran User and above will be retained forever
  2. Elite User and above will not have their account deleted after parking (in the control panel)
  3. Users who have parked their account will be deleted if they do not login for 400 consecutive days
  4. Users with a non-parked account will be deleted if they do not log in for 150 consecutive days
  5. Users who have no traffic (i.e. upload/download data are both 0) will be deleted if they do not log in for 100 consecutive days.
" login: path: login.php diff --git a/definitions/v10/hdonly.yml b/definitions/v10/hdonly.yml index c873534e3..1f4ee0e76 100644 --- a/definitions/v10/hdonly.yml +++ b/definitions/v10/hdonly.yml @@ -254,7 +254,7 @@ search: - name: append args: ".{{ .Result.year }}.{{ .Result._episode_info }}.{{ .Result._format }}.{{ .Result._encoding }}.{{ .Result._media }}{{ if eq .Result._hdr \"True\" }}.HDR{{ else }}{{ end }}.{{ if eq .Result._hdr10plus \"True\" }}.HDR10+{{ else }}{{ end }}.{{ if eq .Result._dovi \"True\" }}.DoVi{{ else }}{{ end }}" - name: append - args: "{{ if eq .Result._vf2 \"True\" }}.MULTI{{ else }}{{ end }}{{ if or (eq .Result._vff \"True\") (eq .Result._vfq \"True\") }}.MULTI{{ else }}{{ end }}{{ if or (eq .Result._vfi \"True\") (eq .Result._vf \"True\") }}.MULTI{{ else }}{{ end }}" + args: "{{ if or (eq .Result._vf2 \"True\") (eq .Result._vff \"True\") (eq .Result._vfq \"True\") (eq .Result._vfi \"True\") (eq .Result._vf \"True\") }}.MULTI{{ else }}{{ end }}" - name: re_replace args: ["(\\.MULTI)\\1", ".MULTI"] - name: append