From ed4919b12ba741f14a7a37152c76bb6a7528a16e Mon Sep 17 00:00:00 2001 From: <> Date: Sun, 31 Jul 2022 08:25:51 +0000 Subject: [PATCH] Deployed 9fdc7f94 with MkDocs version: 1.3.1 --- .../index.html | 205 +++++++++++++++++- Radarr/Radarr-setup-custom-formats/index.html | 28 +++ SQP/1-1/index.html | 7 + SQP/1-2/index.html | 7 + .../Sonarr-Release-Profile-RegEx/index.html | 25 ++- json/radarr/bad-dual-groups.json | 170 +++++++++++++++ json/sonarr/optionals.json | 6 + search/search_index.json | 2 +- sitemap.xml | 156 ++++++------- sitemap.xml.gz | Bin 961 -> 960 bytes 10 files changed, 525 insertions(+), 81 deletions(-) create mode 100644 json/radarr/bad-dual-groups.json diff --git a/Radarr/Radarr-collection-of-custom-formats/index.html b/Radarr/Radarr-collection-of-custom-formats/index.html index 361546d88..b58fe3a15 100644 --- a/Radarr/Radarr-collection-of-custom-formats/index.html +++ b/Radarr/Radarr-collection-of-custom-formats/index.html @@ -1006,6 +1006,13 @@ DV (WEBDL) + + +
These groups take the original release, then they add their own preferred language (ex. Portuguese) as the main audio track (AAC 2.0), What results after renaming and FFprobe that the media file will be recognized as Portuguese AAC audio. It's a common rule that you add the best audio as first. +Also they often even rename the release name in to Portuguese.
+{
+ "trash_id": "b6832f586342ef70d9c128d40c07b872",
+ "trash_score": "-10000",
+ "name": "Bad Dual Groups",
+ "includeCustomFormatWhenRenaming": false,
+ "specifications": [
+ {
+ "name": "alfaHD",
+ "implementation": "ReleaseTitleSpecification",
+ "negate": false,
+ "required": false,
+ "fields": {
+ "value": "\\b(-alfaHD)\\b"
+ }
+ },
+ {
+ "name": "BAT",
+ "implementation": "ReleaseTitleSpecification",
+ "negate": false,
+ "required": false,
+ "fields": {
+ "value": "\\b(-BAT)\\b"
+ }
+ },
+ {
+ "name": "BNd",
+ "implementation": "ReleaseTitleSpecification",
+ "negate": false,
+ "required": false,
+ "fields": {
+ "value": "\\b(-BNd)\\b"
+ }
+ },
+ {
+ "name": "C.A.A",
+ "implementation": "ReleaseTitleSpecification",
+ "negate": false,
+ "required": false,
+ "fields": {
+ "value": "\\b(-C.A.A)\\b"
+ }
+ },
+ {
+ "name": "Cory",
+ "implementation": "ReleaseTitleSpecification",
+ "negate": false,
+ "required": false,
+ "fields": {
+ "value": "\\b(-Cory)\\b"
+ }
+ },
+ {
+ "name": "FF",
+ "implementation": "ReleaseTitleSpecification",
+ "negate": false,
+ "required": false,
+ "fields": {
+ "value": "\\b(-FF)\\b"
+ }
+ },
+ {
+ "name": "FOXX",
+ "implementation": "ReleaseTitleSpecification",
+ "negate": false,
+ "required": false,
+ "fields": {
+ "value": "\\b(-FOXX)\\b"
+ }
+ },
+ {
+ "name": "G4RiS",
+ "implementation": "ReleaseTitleSpecification",
+ "negate": false,
+ "required": false,
+ "fields": {
+ "value": "\\b(-G4RiS)\\b"
+ }
+ },
+ {
+ "name": "GUEIRA",
+ "implementation": "ReleaseTitleSpecification",
+ "negate": false,
+ "required": false,
+ "fields": {
+ "value": "\\b(-GUEIRA)\\b"
+ }
+ },
+ {
+ "name": "N3G4N",
+ "implementation": "ReleaseTitleSpecification",
+ "negate": false,
+ "required": false,
+ "fields": {
+ "value": "\\b(-N3G4N)\\b"
+ }
+ },
+ {
+ "name": "PD",
+ "implementation": "ReleaseTitleSpecification",
+ "negate": false,
+ "required": false,
+ "fields": {
+ "value": "\\b(-PD)\\b"
+ }
+ },
+ {
+ "name": "RiPER",
+ "implementation": "ReleaseTitleSpecification",
+ "negate": false,
+ "required": false,
+ "fields": {
+ "value": "\\b(-RiPER)\\b"
+ }
+ },
+ {
+ "name": "RK",
+ "implementation": "ReleaseTitleSpecification",
+ "negate": false,
+ "required": false,
+ "fields": {
+ "value": "\\b(-RK)\\b"
+ }
+ },
+ {
+ "name": "SiGLA",
+ "implementation": "ReleaseTitleSpecification",
+ "negate": false,
+ "required": false,
+ "fields": {
+ "value": "\\b(-SiGLA)\\b"
+ }
+ },
+ {
+ "name": "Tars",
+ "implementation": "ReleaseTitleSpecification",
+ "negate": false,
+ "required": false,
+ "fields": {
+ "value": "\\b(-Tars)\\b"
+ }
+ },
+ {
+ "name": "WTV",
+ "implementation": "ReleaseTitleSpecification",
+ "negate": false,
+ "required": false,
+ "fields": {
+ "value": "\\b(-WTV)\\b"
+ }
+ },
+ {
+ "name": "Yatogam1",
+ "implementation": "ReleaseTitleSpecification",
+ "negate": false,
+ "required": false,
+ "fields": {
+ "value": "\\b(-Yatogam1)\\b"
+ }
+ },
+ {
+ "name": "YusukeFLA",
+ "implementation": "ReleaseTitleSpecification",
+ "negate": false,
+ "required": false,
+ "fields": {
+ "value": "\\b(-YusukeFLA)\\b"
+ }
+ }
+ ]
+}
+
DV (WEBDL): This is a special Custom Format that Block WEBDL with Dolby Vision but without HDR10 fallback.
This Custom Format works together with the normal DV Custom Format that you can use to prefer Dolby Vision.
@@ -2829,6 +2836,11 @@ You will also see a short description of what each setting means.DV (WEBDL): This is a special Custom Format that Block WEBDL with Dolby Vision but without HDR10 fallback.
This Custom Format works together with the normal DV Custom Format that you can use to prefer Dolby Vision.
@@ -3193,6 +3207,11 @@ If you think the sizes are too big to your preference then stop reading and seeDV (WEBDL): This is a special Custom Format that Block WEBDL with Dolby Vision but without HDR10 fallback.
This Custom Format works together with the normal DV Custom Format that you can use to prefer Dolby Vision.
@@ -3552,6 +3573,11 @@ If you think the sizes are too big to your preference then stop reading and seeDV (WEBDL): This is a special Custom Format that Block WEBDL with Dolby Vision but without HDR10 fallback.
This Custom Format works together with the normal DV Custom Format that you can use to prefer Dolby Vision.
diff --git a/SQP/1-1/index.html b/SQP/1-1/index.html index 9a28200c6..e76e0829c 100644 --- a/SQP/1-1/index.html +++ b/SQP/1-1/index.html @@ -2368,6 +2368,11 @@DV (WEBDL): This is a special Custom Format that Block WEBDL with Dolby Vision but without HDR10 fallback.
This Custom Format works together with the normal DV Custom Format that you can use to prefer Dolby Vision.
diff --git a/SQP/1-2/index.html b/SQP/1-2/index.html index 28bfc7a5d..3ff395d3c 100644 --- a/SQP/1-2/index.html +++ b/SQP/1-2/index.html @@ -2585,6 +2585,11 @@DV (WEBDL): This is a special Custom Format that Block WEBDL with Dolby Vision but without HDR10 fallback.
This Custom Format works together with the normal DV Custom Format that you can use to prefer Dolby Vision.
diff --git a/Sonarr/Sonarr-Release-Profile-RegEx/index.html b/Sonarr/Sonarr-Release-Profile-RegEx/index.html index e6655a1a4..675106da9 100644 --- a/Sonarr/Sonarr-Release-Profile-RegEx/index.html +++ b/Sonarr/Sonarr-Release-Profile-RegEx/index.html @@ -903,6 +903,13 @@ Optional - Ignore scene releases +/^(?!.*(web[ ]dl|-deflate|-inflate))(?=.*([_. ]WEB[_. ]|-CAKES\b|-GGEZ\b|-GGWP\b|-GLHF\b|-KOGI\b)).*/i
+These groups take the original release, then they add their own preferred language (ex. Portuguese) as the main audio track (AAC 2.0), What results after renaming and FFprobe that the media file will be recognized as Portuguese AAC audio. It's a common rule that you add the best audio as first. +Also they often even rename the release name in to Portuguese.
+Add this to your Must not contain (2)
/\b(-alfaHD|-BAT|-BNd|-C.A.A|-Cory|-FF|-FOXX|-G4RiS|-GUEIRA|-N3G4N|-PD|-RiPER|-RK|-SiGLA|-Tars|-WTV|-Yatogam1|-YusukeFLA)\b/i
+