From f7ff9d273f07916d637435bb46661ba1c83a15c3 Mon Sep 17 00:00:00 2001 From: <> Date: Sat, 24 Dec 2022 19:41:06 +0000 Subject: [PATCH] Deployed d23097cd with MkDocs version: 1.4.2 --- .../index.html | 144 +++++++-- SQP/2/index.html | 9 + SQP/3/index.html | 9 + SQP/4/index.html | 9 + SQP/5/index.html | 9 + .../index.html | 145 +++++++-- json/radarr/cf/atmos-undefined.json | 36 +-- json/radarr/cf/dv-webdl.json | 15 +- json/radarr/cf/hdr-undefined.json | 2 +- json/radarr/cf/hdr.json | 2 +- json/radarr/cf/hq-remux.json | 233 -------------- json/radarr/cf/hq-webdl.json | 278 ----------------- json/radarr/cf/hq.json | 287 ------------------ json/radarr/cf/truehd.json | 2 +- json/sonarr/cf/atmos-undefined.json | 21 +- json/sonarr/cf/br-disk.json | 1 - json/sonarr/cf/dv-fel.json | 53 ++++ json/sonarr/cf/dv-webdl.json | 31 +- json/sonarr/cf/hdr-undefined.json | 2 +- json/sonarr/cf/hdr.json | 2 +- json/sonarr/cf/truehd.json | 9 + search/search_index.json | 2 +- sitemap.xml.gz | Bin 1032 -> 1032 bytes updates.txt | 9 + 24 files changed, 418 insertions(+), 892 deletions(-) delete mode 100644 json/radarr/cf/hq-remux.json delete mode 100644 json/radarr/cf/hq-webdl.json delete mode 100644 json/radarr/cf/hq.json create mode 100644 json/sonarr/cf/dv-fel.json diff --git a/Radarr/Radarr-collection-of-custom-formats/index.html b/Radarr/Radarr-collection-of-custom-formats/index.html index 007e81981..85f9a63d3 100644 --- a/Radarr/Radarr-collection-of-custom-formats/index.html +++ b/Radarr/Radarr-collection-of-custom-formats/index.html @@ -638,6 +638,11 @@ SDR +
This way you make sure the Custom Format preferences will be used instead.
-Questions or Suggestions?
If you have questions or suggestions click the chat badge to join the Discord Support Channel where you can ask your questions directly and get live support.
{
+ "trash_id": "f700d29429c023a5734505e77daeaea7",
+ "trash_score": "101",
+ "name": "DV (FEL)",
+ "includeCustomFormatWhenRenaming": false,
+ "specifications": [
+ {
+ "name": "FraMeSToR",
+ "implementation": "ReleaseGroupSpecification",
+ "negate": false,
+ "required": true,
+ "fields": {
+ "value": "\\b(FraMeSToR)\\b"
+ }
+ },
+ {
+ "name": "DV",
+ "implementation": "ReleaseTitleSpecification",
+ "negate": false,
+ "required": true,
+ "fields": {
+ "value": "\\b(dv|dovi|dolby[ .]?vision)\\b"
+ }
+ },
+ {
+ "name": "No FANRES",
+ "implementation": "ReleaseTitleSpecification",
+ "negate": true,
+ "required": true,
+ "fields": {
+ "value": "\\b(FANRES)\\b"
+ }
+ },
+ {
+ "name": "Not Hybrid",
+ "implementation": "ReleaseTitleSpecification",
+ "negate": true,
+ "required": true,
+ "fields": {
+ "value": "\\bhybrid(\\b|\\d)"
+ }
+ },
+ {
+ "name": "Not Hybrid Release Group",
+ "implementation": "ReleaseTitleSpecification",
+ "negate": true,
+ "required": true,
+ "fields": {
+ "value": "-HYBRID"
+ }
+ }
+ ]
+}
+
{
+ "trash_id": "ef4963043b0987f8485bc9106f16db38",
+ "trash_score": "101",
+ "name": "DV (FEL)",
+ "includeCustomFormatWhenRenaming": false,
+ "specifications": [
+ {
+ "name": "FraMeSToR",
+ "implementation": "ReleaseGroupSpecification",
+ "negate": false,
+ "required": true,
+ "fields": {
+ "value": "\\b(FraMeSToR)\\b"
+ }
+ },
+ {
+ "name": "DV",
+ "implementation": "ReleaseTitleSpecification",
+ "negate": false,
+ "required": true,
+ "fields": {
+ "value": "\\b(dv|dovi|dolby[ .]?vision)\\b"
+ }
+ },
+ {
+ "name": "No FANRES",
+ "implementation": "ReleaseTitleSpecification",
+ "negate": true,
+ "required": true,
+ "fields": {
+ "value": "\\b(FANRES)\\b"
+ }
+ },
+ {
+ "name": "Not Hybrid",
+ "implementation": "ReleaseTitleSpecification",
+ "negate": true,
+ "required": true,
+ "fields": {
+ "value": "\\bhybrid(\\b|\\d)"
+ }
+ },
+ {
+ "name": "Not Hybrid Release Group",
+ "implementation": "ReleaseTitleSpecification",
+ "negate": true,
+ "required": true,
+ "fields": {
+ "value": "-HYBRID"
+ }
+ }
+ ]
+}
+