From 03219e7bb0a8eb6a33c4dcde0564f5c2fe9ea0b8 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sat, 20 Aug 2022 18:46:21 +0200 Subject: [PATCH 01/14] Fix: conversion error - Fix: conversion error from copy/paste --- docs/Sonarr/Sonarr-collection-of-custom-formats.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Sonarr/Sonarr-collection-of-custom-formats.md b/docs/Sonarr/Sonarr-collection-of-custom-formats.md index 9ce302bdd..ccb08f48c 100644 --- a/docs/Sonarr/Sonarr-collection-of-custom-formats.md +++ b/docs/Sonarr/Sonarr-collection-of-custom-formats.md @@ -684,7 +684,7 @@ I also made 3 guides related to this one. ------ -## Movie Versions +## Series Versions ------ From bc6016b32108fc7606b83a8929401d97c2a54c18 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sun, 21 Aug 2022 00:44:04 +0200 Subject: [PATCH 02/14] Fixed: wrong condition + hash --- docs/json/sonarr/cf/x264.json | 37 +++++++++++++++++----------------- docs/json/sonarr/cf/x265.json | 38 ++++++++++++++++++----------------- 2 files changed, 39 insertions(+), 36 deletions(-) diff --git a/docs/json/sonarr/cf/x264.json b/docs/json/sonarr/cf/x264.json index 03e03a5c1..46921e657 100644 --- a/docs/json/sonarr/cf/x264.json +++ b/docs/json/sonarr/cf/x264.json @@ -1,24 +1,25 @@ { - "trash_id": "2899d84dc9372de3408e6d8cc18e9666", + "trash_id": "cddfb4e32db826151d97352b8e37c648", "name": "x264", "includeCustomFormatWhenRenaming": false, - "specifications": [{ - "name": "x264", - "implementation": "ReleaseTitleSpecification", - "negate": false, - "required": true, - "fields": { - "value": "[xh][ .]?264|\\bAVC(\\b|\\d)" - } - }, - { - "name": "Remux", - "implementation": "QualityModifierSpecification", - "negate": true, - "required": true, - "fields": { - "value": 5 - } + "specifications": [ + { + "name": "x|h264", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": true, + "fields": { + "value": "[xh][ .]?264|\\bAVC(\\b|\\d)" } + }, + { + "name": "Not Remux", + "implementation": "SourceSpecification", + "negate": true, + "required": true, + "fields": { + "value": 7 + } + } ] } diff --git a/docs/json/sonarr/cf/x265.json b/docs/json/sonarr/cf/x265.json index f8806bd27..f3838aa86 100644 --- a/docs/json/sonarr/cf/x265.json +++ b/docs/json/sonarr/cf/x265.json @@ -1,24 +1,26 @@ { - "trash_id": "9170d55c319f4fe40da8711ba9d8050d", + "trash_id": "c9eafd50846d299b862ca9bb6ea91950", "name": "x265", "includeCustomFormatWhenRenaming": false, - "specifications": [{ - "name": "x265", - "implementation": "ReleaseTitleSpecification", - "negate": false, - "required": true, - "fields": { - "value": "[xh][ .]?265|\\bHEVC(\\b|\\d)" - } - }, - { - "name": "Remux", - "implementation": "QualityModifierSpecification", - "negate": true, - "required": true, - "fields": { - "value": 5 - } + "specifications": [ + { + "name": "x265", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": true, + "fields": { + "value": "[xh][ .]?265|\\bHEVC(\\b|\\d)" } + }, + { + "name": "Not Remux", + "implementation": "SourceSpecification", + "negate": true, + "required": true, + "fields": { + "value": 7 + } + } ] } + From 90bec1cd2b611fad6d6e7037f7ad697795e815c3 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sun, 21 Aug 2022 00:52:10 +0200 Subject: [PATCH 03/14] Added: Score + Hash - Added: Score + Hash --- docs/json/sonarr/cf/dv-sdr.json | 2 +- docs/json/sonarr/cf/pq.json | 10 +++++----- docs/json/sonarr/cf/qibi.json | 2 ++ 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/json/sonarr/cf/dv-sdr.json b/docs/json/sonarr/cf/dv-sdr.json index dbc458be7..3d1ab8698 100644 --- a/docs/json/sonarr/cf/dv-sdr.json +++ b/docs/json/sonarr/cf/dv-sdr.json @@ -1,5 +1,5 @@ { - "trash_id": "xxx", + "trash_id": "27954b0a80aab882522a88a4d9eae1cd", "trash_score": "1500", "name": "DV SDR", "includeCustomFormatWhenRenaming": false, diff --git a/docs/json/sonarr/cf/pq.json b/docs/json/sonarr/cf/pq.json index 2acf640ae..8905442da 100644 --- a/docs/json/sonarr/cf/pq.json +++ b/docs/json/sonarr/cf/pq.json @@ -1,5 +1,5 @@ { - "trash_id": "xxx", + "trash_id": "2a7e3be05d3861d6df7171ec74cad727", "trash_score": "500", "name": "PQ", "includeCustomFormatWhenRenaming": false, @@ -23,21 +23,21 @@ } }, { - "name": "Not HDR10+", + "name": "Not HDR10", "implementation": "ReleaseTitleSpecification", "negate": true, "required": true, "fields": { - "value": "\\bHDR10Plus|HDR10(\\b\\+)" + "value": "\\bHDR10(\\b[^+|Plus])" } }, { - "name": "Not HDR10", + "name": "Not HDR10+", "implementation": "ReleaseTitleSpecification", "negate": true, "required": true, "fields": { - "value": "\\bHDR10(\\b[^+|Plus])" + "value": "\\bHDR10Plus|HDR10(\\b\\+)" } }, { diff --git a/docs/json/sonarr/cf/qibi.json b/docs/json/sonarr/cf/qibi.json index 2d74973bf..e61a701aa 100644 --- a/docs/json/sonarr/cf/qibi.json +++ b/docs/json/sonarr/cf/qibi.json @@ -1,4 +1,6 @@ { + "trash_id": "3ac5d84fce98bab1b531393e9c82f467", + "trash_score": "90", "name": "QIBI", "includeCustomFormatWhenRenaming": true, "specifications": [ From dc1f90d4e383293cf098fb8a9821f8c2f27759a2 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sun, 21 Aug 2022 00:52:23 +0200 Subject: [PATCH 04/14] Fixed: Score - Fixed: Score --- docs/json/sonarr/cf/repack-v3.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/json/sonarr/cf/repack-v3.json b/docs/json/sonarr/cf/repack-v3.json index be65156bf..c69324788 100644 --- a/docs/json/sonarr/cf/repack-v3.json +++ b/docs/json/sonarr/cf/repack-v3.json @@ -1,6 +1,6 @@ { "trash_id": "44e7c4de10ae50265753082e5dc76047", - "trash_score": "12", + "trash_score": "13", "name": "Repack v3", "includeCustomFormatWhenRenaming": false, "specifications": [ From 27697f070a494d88740261be063819199ad0df4f Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sun, 21 Aug 2022 00:53:50 +0200 Subject: [PATCH 05/14] Fixed: Score - Fixed: Score --- docs/json/sonarr/cf/web-scene.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/json/sonarr/cf/web-scene.json b/docs/json/sonarr/cf/web-scene.json index bfc0d4993..4dc56cac8 100644 --- a/docs/json/sonarr/cf/web-scene.json +++ b/docs/json/sonarr/cf/web-scene.json @@ -1,6 +1,6 @@ { "trash_id": "d0c516558625b04b363fa6c5c2c7cfd4", - "trash_score": "180", + "trash_score": "1800", "name": "WEB Scene", "includeCustomFormatWhenRenaming": false, "specifications": [ From 523684341138807947c25bdb5f2ee77961384a78 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sun, 21 Aug 2022 00:56:15 +0200 Subject: [PATCH 06/14] Fixed: Score - Fixed: Score --- docs/json/sonarr/cf/web-tier-03.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/json/sonarr/cf/web-tier-03.json b/docs/json/sonarr/cf/web-tier-03.json index 17a4fe225..79f49e1be 100644 --- a/docs/json/sonarr/cf/web-tier-03.json +++ b/docs/json/sonarr/cf/web-tier-03.json @@ -1,6 +1,6 @@ { "trash_id": "d84935abd3f8556dcd51d4f27e22d0a6", - "trash_score": "1650", + "trash_score": "1600", "name": "WEB Tier 03", "includeCustomFormatWhenRenaming": false, "specifications": [ From 53132787f53f85f0fa2f2d9e729a2688db2e4ee0 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sun, 21 Aug 2022 14:03:09 +0200 Subject: [PATCH 07/14] NEW: includes\sonarr-audio - NEW: includes\sonarr-audio that can be used for guides --- includes/cf/sonarr-audio.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 includes/cf/sonarr-audio.md diff --git a/includes/cf/sonarr-audio.md b/includes/cf/sonarr-audio.md new file mode 100644 index 000000000..e71754aad --- /dev/null +++ b/includes/cf/sonarr-audio.md @@ -0,0 +1,17 @@ +??? summary "Audio - [CLICK TO EXPAND]" + | Custom Format | Score | Trash ID | + | ------------------------------------------------------------------------------------------------------- | ---------------------------------------------- | ------------------------------------------- | + | [{{ sonarr['cf']['truehd-atmos']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#truehd-atmos) | {{ sonarr['cf']['truehd-atmos']['trash_score'] }} | {{ sonarr['cf']['truehd-atmos']['trash_id'] }} | + | [{{ sonarr['cf']['dts-x']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#dts-x) | {{ sonarr['cf']['dts-x']['trash_score'] }} | {{ sonarr['cf']['dts-x']['trash_id'] }} | + | [{{ sonarr['cf']['atmos-undefined']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#atmos-undefined) | {{ sonarr['cf']['atmos-undefined']['trash_score'] }} | {{ sonarr['cf']['atmos-undefined']['trash_id'] }} | + | [{{ sonarr['cf']['ddplus-atmos']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#ddplus-atmos) | {{ sonarr['cf']['ddplus-atmos']['trash_score'] }} | {{ sonarr['cf']['ddplus-atmos']['trash_id'] }} | + | [{{ sonarr['cf']['truehd']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#truehd) | {{ sonarr['cf']['truehd']['trash_score'] }} | {{ sonarr['cf']['truehd']['trash_id'] }} | + | [{{ sonarr['cf']['dts-hd-ma']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#dts-hd-ma) | {{ sonarr['cf']['dts-hd-ma']['trash_score'] }} | {{ sonarr['cf']['dts-hd-ma']['trash_id'] }} | + | [{{ sonarr['cf']['flac']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#flac) | {{ sonarr['cf']['flac']['trash_score'] }} | {{ sonarr['cf']['flac']['trash_id'] }} | + | [{{ sonarr['cf']['pcm']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#pcm) | {{ sonarr['cf']['pcm']['trash_score'] }} | {{ sonarr['cf']['pcm']['trash_id'] }} | + | [{{ sonarr['cf']['dts-hd-hra']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#dts-hd-hra) | {{ sonarr['cf']['dts-hd-hra']['trash_score'] }} | {{ sonarr['cf']['dts-hd-hra']['trash_id'] }} | + | [{{ sonarr['cf']['ddplus']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#ddplus) | {{ sonarr['cf']['ddplus']['trash_score'] }} | {{ sonarr['cf']['ddplus']['trash_id'] }} | + | [{{ sonarr['cf']['dts-es']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#dts-es) | {{ sonarr['cf']['dts-es']['trash_score'] }} | {{ sonarr['cf']['dts-es']['trash_id'] }} | + | [{{ sonarr['cf']['dts']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#dts) | {{ sonarr['cf']['dts']['trash_score'] }} | {{ sonarr['cf']['dts']['trash_id'] }} | + | [{{ sonarr['cf']['aac']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#aac) | {{ sonarr['cf']['aac']['trash_score'] }} | {{ sonarr['cf']['aac']['trash_id'] }} | + | [{{ sonarr['cf']['dd']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#dd) | {{ sonarr['cf']['dd']['trash_score'] }} | {{ sonarr['cf']['dd']['trash_id'] }} | From baa2eee425d160a80c8e1b9e484f3b7c2d9cc186 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sun, 21 Aug 2022 14:03:56 +0200 Subject: [PATCH 08/14] NEW: includes\sonarr-hdr-metadata - NEW: includes\sonarr-hdr-metadata that can be used for guides --- includes/cf/sonarr-hdr-metadata.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 includes/cf/sonarr-hdr-metadata.md diff --git a/includes/cf/sonarr-hdr-metadata.md b/includes/cf/sonarr-hdr-metadata.md new file mode 100644 index 000000000..af6c5b87b --- /dev/null +++ b/includes/cf/sonarr-hdr-metadata.md @@ -0,0 +1,13 @@ +??? summary "HDR Metadata - [CLICK TO EXPAND]" + | Custom Format | Score | Trash ID | + | --------------------------------------------------------------------------------------------------- | -------------------------------------------- | ----------------------------------------- | + | [{{ sonarr['cf']['dv-hdr10']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#dv-hdr10) | {{ sonarr['cf']['dv-hdr10']['trash_score'] }} | {{ sonarr['cf']['dv-hdr10']['trash_id'] }} | + | [{{ sonarr['cf']['dv']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#dv) | {{ sonarr['cf']['dv']['trash_score'] }} | {{ sonarr['cf']['dv']['trash_id'] }} | + | [{{ sonarr['cf']['dv-hlg']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#dv-hlg) | {{ sonarr['cf']['dv-hlg']['trash_score'] }} | {{ sonarr['cf']['dv-hlg']['trash_id'] }} | + | [{{ sonarr['cf']['dv-sdr']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#dv-sdr) | {{ sonarr['cf']['dv-sdr']['trash_score'] }} | {{ sonarr['cf']['dv-sdr']['trash_id'] }} | + | [{{ sonarr['cf']['hdr10plus']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#hdr10plus) | {{ sonarr['cf']['hdr10plus']['trash_score'] }} | {{ sonarr['cf']['hdr10plus']['trash_id'] }} | + | [{{ sonarr['cf']['hdr10']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#hdr10) | {{ sonarr['cf']['hdr10']['trash_score'] }} | {{ sonarr['cf']['hdr10']['trash_id'] }} | + | [{{ sonarr['cf']['hdr']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#hdr) | {{ sonarr['cf']['hdr']['trash_score'] }} | {{ sonarr['cf']['hdr']['trash_id'] }} | + | [{{ sonarr['cf']['hdr-undefined']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#hdr-undefined) | {{ sonarr['cf']['hdr-undefined']['trash_score'] }} | {{ sonarr['cf']['hdr-undefined']['trash_id'] }} | + | [{{ sonarr['cf']['pq']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#pq) | {{ sonarr['cf']['pq']['trash_score'] }} | {{ sonarr['cf']['pq']['trash_id'] }} | + | [{{ sonarr['cf']['hlg']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#hlg) | {{ sonarr['cf']['hlg']['trash_score'] }} | {{ sonarr['cf']['hlg']['trash_id'] }} | From 428fd756549fc6d91d5ec5591532e0a276921b58 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sun, 21 Aug 2022 14:04:46 +0200 Subject: [PATCH 09/14] NEW: includes\sonarr-streaming-services - NEW: includes\sonarr-streaming-services ranks that can be used for guides --- includes/cf/sonarr-streaming-services.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 includes/cf/sonarr-streaming-services.md diff --git a/includes/cf/sonarr-streaming-services.md b/includes/cf/sonarr-streaming-services.md new file mode 100644 index 000000000..ea695f9d2 --- /dev/null +++ b/includes/cf/sonarr-streaming-services.md @@ -0,0 +1,17 @@ +??? summary "Streaming Services - [CLICK TO EXPAND]" + | Custom Format | Score | Trash ID | + | --------------------------------------------------------------------------------------- | ----------------------------------------- | -------------------------------------- | + | [{{ sonarr['cf']['amzn']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#amzn) | {{ sonarr['cf']['amzn']['trash_score'] }} | {{ sonarr['cf']['amzn']['trash_id'] }} | + | [{{ sonarr['cf']['aptv']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#aptv) | {{ sonarr['cf']['aptv']['trash_score'] }} | {{ sonarr['cf']['aptv']['trash_id'] }} | + | [{{ sonarr['cf']['sho']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#sho) | {{ sonarr['cf']['sho']['trash_score'] }} | {{ sonarr['cf']['sho']['trash_id'] }} | + | [{{ sonarr['cf']['dsnp']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#dsnp) | {{ sonarr['cf']['dsnp']['trash_score'] }} | {{ sonarr['cf']['dsnp']['trash_id'] }} | + | [{{ sonarr['cf']['nf']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#nf) | {{ sonarr['cf']['nf']['trash_score'] }} | {{ sonarr['cf']['nf']['trash_id'] }} | + | [{{ sonarr['cf']['qibi']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#qibi) | {{ sonarr['cf']['qibi']['trash_score'] }} | {{ sonarr['cf']['qibi']['trash_id'] }} | + | [{{ sonarr['cf']['hmax']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#hmax) | {{ sonarr['cf']['hmax']['trash_score'] }} | {{ sonarr['cf']['hmax']['trash_id'] }} | + | [{{ sonarr['cf']['hulu']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#hulu) | {{ sonarr['cf']['hulu']['trash_score'] }} | {{ sonarr['cf']['hulu']['trash_id'] }} | + | [{{ sonarr['cf']['pcok']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#pcok) | {{ sonarr['cf']['pcok']['trash_score'] }} | {{ sonarr['cf']['pcok']['trash_id'] }} | + | [{{ sonarr['cf']['dcu']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#dcu) | {{ sonarr['cf']['dcu']['trash_score'] }} | {{ sonarr['cf']['dcu']['trash_id'] }} | + | [{{ sonarr['cf']['hbo']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#hbo) | {{ sonarr['cf']['hbo']['trash_score'] }} | {{ sonarr['cf']['hbo']['trash_id'] }} | + | [{{ sonarr['cf']['red']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#red) | {{ sonarr['cf']['red']['trash_score'] }} | {{ sonarr['cf']['red']['trash_id'] }} | + | [{{ sonarr['cf']['it']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#it) | {{ sonarr['cf']['it']['trash_score'] }} | {{ sonarr['cf']['it']['trash_id'] }} | + | [{{ sonarr['cf']['pmtp']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#pmtp) | {{ sonarr['cf']['pmtp']['trash_score'] }} | {{ sonarr['cf']['pmtp']['trash_id'] }} | From c0ca89badfef03e22ee6c4a073c4f689cbabcf30 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sun, 21 Aug 2022 14:05:23 +0200 Subject: [PATCH 10/14] Fixed: includes\sonarr-unwanted --- includes/cf/sonarr-unwanted.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/cf/sonarr-unwanted.md b/includes/cf/sonarr-unwanted.md index a6c4007cc..1fa3a6d4e 100644 --- a/includes/cf/sonarr-unwanted.md +++ b/includes/cf/sonarr-unwanted.md @@ -14,7 +14,7 @@ - **{{ sonarr['cf']['br-disk']['name'] }} :** This is a custom format to help Radarr recognize & ignore BR-DISK (ISO's and Blu-ray folder structure) in addition to the standard BR-DISK quality. - **{{ sonarr['cf']['lq']['name'] }}:** A collection of known Low Quality groups that are often banned from the the top trackers because the lack of quality or other reasons. - - **{{ sonarr['cf']['xhd']['name'] }}:** This blocks/ignores 720/1080p releases that are encoded in x265 - More info [HERE](/Misc/x265-4k/){:target="_blank" rel="noopener noreferrer"}. + - **{{ sonarr['cf']['x265-hd']['name'] }}:** This blocks/ignores 720/1080p releases that are encoded in x265 - More info [HERE](/Misc/x265-4k/){:target="_blank" rel="noopener noreferrer"}. - **{{ sonarr['cf']['no-rlsgroup']['name'] }}:** [Optional] Some indexers strip out the release group what could result in LQ groups getting a higher score. For example a lot of EVO releases end up stripping the group name, so they appear as "upgrades", and they end up getting a decent score if other things match. - **{{ sonarr['cf']['obfuscated']['name'] }}:** [Optional] (use these only if you dislike renamed releases) - **{{ sonarr['cf']['retags']['name'] }}:** [Optional] (use these only if you dislike retagged releases) From c732df0e5314a1be79f8b64a2b1745fa15e0600c Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sun, 21 Aug 2022 18:13:16 +0200 Subject: [PATCH 11/14] Fixed: path to new location --- includes/cf/hq4k.md | 14 +++++++------- includes/sqp/1-1-cf-scoring.md | 6 +++--- includes/sqp/1-2-cf-scoring.md | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/includes/cf/hq4k.md b/includes/cf/hq4k.md index fbd38f3a9..f77d5930d 100644 --- a/includes/cf/hq4k.md +++ b/includes/cf/hq4k.md @@ -1,10 +1,10 @@ ??? summary "HQ 4k Encodes - [CLICK TO EXPAND]" | Custom Format | Score | Trash ID | | ----------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------- | -------------------------------------- | - | [{{ radarr['cf']['uhd-ctrlhd']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/uhd-ctrlhd.json) | {{ radarr['cf']['uhd-ctrlhd']['trash_score'] }} | {{ radarr['cf']['uhd-ctrlhd']['trash_id'] }} | - | [{{ radarr['cf']['uhd-don']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/uhd-don.json) | {{ radarr['cf']['uhd-don']['trash_score'] }} | {{ radarr['cf']['uhd-don']['trash_id'] }} | - | [{{ radarr['cf']['uhd-w4nk3r']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/uhd-w4nk3r.json) | {{ radarr['cf']['uhd-w4nk3r']['trash_score'] }} | {{ radarr['cf']['uhd-w4nk3r']['trash_id'] }} | - | [{{ radarr['cf']['uhd-sphd']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/uhd-sphd.json) | {{ radarr['cf']['uhd-sphd']['trash_score'] }} | {{ radarr['cf']['uhd-sphd']['trash_id'] }} | - | [{{ radarr['cf']['uhd-hqmux']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/uhd-hqmux.json) | {{ radarr['cf']['uhd-hqmux']['trash_score'] }} | {{ radarr['cf']['uhd-hqmux']['trash_id'] }} | - | [{{ radarr['cf']['uhd-legi0n']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/uhd-legi0n.json) | {{ radarr['cf']['uhd-legi0n']['trash_score'] }} | {{ radarr['cf']['uhd-legi0n']['trash_id'] }} | - | [{{ radarr['cf']['uhd-webdv']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/uhd-webdv.json) | {{ radarr['cf']['uhd-webdv']['trash_score'] }} | {{ radarr['cf']['uhd-webdv']['trash_id'] }} | + | [{{ radarr['cf']['uhd-ctrlhd']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/cf/uhd-ctrlhd.json) | {{ radarr['cf']['uhd-ctrlhd']['trash_score'] }} | {{ radarr['cf']['uhd-ctrlhd']['trash_id'] }} | + | [{{ radarr['cf']['uhd-don']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/cf/uhd-don.json) | {{ radarr['cf']['uhd-don']['trash_score'] }} | {{ radarr['cf']['uhd-don']['trash_id'] }} | + | [{{ radarr['cf']['uhd-w4nk3r']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/cf/uhd-w4nk3r.json) | {{ radarr['cf']['uhd-w4nk3r']['trash_score'] }} | {{ radarr['cf']['uhd-w4nk3r']['trash_id'] }} | + | [{{ radarr['cf']['uhd-sphd']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/cf/uhd-sphd.json) | {{ radarr['cf']['uhd-sphd']['trash_score'] }} | {{ radarr['cf']['uhd-sphd']['trash_id'] }} | + | [{{ radarr['cf']['uhd-hqmux']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/cf/uhd-hqmux.json) | {{ radarr['cf']['uhd-hqmux']['trash_score'] }} | {{ radarr['cf']['uhd-hqmux']['trash_id'] }} | + | [{{ radarr['cf']['uhd-legi0n']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/cf/uhd-legi0n.json) | {{ radarr['cf']['uhd-legi0n']['trash_score'] }} | {{ radarr['cf']['uhd-legi0n']['trash_id'] }} | + | [{{ radarr['cf']['uhd-webdv']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/cf/uhd-webdv.json) | {{ radarr['cf']['uhd-webdv']['trash_score'] }} | {{ radarr['cf']['uhd-webdv']['trash_id'] }} | diff --git a/includes/sqp/1-1-cf-scoring.md b/includes/sqp/1-1-cf-scoring.md index 0b691e7f4..414735bcb 100644 --- a/includes/sqp/1-1-cf-scoring.md +++ b/includes/sqp/1-1-cf-scoring.md @@ -10,13 +10,13 @@ ??? summary "BHDStudio - [CLICK TO EXPAND]" | Custom Format | Score | Trash ID | | --------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------- | ------------------------------------- | - | [{{ radarr['cf']['bhdstudio']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/bhdstudio.json) | {{ radarr['cf']['bhdstudio']['trash_score'] }} | {{ radarr['cf']['bhdstudio']['trash_id'] }} | + | [{{ radarr['cf']['bhdstudio']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/cf/bhdstudio.json) | {{ radarr['cf']['bhdstudio']['trash_score'] }} | {{ radarr['cf']['bhdstudio']['trash_id'] }} | ??? summary "Resolution - [CLICK TO EXPAND]" | Custom Format | Score | Trash ID | | ------------------------------------------------------------------------------------------------------------------- | ------------------------------------ | --------------------------------- | - | [{{ radarr['cf']['720p']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/720p.json) | {{ radarr['cf']['720p']['trash_score'] }} | {{ radarr['cf']['720p']['trash_id'] }} | - | [{{ radarr['cf']['1080p']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/1080p.json) | {{ radarr['cf']['1080p']['trash_score'] }} | {{ radarr['cf']['1080p']['trash_id'] }} | + | [{{ radarr['cf']['720p']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/cf/720p.json) | {{ radarr['cf']['720p']['trash_score'] }} | {{ radarr['cf']['720p']['trash_id'] }} | + | [{{ radarr['cf']['1080p']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/cf/1080p.json) | {{ radarr['cf']['1080p']['trash_score'] }} | {{ radarr['cf']['1080p']['trash_id'] }} | {! include-markdown "../../includes/cf/misc.md" !} diff --git a/includes/sqp/1-2-cf-scoring.md b/includes/sqp/1-2-cf-scoring.md index 6eafc06f6..d86e49ff3 100644 --- a/includes/sqp/1-2-cf-scoring.md +++ b/includes/sqp/1-2-cf-scoring.md @@ -13,7 +13,7 @@ | Custom Format | Score | Trash ID | | --------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------- | ------------------------------------------- | | [{{ radarr['cf']['hq-remux']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hq-remux) | {{ radarr['cf']['hq-remux']['trash_score'] }} | {{ radarr['cf']['hq-remux']['trash_id'] }} | - | [{{ radarr['cf']['flights-no-imax']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/flights-no-imax.json) | {{ radarr['cf']['flights-no-imax']['trash_score'] }} | {{ radarr['cf']['flights-no-imax']['trash_id'] }} | + | [{{ radarr['cf']['flights-no-imax']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/cf/flights-no-imax.json) | {{ radarr['cf']['flights-no-imax']['trash_score'] }} | {{ radarr['cf']['flights-no-imax']['trash_id'] }} | | [{{ radarr['cf']['hq-webdl']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hq-webdl) | {{ radarr['cf']['hq-webdl']['trash_score'] }} | {{ radarr['cf']['hq-webdl']['trash_id'] }} | | [{{ radarr['cf']['hq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hq) | 0 | {{ radarr['cf']['hq']['trash_id'] }} | From adf83d9d277e9fb440d05cbe1146639a9fdf166f Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sun, 21 Aug 2022 18:35:52 +0200 Subject: [PATCH 12/14] Added: better matching x264/x265 - Added: better matching x264/x265 of bad named files --- docs/json/radarr/cf/x264.json | 4 ++-- docs/json/radarr/cf/x265-7201080p.json | 2 +- docs/json/radarr/cf/x265-no-hdrdv.json | 2 +- docs/json/radarr/cf/x265.json | 4 ++-- docs/json/sonarr/cf/x264.json | 2 +- docs/json/sonarr/cf/x265-hd.json | 2 +- docs/json/sonarr/cf/x265-no-hdrdv.json | 2 +- docs/json/sonarr/cf/x265.json | 4 ++-- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/json/radarr/cf/x264.json b/docs/json/radarr/cf/x264.json index 03e03a5c1..bfbc79dba 100644 --- a/docs/json/radarr/cf/x264.json +++ b/docs/json/radarr/cf/x264.json @@ -3,12 +3,12 @@ "name": "x264", "includeCustomFormatWhenRenaming": false, "specifications": [{ - "name": "x264", + "name": "x|h264", "implementation": "ReleaseTitleSpecification", "negate": false, "required": true, "fields": { - "value": "[xh][ .]?264|\\bAVC(\\b|\\d)" + "value": "[xh][ ._-]?264|\\bAVC(\\b|\\d)" } }, { diff --git a/docs/json/radarr/cf/x265-7201080p.json b/docs/json/radarr/cf/x265-7201080p.json index 0fd363700..ab105a9ac 100644 --- a/docs/json/radarr/cf/x265-7201080p.json +++ b/docs/json/radarr/cf/x265-7201080p.json @@ -10,7 +10,7 @@ "negate": false, "required": true, "fields": { - "value": "[xh][ .]?265|\\bHEVC(\\b|\\d)" + "value": "[xh][ ._-]?265|\\bHEVC(\\b|\\d)" } }, { diff --git a/docs/json/radarr/cf/x265-no-hdrdv.json b/docs/json/radarr/cf/x265-no-hdrdv.json index e8a97f2ab..1dd9b6459 100644 --- a/docs/json/radarr/cf/x265-no-hdrdv.json +++ b/docs/json/radarr/cf/x265-no-hdrdv.json @@ -10,7 +10,7 @@ "negate": false, "required": true, "fields": { - "value": "[xh][ .]?265|\\bHEVC(\\b|\\d)" + "value": "[xh][ ._-]?265|\\bHEVC(\\b|\\d)" } }, { diff --git a/docs/json/radarr/cf/x265.json b/docs/json/radarr/cf/x265.json index f8806bd27..3a1b161ba 100644 --- a/docs/json/radarr/cf/x265.json +++ b/docs/json/radarr/cf/x265.json @@ -3,12 +3,12 @@ "name": "x265", "includeCustomFormatWhenRenaming": false, "specifications": [{ - "name": "x265", + "name": "x|h265", "implementation": "ReleaseTitleSpecification", "negate": false, "required": true, "fields": { - "value": "[xh][ .]?265|\\bHEVC(\\b|\\d)" + "value": "[xh][ ._-]?265|\\bHEVC(\\b|\\d)" } }, { diff --git a/docs/json/sonarr/cf/x264.json b/docs/json/sonarr/cf/x264.json index 46921e657..1ff26e64e 100644 --- a/docs/json/sonarr/cf/x264.json +++ b/docs/json/sonarr/cf/x264.json @@ -9,7 +9,7 @@ "negate": false, "required": true, "fields": { - "value": "[xh][ .]?264|\\bAVC(\\b|\\d)" + "value": "[xh][ ._-]?264|\\bAVC(\\b|\\d)" } }, { diff --git a/docs/json/sonarr/cf/x265-hd.json b/docs/json/sonarr/cf/x265-hd.json index c409d042f..ab69f863d 100644 --- a/docs/json/sonarr/cf/x265-hd.json +++ b/docs/json/sonarr/cf/x265-hd.json @@ -10,7 +10,7 @@ "negate": false, "required": true, "fields": { - "value": "[xh][ .]?265|\\bHEVC(\\b|\\d)" + "value": "[xh][ ._-]?265|\\bHEVC(\\b|\\d)" } }, { diff --git a/docs/json/sonarr/cf/x265-no-hdrdv.json b/docs/json/sonarr/cf/x265-no-hdrdv.json index 479b8f050..48d24e24d 100644 --- a/docs/json/sonarr/cf/x265-no-hdrdv.json +++ b/docs/json/sonarr/cf/x265-no-hdrdv.json @@ -10,7 +10,7 @@ "negate": false, "required": true, "fields": { - "value": "[xh][ .]?265|\\bHEVC(\\b|\\d)" + "value": "[xh][ ._-]?265|\\bHEVC(\\b|\\d)" } }, { diff --git a/docs/json/sonarr/cf/x265.json b/docs/json/sonarr/cf/x265.json index f3838aa86..61d4818f9 100644 --- a/docs/json/sonarr/cf/x265.json +++ b/docs/json/sonarr/cf/x265.json @@ -4,12 +4,12 @@ "includeCustomFormatWhenRenaming": false, "specifications": [ { - "name": "x265", + "name": "x|h265", "implementation": "ReleaseTitleSpecification", "negate": false, "required": true, "fields": { - "value": "[xh][ .]?265|\\bHEVC(\\b|\\d)" + "value": "[xh][ ._-]?265|\\bHEVC(\\b|\\d)" } }, { From db4ec33ec32dbd1b2df7d61a2d1ec1b670855649 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sun, 21 Aug 2022 19:55:10 +0200 Subject: [PATCH 13/14] Added: CF [Season Pack]+[Scene] - Added: CF [Season Pack]+[Scene] --- .../Sonarr-collection-of-custom-formats.md | 61 ++++++++++++++++--- 1 file changed, 51 insertions(+), 10 deletions(-) diff --git a/docs/Sonarr/Sonarr-collection-of-custom-formats.md b/docs/Sonarr/Sonarr-collection-of-custom-formats.md index ccb08f48c..4e474a8d8 100644 --- a/docs/Sonarr/Sonarr-collection-of-custom-formats.md +++ b/docs/Sonarr/Sonarr-collection-of-custom-formats.md @@ -64,16 +64,16 @@ I also made 3 guides related to this one. ------ -| Misc |   |   |   | -| ------------------------------- | ------ | ------ | ------ | -| [FreeLeech](#freeleech) |   |   |   | -| [MPEG2](#mpeg2) |   |   |   | -| [Multi](#multi) |   |   |   | -| [Repack/Proper](#repack-proper) |   |   |   | -| [Repack v2](#repack-v2) |   |   |   | -| [Repack v3](#repack-v3) |   |   |   | -| [x264](#x264) |   |   |   | -| [x265](#x265) |   |   |   | +| Misc | Misc |   |   | +| ------------------------------- | ---------------------------- | ------ | ------ | +| [FreeLeech](#freeleech) | [Season Packs](#season-pack) |   |   | +| [MPEG2](#mpeg2) | [Scene](#scene) |   |   | +| [Multi](#multi) |   |   |   | +| [Repack/Proper](#repack-proper) |   |   |   | +| [Repack v2](#repack-v2) |   |   |   | +| [Repack v3](#repack-v3) |   |   |   | +| [x264](#x264) |   |   |   | +| [x265](#x265) |   |   |   | ------ @@ -1010,6 +1010,47 @@ I also made 3 guides related to this one. ------ +### Season Pack + +??? faq "Season Pack - [CLICK TO EXPAND]" + + This Custom Format can be used depending if you prefer or not prefer a season pack + + - Give it a score of `10` if you prefer a season pack. + - Give it a score of `-10000` if you don't prefer a season pack. + - `/\bS\d+\b(?!E\d+\b)/i` season packs are preferred: however, given the folder name is ignored the error/warning/issue occurs as the file names would not be a season pack of course. + - keep in mind this is the only way to prefer season packs if you have preferred words due to the long standing bug => Preferred Words overrule season pack preference [Sonarr/Sonarr#3562](https://github.com/Sonarr/Sonarr/issues/3562){:target="_blank" rel="noopener noreferrer"} + + !!! danger "WARNING" + - This Custom Format could result in a download loop :bangbang: + - This will upgrade also your already downloaded single episodes :bangbang: + +??? example "JSON - [CLICK TO EXPAND]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/season-pack.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +------ + +### Scene + +??? faq "Scene - [CLICK TO EXPAND]" + + This Custom Format will try to recognize so called Scene releases, depending on your preferences you can give it a negative score `-10000` or a positive score or just don't add it all. + +??? example "JSON - [CLICK TO EXPAND]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/scene.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +------ + ### FreeLeech ??? faq "FreeLeech - [CLICK TO EXPAND]" From dd54856af05b2ee9a9a14985ad4e952a1687d020 Mon Sep 17 00:00:00 2001 From: nuxen Date: Mon, 22 Aug 2022 11:37:58 +0200 Subject: [PATCH 14/14] Fixed: `DTS-X` and `DTS-HD MA` recognition fixed an issue with the recognition of DTS-HD MA when the file was named DTS-XLL --- docs/json/radarr/cf/dts-es.json | 2 +- docs/json/radarr/cf/dts-hd-hra.json | 2 +- docs/json/radarr/cf/dts-hd-ma.json | 4 ++-- docs/json/radarr/cf/dts-x.json | 2 +- docs/json/radarr/cf/dts.json | 4 ++-- docs/json/sonarr/cf/dts-es.json | 2 +- docs/json/sonarr/cf/dts-hd-hra.json | 2 +- docs/json/sonarr/cf/dts-hd-ma.json | 4 ++-- docs/json/sonarr/cf/dts-x.json | 2 +- docs/json/sonarr/cf/dts.json | 4 ++-- 10 files changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/json/radarr/cf/dts-es.json b/docs/json/radarr/cf/dts-es.json index 8b6d500e4..8927b0eec 100644 --- a/docs/json/radarr/cf/dts-es.json +++ b/docs/json/radarr/cf/dts-es.json @@ -54,7 +54,7 @@ "negate": true, "required": true, "fields": { - "value": "dts[-. ]?x(?!\\d)" + "value": "\\b(dts[-_. ]?x)\\b(?!\\d)" } }, { diff --git a/docs/json/radarr/cf/dts-hd-hra.json b/docs/json/radarr/cf/dts-hd-hra.json index fe947c3c9..255cb5c93 100644 --- a/docs/json/radarr/cf/dts-hd-hra.json +++ b/docs/json/radarr/cf/dts-hd-hra.json @@ -54,7 +54,7 @@ "negate": true, "required": true, "fields": { - "value": "dts[-. ]?x(?!\\d)" + "value": "\\b(dts[-_. ]?x)\\b(?!\\d)" } }, { diff --git a/docs/json/radarr/cf/dts-hd-ma.json b/docs/json/radarr/cf/dts-hd-ma.json index df8001b47..cd3871e4a 100644 --- a/docs/json/radarr/cf/dts-hd-ma.json +++ b/docs/json/radarr/cf/dts-hd-ma.json @@ -10,7 +10,7 @@ "negate": false, "required": true, "fields": { - "value": "dts[ .-]?(ma\\b|hd[ .-]?ma\\b|hd)(?!china|r|maniacs)" + "value": "\\b(dts[-_. ]?(ma|hd[-_. ]?ma|xll))\\b" } }, { @@ -55,7 +55,7 @@ "negate": true, "required": true, "fields": { - "value": "dts[-. ]?x(?!\\d)" + "value": "\\b(dts[-_. ]?x)\\b(?!\\d)" } }, { diff --git a/docs/json/radarr/cf/dts-x.json b/docs/json/radarr/cf/dts-x.json index 1f4a65693..6b946aa2e 100644 --- a/docs/json/radarr/cf/dts-x.json +++ b/docs/json/radarr/cf/dts-x.json @@ -9,7 +9,7 @@ "negate": false, "required": true, "fields": { - "value": "dts[-. ]?x(?!\\d)" + "value": "\\b(dts[-_. ]?x)\\b(?!\\d)" } }, { diff --git a/docs/json/radarr/cf/dts.json b/docs/json/radarr/cf/dts.json index 16c92dc0c..c48636d6d 100644 --- a/docs/json/radarr/cf/dts.json +++ b/docs/json/radarr/cf/dts.json @@ -18,7 +18,7 @@ "negate": true, "required": true, "fields": { - "value": "dts[ .-]?(ma\\b|hd[ .-]?ma\\b|hd)(?!china|r|maniacs)" + "value": "\\b(dts[-_. ]?(ma|hd[-_. ]?ma|xll))\\b" } }, { @@ -63,7 +63,7 @@ "negate": true, "required": true, "fields": { - "value": "dts[-. ]?x(?!\\d)" + "value": "\\b(dts[-_. ]?x)\\b(?!\\d)" } }, { diff --git a/docs/json/sonarr/cf/dts-es.json b/docs/json/sonarr/cf/dts-es.json index d57118fd6..2e74ac1ce 100644 --- a/docs/json/sonarr/cf/dts-es.json +++ b/docs/json/sonarr/cf/dts-es.json @@ -54,7 +54,7 @@ "negate": true, "required": true, "fields": { - "value": "dts[-. ]?x(?!\\d)" + "value": "\\b(dts[-_. ]?x)\\b(?!\\d)" } }, { diff --git a/docs/json/sonarr/cf/dts-hd-hra.json b/docs/json/sonarr/cf/dts-hd-hra.json index 383d85b47..e5e544333 100644 --- a/docs/json/sonarr/cf/dts-hd-hra.json +++ b/docs/json/sonarr/cf/dts-hd-hra.json @@ -54,7 +54,7 @@ "negate": true, "required": true, "fields": { - "value": "dts[-. ]?x(?!\\d)" + "value": "\\b(dts[-_. ]?x)\\b(?!\\d)" } }, { diff --git a/docs/json/sonarr/cf/dts-hd-ma.json b/docs/json/sonarr/cf/dts-hd-ma.json index 9b79adecf..a80672447 100644 --- a/docs/json/sonarr/cf/dts-hd-ma.json +++ b/docs/json/sonarr/cf/dts-hd-ma.json @@ -10,7 +10,7 @@ "negate": false, "required": true, "fields": { - "value": "dts[ .-]?(ma\\b|hd[ .-]?ma\\b|hd)(?!china|r|maniacs)" + "value": "\\b(dts[-_. ]?(ma|hd[-_. ]?ma|xll))\\b" } }, { @@ -55,7 +55,7 @@ "negate": true, "required": true, "fields": { - "value": "dts[-. ]?x(?!\\d)" + "value": "\\b(dts[-_. ]?x)\\b(?!\\d)" } }, { diff --git a/docs/json/sonarr/cf/dts-x.json b/docs/json/sonarr/cf/dts-x.json index 46a606369..f4c4bb63e 100644 --- a/docs/json/sonarr/cf/dts-x.json +++ b/docs/json/sonarr/cf/dts-x.json @@ -9,7 +9,7 @@ "negate": false, "required": true, "fields": { - "value": "dts[-. ]?x(?!\\d)" + "value": "\\b(dts[-_. ]?x)\\b(?!\\d)" } }, { diff --git a/docs/json/sonarr/cf/dts.json b/docs/json/sonarr/cf/dts.json index 38946c796..cf5a1eed1 100644 --- a/docs/json/sonarr/cf/dts.json +++ b/docs/json/sonarr/cf/dts.json @@ -18,7 +18,7 @@ "negate": true, "required": true, "fields": { - "value": "dts[ .-]?(ma\\b|hd[ .-]?ma\\b|hd)(?!china|r|maniacs)" + "value": "\\b(dts[-_. ]?(ma|hd[-_. ]?ma|xll))\\b" } }, { @@ -63,7 +63,7 @@ "negate": true, "required": true, "fields": { - "value": "dts[-. ]?x(?!\\d)" + "value": "\\b(dts[-_. ]?x)\\b(?!\\d)" } }, {