From 269b5bbcd291731ff46c47712b6ac53ba23dcb85 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Mon, 6 Jun 2022 21:23:39 +0200 Subject: [PATCH 01/41] Radarr French CF - Added: editorconfig --- docs/json/radarr/user-radarr-cf/.editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 docs/json/radarr/user-radarr-cf/.editorconfig diff --git a/docs/json/radarr/user-radarr-cf/.editorconfig b/docs/json/radarr/user-radarr-cf/.editorconfig new file mode 100644 index 000000000..76ea91c4a --- /dev/null +++ b/docs/json/radarr/user-radarr-cf/.editorconfig @@ -0,0 +1,11 @@ +# EditorConfig is awesome: https://EditorConfig.org + +# top-most EditorConfig file +root = false + +[*.json] +indent_style = space +indent_size = 2 +charset = utf-8 +trim_trailing_whitespace = true +#insert_final_newline = true From 1eb291a339557500b2bef81930674f8677e03422 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Mon, 6 Jun 2022 21:24:17 +0200 Subject: [PATCH 02/41] FANSUB/FASTSUB: sub made by fan (that is how French indexers are reporting it most of the time) Added: FANSUB/FASTSUB: sub made by fan (that is how French indexers are reporting it most of the time) --- docs/json/radarr/user-radarr-cf/fansub.json | 24 +++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 docs/json/radarr/user-radarr-cf/fansub.json diff --git a/docs/json/radarr/user-radarr-cf/fansub.json b/docs/json/radarr/user-radarr-cf/fansub.json new file mode 100644 index 000000000..6866c37e6 --- /dev/null +++ b/docs/json/radarr/user-radarr-cf/fansub.json @@ -0,0 +1,24 @@ +{ + "name": "FANSUB", + "includeCustomFormatWhenRenaming": true, + "specifications": [ + { + "name": "FASTSUB", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\bFAST[ ._-]?SUB\\b" + } + }, + { + "name": "FANSUB", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\bFAN[ ._-]?SUB\\b" + } + } + ] +} From 8889b8c70d82f703c999f430afcbd1050fa8b0aa Mon Sep 17 00:00:00 2001 From: TRaSH Date: Mon, 6 Jun 2022 21:24:46 +0200 Subject: [PATCH 03/41] =?UTF-8?q?VOSTFR:=20version=20originale=20sous-titr?= =?UTF-8?q?=C3=A9=20fran=C3=A7ais=20(original=20version=20with=20French=20?= =?UTF-8?q?sub)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Added: VOSTFR: version originale sous-titré français (original version with French sub) --- docs/json/radarr/user-radarr-cf/vostfr.json | 24 +++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 docs/json/radarr/user-radarr-cf/vostfr.json diff --git a/docs/json/radarr/user-radarr-cf/vostfr.json b/docs/json/radarr/user-radarr-cf/vostfr.json new file mode 100644 index 000000000..6c95139cd --- /dev/null +++ b/docs/json/radarr/user-radarr-cf/vostfr.json @@ -0,0 +1,24 @@ +{ + "name": "VOSTFR", + "includeCustomFormatWhenRenaming": true, + "specifications": [ + { + "name": "VOSTFR", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\bVOSTFR?(F|I|Q|R|[0-9])?\\b" + } + }, + { + "name": "SUBFRENCH", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\bSUBFR(ENCH)?\\b" + } + } + ] +} From 916a04ef37b974702fa4c9a5e14f1a46901aa3ed Mon Sep 17 00:00:00 2001 From: TRaSH Date: Mon, 6 Jun 2022 21:25:08 +0200 Subject: [PATCH 04/41] =?UTF-8?q?VFQ:=20version=20fran=C3=A7aise=20qu?= =?UTF-8?q?=C3=A9b=C3=A9coise=20(French=20Canadian=20version)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added: VFQ: version française québécoise (French Canadian version) --- docs/json/radarr/user-radarr-cf/vfq.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/json/radarr/user-radarr-cf/vfq.json diff --git a/docs/json/radarr/user-radarr-cf/vfq.json b/docs/json/radarr/user-radarr-cf/vfq.json new file mode 100644 index 000000000..939bca516 --- /dev/null +++ b/docs/json/radarr/user-radarr-cf/vfq.json @@ -0,0 +1,15 @@ +{ + "name": "VFQ", + "includeCustomFormatWhenRenaming": true, + "specifications": [ + { + "name": "VFQ", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": true, + "fields": { + "value": "VFQ" + } + } + ] +} From 0654020006ff85ddb3d9bfe43ef297d7fd894cd3 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Mon, 6 Jun 2022 21:25:50 +0200 Subject: [PATCH 05/41] =?UTF-8?q?VFF:=20version=20fran=C3=A7aise=20de=20Fr?= =?UTF-8?q?ance=20(France=20French=20version)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Added: VFF: version française de France (France French version) --- .../json/radarr/user-radarr-cf/multi-vff.json | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 docs/json/radarr/user-radarr-cf/multi-vff.json diff --git a/docs/json/radarr/user-radarr-cf/multi-vff.json b/docs/json/radarr/user-radarr-cf/multi-vff.json new file mode 100644 index 000000000..e7fdd4569 --- /dev/null +++ b/docs/json/radarr/user-radarr-cf/multi-vff.json @@ -0,0 +1,24 @@ +{ + "name": "MULTI VFF ", + "includeCustomFormatWhenRenaming": false, + "specifications": [ + { + "name": "Multi", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": true, + "fields": { + "value": "\\bMulti(\\b|\\d)" + } + }, + { + "name": "VFF", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": true, + "fields": { + "value": "\\b((TRUE)?FR(ENCH)?|VO?F(F|I|[0-9])?)\\b" + } + } + ] +} From 80a31da01cbbc9cfcc9bb39696ccea28358d666e Mon Sep 17 00:00:00 2001 From: TRaSH Date: Mon, 6 Jun 2022 21:26:29 +0200 Subject: [PATCH 06/41] Several French CF - Added: Several French CF --- .../radarr/user-radarr-cf/french-hq-best.json | 114 ++++++++++ .../user-radarr-cf/french-hq-correct.json | 150 +++++++++++++ .../user-radarr-cf/french-hq-great.json | 69 ++++++ .../radarr/user-radarr-cf/french-scene.json | 204 ++++++++++++++++++ 4 files changed, 537 insertions(+) create mode 100644 docs/json/radarr/user-radarr-cf/french-hq-best.json create mode 100644 docs/json/radarr/user-radarr-cf/french-hq-correct.json create mode 100644 docs/json/radarr/user-radarr-cf/french-hq-great.json create mode 100644 docs/json/radarr/user-radarr-cf/french-scene.json diff --git a/docs/json/radarr/user-radarr-cf/french-hq-best.json b/docs/json/radarr/user-radarr-cf/french-hq-best.json new file mode 100644 index 000000000..860509504 --- /dev/null +++ b/docs/json/radarr/user-radarr-cf/french-hq-best.json @@ -0,0 +1,114 @@ +{ + "name": "French - HQ [Best]", + "includeCustomFormatWhenRenaming": false, + "specifications": [ + { + "name": "BEO", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b([ ._-]|\\[)BEO\\b" + } + }, + { + "name": "FCK", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b([ ._-]|\\[)FCK\\b" + } + }, + { + "name": "FoX", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b([ ._-]|\\[)FoX\\b" + } + }, + { + "name": "HLX", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b([ ._-]|\\[)HLX\\b" + } + }, + { + "name": "JKF", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b([ ._-]|\\[)JKF\\b" + } + }, + { + "name": "KALiPSO", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b([ ._-]|\\[)KALiPSO\\b" + } + }, + { + "name": "MARBLECAKE", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b([ ._-]|\\[)MARBLECAKE\\b" + } + }, + { + "name": "MeMyl", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b([ ._-]|\\[)MeMyI\\b" + } + }, + { + "name": "MTDK", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b([ ._-]|\\[)MTDK\\b" + } + }, + { + "name": "NEO", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b([ ._-]|\\[)NEO\\b" + } + }, + { + "name": "RELiCS", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b([ ._-]|\\[)RELiCS\\b" + } + }, + { + "name": "Scaph", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b([ ._-]|\\[)Scaph\\b" + } + } + ] +} diff --git a/docs/json/radarr/user-radarr-cf/french-hq-correct.json b/docs/json/radarr/user-radarr-cf/french-hq-correct.json new file mode 100644 index 000000000..1e3e53b95 --- /dev/null +++ b/docs/json/radarr/user-radarr-cf/french-hq-correct.json @@ -0,0 +1,150 @@ +{ + "name": "French - HQ [Correct]", + "includeCustomFormatWhenRenaming": false, + "specifications": [ + { + "name": "ALL4YOU", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b([ ._-]|\\[)ALL4YOU\\b" + } + }, + { + "name": "AMNESIA", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b([ ._-]|\\[)AMNESIA\\b" + } + }, + { + "name": "ARK01", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b([ ._-]|\\[)ARK01\\b" + } + }, + { + "name": "BARBiE", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b([ ._-]|\\[)BARBiE\\b" + } + }, + { + "name": "DIEBEX", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b([ ._-]|\\[)DIEBEX\\b" + } + }, + { + "name": "FTMVHD", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b([ ._-]|\\[)FTMVHD\\b" + } + }, + { + "name": "HeavyWeight", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b([ ._-]|\\[)HeavyWeight\\b" + } + }, + { + "name": "JAX", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b([ ._-]|\\[)JAX\\b" + } + }, + { + "name": "MoJiTo", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b([ ._-]|\\[)MoJiTo\\b" + } + }, + { + "name": "NPMS", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b([ ._-]|\\[)NPMS\\b" + } + }, + { + "name": "ONLYMOViE", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b([ ._-]|\\[)ONLYMOViE\\b" + } + }, + { + "name": "playWEB", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b([ ._-]|\\[)playWEB\\b" + } + }, + { + "name": "SLAY3R", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b([ ._-]|\\[)SLAY3R\\b" + } + }, + { + "name": "TkHD", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b([ ._-]|\\[)TkHD\\b" + } + }, + { + "name": "USR", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b([ ._-]|\\[)USR\\b" + } + }, + { + "name": "UTT", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b([ ._-]|\\[)UTT\\b" + } + } + ] +} diff --git a/docs/json/radarr/user-radarr-cf/french-hq-great.json b/docs/json/radarr/user-radarr-cf/french-hq-great.json new file mode 100644 index 000000000..4e8b59579 --- /dev/null +++ b/docs/json/radarr/user-radarr-cf/french-hq-great.json @@ -0,0 +1,69 @@ +{ + "name": "French - HQ [Great]", + "includeCustomFormatWhenRenaming": false, + "specifications": [ + { + "name": "ALLDAYiN", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b([ ._-]|\\[)ALLDAYiN\\b" + } + }, + { + "name": "EXTREME", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b([ ._-]|\\[)EXTREME\\b" + } + }, + { + "name": "FRATERNiTY", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b([ ._-]|\\[)FRATERNiTY\\b" + } + }, + { + "name": "KLI", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b([ ._-]|\\[)KLI\\b" + } + }, + { + "name": "NoTag", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b([ ._-]|\\[)NoTag\\b" + } + }, + { + "name": "PopHD", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b([ ._-]|\\[)PopHD\\b" + } + }, + { + "name": "ZeL", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b([ ._-]|\\[)ZeL\\b" + } + } + ] +} diff --git a/docs/json/radarr/user-radarr-cf/french-scene.json b/docs/json/radarr/user-radarr-cf/french-scene.json new file mode 100644 index 000000000..51b436521 --- /dev/null +++ b/docs/json/radarr/user-radarr-cf/french-scene.json @@ -0,0 +1,204 @@ +{ + "name": "French Scene", + "includeCustomFormatWhenRenaming": false, + "specifications": [ + { + "name": "A", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b([ ._-]|\\[)(AiRDOCS|AiRLiNE|AiRTV|AKLHD|AZR)\\b" + } + }, + { + "name": "B", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b([ ._-]|\\[)(BiPOLAR|BRiNK)\\b" + } + }, + { + "name": "C", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b([ ._-]|\\[)(CARAPiLS|CiELOS|CiNEFiLE|CONVOY|CRYPT0)\\b" + } + }, + { + "name": "D", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b([ ._-]|\\[)(D4KiD|DEAL|DUSS)\\b" + } + }, + { + "name": "E", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b([ ._-]|\\[)(EUBDS)\\b" + } + }, + { + "name": "F", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b([ ._-]|\\[)(FHD|FiDELiO|FiDO|ForceBleue|F(or)?W(ard)?|FRENCHDEADPOOL2)\\b" + } + }, + { + "name": "G", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b([ ._-]|\\[)(GECKOS|GHOULS|Goatlove)\\b" + } + }, + { + "name": "H", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b([ ._-]|\\[)(HAWAII|HOLiDAYS|HYBRiS)\\b" + } + }, + { + "name": "I", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b([ ._-]|\\[)(iDHD|iRLS)\\b" + } + }, + { + "name": "J", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b([ ._-]|\\[)(JMT|JUSTICELEAGUE)\\b" + } + }, + { + "name": "K", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b([ ._-]|\\[)(KAZETV|KOGi)\\b" + } + }, + { + "name": "L", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b([ ._-]|\\[)(LaoZi|LOST|LOUVRE)\\b" + } + }, + { + "name": "M", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b([ ._-]|\\[)(MAGiCAL|MELBA|METALLIKA|MUNSTER|MUxHD)\\b" + } + }, + { + "name": "N", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b([ ._-]|\\[)(NERDHD|NERO|NOWiNHD|NrZ|NTK)\\b" + } + }, + { + "name": "O", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b([ ._-]|\\[)(OohLaLa)\\b" + } + }, + { + "name": "P", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b([ ._-]|\\[)(PANZeR|PFa|PiNKPANTERS|PKPTRS|PRiDEHD|PRODiGE|PRXHD|PURE|PUREWASTEOFBW)\\b" + } + }, + { + "name": "R", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b([ ._-]|\\[)(Ryotox)\\b" + } + }, + { + "name": "S", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b([ ._-]|\\[)(SCENE|SEiGHT|SESKAPiLE|SH0W|SHiNiGAMiUHD|SiGeRiS|SODAPOP|SOZER|SPINE|SPOiLER|STRINGERBELL)\\b" + } + }, + { + "name": "T", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b([ ._-]|\\[)(THENiGHTMAREiNHD|THiNK|THREESOME|Thursday13th|TiMELiNE|TSuNaMi)\\b" + } + }, + { + "name": "U", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b([ ._-]|\\[)(UKDHD|UKDTV|ULSHD|Ulysse)\\b" + } + }, + { + "name": "V", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b([ ._-]|\\[)(VENUE|VoMiT)\\b" + } + }, + { + "name": "Z", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b([ ._-]|\\[)(ZEST)\\b" + } + } + ] +} From cf1f048eb165791c6dea6de1d86bf267d346c3a1 Mon Sep 17 00:00:00 2001 From: NiceTSY <38940602+NiceTSY@users.noreply.github.com> Date: Wed, 29 Jun 2022 20:22:33 +0200 Subject: [PATCH 07/41] Update French Cfs Added: - French Audio - VF - VFB - VFQ - VOSTFR - French HQ - French HQ Remux - French HQ WEBDL - French Scene - French LQ - 4 special French UHD profiles --- docs/json/radarr/user-radarr-cf/fansub.json | 24 -- .../user-radarr-cf/french-cfs/.editorconfig | 11 + .../french-cfs/french-audio.json | 53 +++++ .../french-hq-remux.json} | 63 +++--- .../french-hq-webdl.json} | 79 +++---- .../user-radarr-cf/french-cfs/french-hq.json | 206 ++++++++++++++++++ .../user-radarr-cf/french-cfs/french-lq.json | 53 +++++ .../{ => french-cfs}/french-scene.json | 48 ++-- .../french-cfs/french-uhd-dustin.json | 62 ++++++ .../french-cfs/french-uhd-flop.json | 62 ++++++ .../french-cfs/french-uhd-fraternity.json | 62 ++++++ .../french-cfs/french-uhd-sowhd.json | 62 ++++++ .../user-radarr-cf/french-cfs/french-vf.json | 35 +++ .../user-radarr-cf/french-cfs/french-vfb.json | 17 ++ .../{vfq.json => french-cfs/french-vfq.json} | 8 +- .../french-vostfr.json} | 8 +- .../user-radarr-cf/french-hq-great.json | 69 ------ .../json/radarr/user-radarr-cf/multi-vff.json | 24 -- 18 files changed, 722 insertions(+), 224 deletions(-) delete mode 100644 docs/json/radarr/user-radarr-cf/fansub.json create mode 100644 docs/json/radarr/user-radarr-cf/french-cfs/.editorconfig create mode 100644 docs/json/radarr/user-radarr-cf/french-cfs/french-audio.json rename docs/json/radarr/user-radarr-cf/{french-hq-best.json => french-cfs/french-hq-remux.json} (60%) rename docs/json/radarr/user-radarr-cf/{french-hq-correct.json => french-cfs/french-hq-webdl.json} (61%) create mode 100644 docs/json/radarr/user-radarr-cf/french-cfs/french-hq.json create mode 100644 docs/json/radarr/user-radarr-cf/french-cfs/french-lq.json rename docs/json/radarr/user-radarr-cf/{ => french-cfs}/french-scene.json (70%) create mode 100644 docs/json/radarr/user-radarr-cf/french-cfs/french-uhd-dustin.json create mode 100644 docs/json/radarr/user-radarr-cf/french-cfs/french-uhd-flop.json create mode 100644 docs/json/radarr/user-radarr-cf/french-cfs/french-uhd-fraternity.json create mode 100644 docs/json/radarr/user-radarr-cf/french-cfs/french-uhd-sowhd.json create mode 100644 docs/json/radarr/user-radarr-cf/french-cfs/french-vf.json create mode 100644 docs/json/radarr/user-radarr-cf/french-cfs/french-vfb.json rename docs/json/radarr/user-radarr-cf/{vfq.json => french-cfs/french-vfq.json} (62%) rename docs/json/radarr/user-radarr-cf/{vostfr.json => french-cfs/french-vostfr.json} (72%) delete mode 100644 docs/json/radarr/user-radarr-cf/french-hq-great.json delete mode 100644 docs/json/radarr/user-radarr-cf/multi-vff.json diff --git a/docs/json/radarr/user-radarr-cf/fansub.json b/docs/json/radarr/user-radarr-cf/fansub.json deleted file mode 100644 index 6866c37e6..000000000 --- a/docs/json/radarr/user-radarr-cf/fansub.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "FANSUB", - "includeCustomFormatWhenRenaming": true, - "specifications": [ - { - "name": "FASTSUB", - "implementation": "ReleaseTitleSpecification", - "negate": false, - "required": false, - "fields": { - "value": "\\bFAST[ ._-]?SUB\\b" - } - }, - { - "name": "FANSUB", - "implementation": "ReleaseTitleSpecification", - "negate": false, - "required": false, - "fields": { - "value": "\\bFAN[ ._-]?SUB\\b" - } - } - ] -} diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/.editorconfig b/docs/json/radarr/user-radarr-cf/french-cfs/.editorconfig new file mode 100644 index 000000000..76ea91c4a --- /dev/null +++ b/docs/json/radarr/user-radarr-cf/french-cfs/.editorconfig @@ -0,0 +1,11 @@ +# EditorConfig is awesome: https://EditorConfig.org + +# top-most EditorConfig file +root = false + +[*.json] +indent_style = space +indent_size = 2 +charset = utf-8 +trim_trailing_whitespace = true +#insert_final_newline = true diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-audio.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-audio.json new file mode 100644 index 000000000..0af1eac65 --- /dev/null +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-audio.json @@ -0,0 +1,53 @@ +{ + "trash_id": "2a2ad73653fff3be34dde9036dc99d16", + "trash_score": "1", + "name": "French Audio", + "includeCustomFormatWhenRenaming": false, + "specifications": [ + { + "name": "TRUEFRENCH", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(TRUEFRENCH|VO?FF?)\\b" + } + }, + { + "name": "FRENCH", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\bFR(A|ENCH)?\\b" + } + }, + { + "name": "French International", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\bVF(I|\\d)\\b" + } + }, + { + "name": "Belgian French", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\bVFB\\b" + } + }, + { + "name": "Canadian French", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\bVF?Q\\b" + } + } + ] +} \ No newline at end of file diff --git a/docs/json/radarr/user-radarr-cf/french-hq-best.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-hq-remux.json similarity index 60% rename from docs/json/radarr/user-radarr-cf/french-hq-best.json rename to docs/json/radarr/user-radarr-cf/french-cfs/french-hq-remux.json index 860509504..f845139bd 100644 --- a/docs/json/radarr/user-radarr-cf/french-hq-best.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-hq-remux.json @@ -1,114 +1,107 @@ { - "name": "French - HQ [Best]", + "trash_id": "f380d92c72933088d8b74df740a57082", + "trash_score": "1900", + "name": "French HQ-Remux", "includeCustomFormatWhenRenaming": false, "specifications": [ { - "name": "BEO", - "implementation": "ReleaseTitleSpecification", + "name": "Remux", + "implementation": "QualityModifierSpecification", "negate": false, - "required": false, + "required": true, "fields": { - "value": "\\b([ ._-]|\\[)BEO\\b" + "value": 5 } }, { - "name": "FCK", + "name": "BDHD (no VC1)", "implementation": "ReleaseTitleSpecification", "negate": false, "required": false, "fields": { - "value": "\\b([ ._-]|\\[)FCK\\b" + "value": "(? Date: Wed, 29 Jun 2022 20:46:03 +0200 Subject: [PATCH 08/41] Forgot about FR(digit) --- docs/json/radarr/user-radarr-cf/french-cfs/french-audio.json | 2 +- docs/json/radarr/user-radarr-cf/french-cfs/french-vf.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-audio.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-audio.json index 0af1eac65..748f2becc 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-audio.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-audio.json @@ -28,7 +28,7 @@ "negate": false, "required": false, "fields": { - "value": "\\bVF(I|\\d)\\b" + "value": "\\b(VF|FR)(I|\\d)\\b" } }, { diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-vf.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-vf.json index d96d1d437..563c50854 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-vf.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-vf.json @@ -28,7 +28,7 @@ "negate": false, "required": false, "fields": { - "value": "\\bVF(I|\\d)\\b" + "value": "\\b(VF|FR)(I|\\d)\\b" } } ] From fe0cde7aa578555e9e46392f982eb1b5bdb0740c Mon Sep 17 00:00:00 2001 From: NiceTSY <38940602+NiceTSY@users.noreply.github.com> Date: Sun, 10 Jul 2022 20:20:19 +0200 Subject: [PATCH 09/41] Update of French audio - Recognised French audio also thanks to Radarr language specification. - Add VFI as an alone Tag flag for custom naming. --- .../user-radarr-cf/french-cfs/french-audio.json | 9 +++++++++ .../user-radarr-cf/french-cfs/french-vf.json | 9 --------- .../user-radarr-cf/french-cfs/french-vfi.json | 17 +++++++++++++++++ 3 files changed, 26 insertions(+), 9 deletions(-) create mode 100644 docs/json/radarr/user-radarr-cf/french-cfs/french-vfi.json diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-audio.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-audio.json index 748f2becc..d6bc2f265 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-audio.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-audio.json @@ -4,6 +4,15 @@ "name": "French Audio", "includeCustomFormatWhenRenaming": false, "specifications": [ + { + "name": "French Language", + "implementation": "LanguageSpecification", + "negate": false, + "required": false, + "fields": { + "value": 2 + } + }, { "name": "TRUEFRENCH", "implementation": "ReleaseTitleSpecification", diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-vf.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-vf.json index 563c50854..26207b78d 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-vf.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-vf.json @@ -21,15 +21,6 @@ "fields": { "value": "\\bFR(A|ENCH)?\\b" } - }, - { - "name": "French International", - "implementation": "ReleaseTitleSpecification", - "negate": false, - "required": false, - "fields": { - "value": "\\b(VF|FR)(I|\\d)\\b" - } } ] } \ No newline at end of file diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-vfi.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-vfi.json new file mode 100644 index 000000000..e26009827 --- /dev/null +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-vfi.json @@ -0,0 +1,17 @@ +{ + "trash_id": "e494f3dba821e25a67d7169ac7010c59", + "trash_score": "0", + "name": "VFI", + "includeCustomFormatWhenRenaming": true, + "specifications": [ + { + "name": "French International", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": true, + "fields": { + "value": "\\b(VF|FR)(I|\\d)\\b" + } + } + ] +} \ No newline at end of file From d937ff9cc263b26cdc6d0b6f110950d5705ff683 Mon Sep 17 00:00:00 2001 From: NiceTSY <38940602+NiceTSY@users.noreply.github.com> Date: Wed, 17 Aug 2022 14:41:22 +0200 Subject: [PATCH 10/41] Update French Language Audio CFs - Add VOF - Renamed VF to VFF - Updated VFI - Corrected English --- .../user-radarr-cf/french-cfs/french-audio.json | 13 +++++++++++-- .../user-radarr-cf/french-cfs/french-vfb.json | 2 +- .../{french-vf.json => french-vff.json} | 13 +++++++++++-- .../user-radarr-cf/french-cfs/french-vfi.json | 2 +- .../user-radarr-cf/french-cfs/french-vof.json | 17 +++++++++++++++++ 5 files changed, 41 insertions(+), 6 deletions(-) rename docs/json/radarr/user-radarr-cf/french-cfs/{french-vf.json => french-vff.json} (67%) create mode 100644 docs/json/radarr/user-radarr-cf/french-cfs/french-vof.json diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-audio.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-audio.json index d6bc2f265..b8c6cdeb3 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-audio.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-audio.json @@ -13,13 +13,22 @@ "value": 2 } }, + { + "name": "French Original Version", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\bVOF\\b" + } + }, { "name": "TRUEFRENCH", "implementation": "ReleaseTitleSpecification", "negate": false, "required": false, "fields": { - "value": "\\b(TRUEFRENCH|VO?FF?)\\b" + "value": "\\b(TRUEFRENCH|VFF?)\\b" } }, { @@ -37,7 +46,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(VF|FR)(I|\\d)\\b" + "value": "\\bVF(I|\\d)\\b" } }, { diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-vfb.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-vfb.json index 4d06da446..30e82070b 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-vfb.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-vfb.json @@ -5,7 +5,7 @@ "includeCustomFormatWhenRenaming": true, "specifications": [ { - "name": "Belgium French", + "name": "Belgian French", "implementation": "ReleaseTitleSpecification", "negate": false, "required": true, diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-vf.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-vff.json similarity index 67% rename from docs/json/radarr/user-radarr-cf/french-cfs/french-vf.json rename to docs/json/radarr/user-radarr-cf/french-cfs/french-vff.json index 26207b78d..3acf6636d 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-vf.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-vff.json @@ -1,16 +1,25 @@ { "trash_id": "6e714c35775a363a8d01bc25328fe27e", "trash_score": "0", - "name": "VF", + "name": "VFF", "includeCustomFormatWhenRenaming": true, "specifications": [ + { + "name": "French Language", + "implementation": "LanguageSpecification", + "negate": false, + "required": false, + "fields": { + "value": 2 + } + }, { "name": "TRUEFRENCH", "implementation": "ReleaseTitleSpecification", "negate": false, "required": false, "fields": { - "value": "\\b(TRUEFRENCH|VO?FF?)\\b" + "value": "\\b(TRUEFRENCH|VFF?)\\b" } }, { diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-vfi.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-vfi.json index e26009827..739ac8d68 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-vfi.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-vfi.json @@ -10,7 +10,7 @@ "negate": false, "required": true, "fields": { - "value": "\\b(VF|FR)(I|\\d)\\b" + "value": "\\bVF(I|\\d)\\b" } } ] diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-vof.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-vof.json new file mode 100644 index 000000000..e7b58c8a2 --- /dev/null +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-vof.json @@ -0,0 +1,17 @@ +{ + "trash_id": "7253c7956af344a695d36c5670bf52b6", + "trash_score": "0", + "name": "VOF", + "includeCustomFormatWhenRenaming": true, + "specifications": [ + { + "name": "French Original Version", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": true, + "fields": { + "value": "\\bVOF\\b" + } + } + ] +} \ No newline at end of file From 95af022bb4687d9a58546888982ad8f1e6051f84 Mon Sep 17 00:00:00 2001 From: NiceTSY <38940602+NiceTSY@users.noreply.github.com> Date: Wed, 17 Aug 2022 14:42:51 +0200 Subject: [PATCH 11/41] Updated FR LQ and Scene - Renamed CFs - Updated groups --- .../user-radarr-cf/french-cfs/french-lq.json | 15 +-- .../french-cfs/french-scene.json | 94 +++++++++---------- 2 files changed, 50 insertions(+), 59 deletions(-) diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-lq.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-lq.json index 7e5e06f76..047f14147 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-lq.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-lq.json @@ -1,7 +1,7 @@ { "trash_id": "ff4662c9d8da8c7fdcb80e11c8dbdfdf", "trash_score": "-10000", - "name": "French LQ", + "name": "[FR] LQ", "includeCustomFormatWhenRenaming": false, "specifications": [ { @@ -32,21 +32,12 @@ } }, { - "name": "Other reasons [1]", "implementation": "ReleaseTitleSpecification", + "name": "Other reasons", "negate": false, "required": false, "fields": { - "value": "[\\[ .-](AlexandriZ|AlioZ|BossBaby|Champion9|DUB|FGT|FReeZeR|FUNKKY|GHOSTSPiRiT|GOBO2S|HD2|HuSh)\\b" - } - }, - { - "name": "Other reasons [2]", - "implementation": "ReleaseTitleSpecification", - "negate": false, - "required": false, - "fields": { - "value": "[\\[ .-](MACK4|MeMyl|METALLIKA|MGD|N3TFL1X|NoelMaison|nutella|Papaya|PULSE|SHARKS|SP3CTR|STVFRV|TSN999|TVPSLO|WINCHESTER|ZA)\\b" + "value": "(ARKRiL|BossBaby|Champion9|Copycomic|EASPORTS|EliteT|FUNKKY|FUNKY|GOBO2S|HD2|LNA3d|LTTM|MACK4|MeMyl|METALLIKA|MGD|Moorea81|Muxman|Mzsys|N3TFL1X|NoelMaison|nutella|Papaya|PIKACHU|PULSE|RELiC|SHARKS|SP3CTR|STVFRV|TeamSuW|TORRiD|TSN999|TVPSLO|Upmix|VIKY47|Wakanim|WINCHESTER|Wita)\\b" } } ] diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-scene.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-scene.json index 0e210a33a..959b6ee11 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-scene.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-scene.json @@ -1,7 +1,7 @@ { "trash_id": "d9fa7bd4ed44c120816f33ed39992fb9", - "trash_score": "0", - "name": "French Scene", + "trash_score": "1500", + "name": "[FR] Scene Groups", "includeCustomFormatWhenRenaming": false, "specifications": [ { @@ -33,173 +33,173 @@ }, { "name": "D", - "implementation": "ReleaseTitleSpecification", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "[\\[ .-](D4KiD|DEAL|DUSS)\\b" + "value": "(D4KiD|DEAL|DiEBEX|DUSS)\\b" } }, { "name": "E", - "implementation": "ReleaseTitleSpecification", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "[\\[ .-](EUBDS)\\b" + "value": "(EUBDS)\\b" } }, { "name": "F", - "implementation": "ReleaseTitleSpecification", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "[\\[ .-](FHD|FiDELiO|FiDO|ForceBleue|F(or)?W(ard)?|FRENCHDEADPOOL2)\\b" + "value": "(FHD|FiDELiO|FiDO|ForceBleue|FREAMON|FRENCHDEADPOOL2)\\b" } }, { "name": "G", - "implementation": "ReleaseTitleSpecification", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "[\\[ .-](GECKOS|GHOULS|Goatlove)\\b" + "value": "(GHOULS|GiMNAP|GLiMMER|Goatlove)\\b" } }, { "name": "H", - "implementation": "ReleaseTitleSpecification", - "negate": false, - "required": false, - "fields": { - "value": "[\\[ .-](HAWAII|HOLiDAYS|HYBRiS)\\b" - } - }, - { - "name": "I", - "implementation": "ReleaseTitleSpecification", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "[\\[ .-](iDHD|iRLS)\\b" + "value": "(HERC|HYBRiS|HyDe)\\b" } }, { "name": "J", - "implementation": "ReleaseTitleSpecification", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "[\\[ .-](JMT|JUSTICELEAGUE)\\b" + "value": "(JMT|JUSTICELEAGUE)\\b" } }, { "name": "K", - "implementation": "ReleaseTitleSpecification", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "[\\[ .-](KAZETV|KOGi)\\b" + "value": "(KAZETV|KOGi)\\b" } }, { "name": "L", - "implementation": "ReleaseTitleSpecification", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "[\\[ .-](LaoZi|LOST|LOUVRE)\\b" + "value": "(L0SERNiGHT|LaoZi|LeON|LOFiDEL|LOST)\\b" } }, { "name": "M", - "implementation": "ReleaseTitleSpecification", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "[\\[ .-](MAGiCAL|MELBA|METALLIKA|MUNSTER|MUxHD)\\b" + "value": "(MAGiCAL|MANGACiTY|MAXAGAZ|MaxiBeNoul|MELBA|MORELAND|MUNSTER|MUxHD)\\b" } }, { "name": "N", - "implementation": "ReleaseTitleSpecification", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "[\\[ .-](NERDHD|NERO|NOWiNHD|NrZ|NTK)\\b" + "value": "(NERDHD|NERO|NrZ|NTK)\\b" } }, { "name": "O", - "implementation": "ReleaseTitleSpecification", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "[\\[ .-](OohLaLa)\\b" + "value": "(OBSTACLE|OohLaLa)\\b" } }, { "name": "P", - "implementation": "ReleaseTitleSpecification", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "[\\[ .-](PANZeR|PFa|PiNKPANTERS|PKPTRS|PRiDEHD|PRODiGE|PRXHD|PURE|PUREWASTEOFBW)\\b" + "value": "(PANZeR|PiNKPANTERS|PKPTRS|PRiDEHD|PROPJOE|PURE|PUREWASTEOFBW)\\b" } }, { "name": "R", - "implementation": "ReleaseTitleSpecification", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "[\\[ .-](Ryotox)\\b" + "value": "(ROUGH|Ryotox)\\b" } }, { "name": "S", - "implementation": "ReleaseTitleSpecification", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "[\\[ .-](SCENE|SEiGHT|SESKAPiLE|SH0W|SHiNiGAMiUHD|SiGeRiS|SKYFiRE|SODAPOP|SOZER|SPINE|SPOiLER|STRINGERBELL)\\b" + "value": "(SAFETY|SEiGHT|SESKAPiLE|SharpHD|SHEEEiT|SHiNiGAMi(UHD)?|SiGeRiS|SILVIODANTE|SLEEPINGFOREST|SODAPOP|SPINE|SPOiLER|STRINGERBELL)\\b" } }, { "name": "T", - "implementation": "ReleaseTitleSpecification", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "[\\[ .-](THENiGHTMAREiNHD|THiNK|THREESOME|Thursday13th|TiMELiNE|TSuNaMi)\\b" + "value": "(THENiGHTMAREiNHD|THiNK|THREESOME|TiMELiNE|TSuNaMi)\\b" } }, { "name": "U", - "implementation": "ReleaseTitleSpecification", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "[\\[ .-](UKDHD|UKDTV|ULSHD|Ulysse)\\b" + "value": "(UKDHD|UKDTV|ULSHD|Ulysse|USURY)\\b" } }, { "name": "V", - "implementation": "ReleaseTitleSpecification", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "[\\[ .-](VENUE|VoMiT)\\b" + "value": "(VENUE|VoMiT)\\b" + } + }, + { + "name": "W", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "(Wednesday29th)\\b" } }, { "name": "Z", - "implementation": "ReleaseTitleSpecification", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "[\\[ .-](ZEST)\\b" + "value": "(ZEST)\\b" } } ] From 6eace3ad3d9eabb9208886d3f9521d34981e6b7a Mon Sep 17 00:00:00 2001 From: NiceTSY <38940602+NiceTSY@users.noreply.github.com> Date: Wed, 17 Aug 2022 14:46:47 +0200 Subject: [PATCH 12/41] Updated French Groups Cfs - Updated naming of the CFs and added tiers to the Bluray, Remux and Web CFs, to kept it consistent with Trash guide. - Passed `ReleaseTitleSpecification` to `ReleaseGroupSpecification`. But for two groups that also do sort of smaller release and need another check. - Updated scoring following some feedbacks. --- .../french-cfs/french-hd-bluray-tier-01.json | 116 ++++++++++ .../french-cfs/french-hd-bluray-tier-02.json | 116 ++++++++++ .../french-cfs/french-hd-bluray-tier-03.json | 125 +++++++++++ .../french-cfs/french-hq-remux.json | 107 --------- .../french-cfs/french-hq-webdl.json | 143 ------------ .../user-radarr-cf/french-cfs/french-hq.json | 206 ------------------ .../user-radarr-cf/french-cfs/french-lq.json | 14 +- .../french-cfs/french-remux-tier-01.json | 89 ++++++++ .../french-cfs/french-remux-tier-02.json | 89 ++++++++ .../french-cfs/french-scene.json | 12 +- .../french-cfs/french-uhd-dustin.json | 8 +- .../french-cfs/french-uhd-flop.json | 8 +- .../french-cfs/french-uhd-fraternity.json | 8 +- .../french-cfs/french-uhd-sowhd.json | 6 +- .../french-cfs/french-web-tier-01.json | 107 +++++++++ .../french-cfs/french-web-tier-02.json | 98 +++++++++ .../french-cfs/french-web-tier-03.json | 98 +++++++++ 17 files changed, 866 insertions(+), 484 deletions(-) create mode 100644 docs/json/radarr/user-radarr-cf/french-cfs/french-hd-bluray-tier-01.json create mode 100644 docs/json/radarr/user-radarr-cf/french-cfs/french-hd-bluray-tier-02.json create mode 100644 docs/json/radarr/user-radarr-cf/french-cfs/french-hd-bluray-tier-03.json delete mode 100644 docs/json/radarr/user-radarr-cf/french-cfs/french-hq-remux.json delete mode 100644 docs/json/radarr/user-radarr-cf/french-cfs/french-hq-webdl.json delete mode 100644 docs/json/radarr/user-radarr-cf/french-cfs/french-hq.json create mode 100644 docs/json/radarr/user-radarr-cf/french-cfs/french-remux-tier-01.json create mode 100644 docs/json/radarr/user-radarr-cf/french-cfs/french-remux-tier-02.json create mode 100644 docs/json/radarr/user-radarr-cf/french-cfs/french-web-tier-01.json create mode 100644 docs/json/radarr/user-radarr-cf/french-cfs/french-web-tier-02.json create mode 100644 docs/json/radarr/user-radarr-cf/french-cfs/french-web-tier-03.json diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-hd-bluray-tier-01.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-hd-bluray-tier-01.json new file mode 100644 index 000000000..18e562672 --- /dev/null +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-hd-bluray-tier-01.json @@ -0,0 +1,116 @@ +{ + "trash_id": "a345773e102ae4115d7692491a661c69", + "trash_score": "1800", + "name": "[FR] HD Bluray Tier 01", + "includeCustomFormatWhenRenaming": false, + "specifications": [ + { + "name": "BLURAY", + "implementation": "SourceSpecification", + "negate": false, + "required": true, + "fields": { + "value": 9 + } + }, + { + "name": "Not Remux", + "implementation": "QualityModifierSpecification", + "negate": true, + "required": true, + "fields": { + "value": 5 + } + }, + { + "name": "Not 2160p", + "implementation": "ResolutionSpecification", + "negate": true, + "required": true, + "fields": { + "value": 2160 + } + }, + { + "name": "D3L0P@tte", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "D3L0P(@tte)?\\b" + } + }, + { + "name": "DUSTiN", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "DUSTiN\\b" + } + }, + { + "name": "FLOP", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "FLOP\\b" + } + }, + { + "name": "FoX", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "FoX\\b" + } + }, + { + "name": "FRATERNiTY", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "FRATERNiTY\\b" + } + }, + { + "name": "FUJiSAN", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "FUJiSAN\\b" + } + }, + { + "name": "NEO", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "NEO\\b" + } + }, + { + "name": "SowHD", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "SowHD\\b" + } + }, + { + "name": "T3KASHi", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "T3KASHi\\b" + } + } + ] +} \ No newline at end of file diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-hd-bluray-tier-02.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-hd-bluray-tier-02.json new file mode 100644 index 000000000..653149b6b --- /dev/null +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-hd-bluray-tier-02.json @@ -0,0 +1,116 @@ +{ + "trash_id": "4ebd020883285d698c44ec50939c0967", + "trash_score": "1750", + "name": "[FR] HD Bluray Tier 02", + "includeCustomFormatWhenRenaming": false, + "specifications": [ + { + "name": "BLURAY", + "implementation": "SourceSpecification", + "negate": false, + "required": true, + "fields": { + "value": 9 + } + }, + { + "name": "Not Remux", + "implementation": "QualityModifierSpecification", + "negate": true, + "required": true, + "fields": { + "value": 5 + } + }, + { + "name": "Not 2160p", + "implementation": "ResolutionSpecification", + "negate": true, + "required": true, + "fields": { + "value": 2160 + } + }, + { + "name": "BDHD", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "BDHD\\b" + } + }, + { + "name": "BEO", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "BEO\\b" + } + }, + { + "name": "BONBON", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "BONBON\\b" + } + }, + { + "name": "FrIeNdS", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "FrIeNdS\\b" + } + }, + { + "name": "HANAMi", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "HANAMi\\b" + } + }, + { + "name": "HeavyWeight", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "HeavyWeight\\b" + } + }, + { + "name": "HLX (not Light)", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "(? Date: Wed, 17 Aug 2022 14:51:17 +0200 Subject: [PATCH 13/41] Making editorconfig-checker happy Just added a new line at the end of each .json to get rid of the `Final newline expected` error. --- docs/json/radarr/user-radarr-cf/french-cfs/french-audio.json | 2 +- .../user-radarr-cf/french-cfs/french-hd-bluray-tier-01.json | 2 +- .../user-radarr-cf/french-cfs/french-hd-bluray-tier-02.json | 2 +- .../user-radarr-cf/french-cfs/french-hd-bluray-tier-03.json | 2 +- docs/json/radarr/user-radarr-cf/french-cfs/french-lq.json | 2 +- .../radarr/user-radarr-cf/french-cfs/french-remux-tier-01.json | 2 +- .../radarr/user-radarr-cf/french-cfs/french-remux-tier-02.json | 2 +- docs/json/radarr/user-radarr-cf/french-cfs/french-scene.json | 2 +- .../radarr/user-radarr-cf/french-cfs/french-uhd-dustin.json | 2 +- docs/json/radarr/user-radarr-cf/french-cfs/french-uhd-flop.json | 2 +- .../radarr/user-radarr-cf/french-cfs/french-uhd-fraternity.json | 2 +- .../json/radarr/user-radarr-cf/french-cfs/french-uhd-sowhd.json | 2 +- docs/json/radarr/user-radarr-cf/french-cfs/french-vfb.json | 2 +- docs/json/radarr/user-radarr-cf/french-cfs/french-vff.json | 2 +- docs/json/radarr/user-radarr-cf/french-cfs/french-vfi.json | 2 +- docs/json/radarr/user-radarr-cf/french-cfs/french-vfq.json | 2 +- docs/json/radarr/user-radarr-cf/french-cfs/french-vof.json | 2 +- docs/json/radarr/user-radarr-cf/french-cfs/french-vostfr.json | 2 +- .../radarr/user-radarr-cf/french-cfs/french-web-tier-01.json | 2 +- .../radarr/user-radarr-cf/french-cfs/french-web-tier-02.json | 2 +- .../radarr/user-radarr-cf/french-cfs/french-web-tier-03.json | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-audio.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-audio.json index b8c6cdeb3..e42a33c35 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-audio.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-audio.json @@ -68,4 +68,4 @@ } } ] -} \ No newline at end of file +} diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-hd-bluray-tier-01.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-hd-bluray-tier-01.json index 18e562672..8f30a992e 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-hd-bluray-tier-01.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-hd-bluray-tier-01.json @@ -113,4 +113,4 @@ } } ] -} \ No newline at end of file +} diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-hd-bluray-tier-02.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-hd-bluray-tier-02.json index 653149b6b..726fb0908 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-hd-bluray-tier-02.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-hd-bluray-tier-02.json @@ -113,4 +113,4 @@ } } ] -} \ No newline at end of file +} diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-hd-bluray-tier-03.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-hd-bluray-tier-03.json index 5f8985606..a723ec0a1 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-hd-bluray-tier-03.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-hd-bluray-tier-03.json @@ -122,4 +122,4 @@ } } ] -} \ No newline at end of file +} diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-lq.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-lq.json index 0d6a595e2..535f9460b 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-lq.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-lq.json @@ -41,4 +41,4 @@ } } ] -} \ No newline at end of file +} diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-remux-tier-01.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-remux-tier-01.json index 5b88128d7..b06ef7303 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-remux-tier-01.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-remux-tier-01.json @@ -86,4 +86,4 @@ } } ] -} \ No newline at end of file +} diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-remux-tier-02.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-remux-tier-02.json index bca073212..59169a6e3 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-remux-tier-02.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-remux-tier-02.json @@ -86,4 +86,4 @@ } } ] -} \ No newline at end of file +} diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-scene.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-scene.json index 591419e67..564a028f2 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-scene.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-scene.json @@ -203,4 +203,4 @@ } } ] -} \ No newline at end of file +} diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-uhd-dustin.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-uhd-dustin.json index b45055b5e..db4dfda99 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-uhd-dustin.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-uhd-dustin.json @@ -59,4 +59,4 @@ } } ] -} \ No newline at end of file +} diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-uhd-flop.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-uhd-flop.json index 316499822..52f553fd0 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-uhd-flop.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-uhd-flop.json @@ -59,4 +59,4 @@ } } ] -} \ No newline at end of file +} diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-uhd-fraternity.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-uhd-fraternity.json index 78a7243af..f1842c483 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-uhd-fraternity.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-uhd-fraternity.json @@ -59,4 +59,4 @@ } } ] -} \ No newline at end of file +} diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-uhd-sowhd.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-uhd-sowhd.json index 5a72bae6d..e08d5af75 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-uhd-sowhd.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-uhd-sowhd.json @@ -59,4 +59,4 @@ } } ] -} \ No newline at end of file +} diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-vfb.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-vfb.json index 30e82070b..6de1ce026 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-vfb.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-vfb.json @@ -14,4 +14,4 @@ } } ] -} \ No newline at end of file +} diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-vff.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-vff.json index 3acf6636d..0653fc598 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-vff.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-vff.json @@ -32,4 +32,4 @@ } } ] -} \ No newline at end of file +} diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-vfi.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-vfi.json index 739ac8d68..88c1a161c 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-vfi.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-vfi.json @@ -14,4 +14,4 @@ } } ] -} \ No newline at end of file +} diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-vfq.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-vfq.json index 7a2b26c53..31937a09d 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-vfq.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-vfq.json @@ -14,4 +14,4 @@ } } ] -} \ No newline at end of file +} diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-vof.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-vof.json index e7b58c8a2..a966fc663 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-vof.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-vof.json @@ -14,4 +14,4 @@ } } ] -} \ No newline at end of file +} diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-vostfr.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-vostfr.json index 5187b8945..9f2c3a606 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-vostfr.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-vostfr.json @@ -23,4 +23,4 @@ } } ] -} \ No newline at end of file +} diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-web-tier-01.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-web-tier-01.json index 7ceeca15e..be37d1807 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-web-tier-01.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-web-tier-01.json @@ -104,4 +104,4 @@ } } ] -} \ No newline at end of file +} diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-web-tier-02.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-web-tier-02.json index ebc07455e..6c71a1321 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-web-tier-02.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-web-tier-02.json @@ -95,4 +95,4 @@ } } ] -} \ No newline at end of file +} diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-web-tier-03.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-web-tier-03.json index 58258999b..731b142a5 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-web-tier-03.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-web-tier-03.json @@ -95,4 +95,4 @@ } } ] -} \ No newline at end of file +} From 7bea788b05385740fcc1e9110e11ce5adf5341e6 Mon Sep 17 00:00:00 2001 From: NiceTSY <38940602+NiceTSY@users.noreply.github.com> Date: Thu, 18 Aug 2022 13:29:26 +0200 Subject: [PATCH 14/41] Update french-scene.json Added SASHiMi --- docs/json/radarr/user-radarr-cf/french-cfs/french-scene.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-scene.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-scene.json index 564a028f2..7f9a0f4f5 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-scene.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-scene.json @@ -154,7 +154,7 @@ "negate": false, "required": false, "fields": { - "value": "(SAFETY|SEiGHT|SESKAPiLE|SharpHD|SHEEEiT|SHiNiGAMi(UHD)?|SiGeRiS|SILVIODANTE|SLEEPINGFOREST|SODAPOP|SPINE|SPOiLER|STRINGERBELL)\\b" + "value": "(SAFETY|SASHiMi|SEiGHT|SESKAPiLE|SharpHD|SHEEEiT|SHiNiGAMi(UHD)?|SiGeRiS|SILVIODANTE|SLEEPINGFOREST|SODAPOP|SPINE|SPOiLER|STRINGERBELL)\\b" } }, { From 9a572bb15dedf37b81262601ecc147038d5e8a3c Mon Sep 17 00:00:00 2001 From: NiceTSY <38940602+NiceTSY@users.noreply.github.com> Date: Tue, 30 Aug 2022 12:09:53 +0200 Subject: [PATCH 15/41] Update Trash ID and Trash Regex - Conform ID to guidelines - Add trash_regex when needed --- docs/json/radarr/user-radarr-cf/french-cfs/french-audio.json | 3 ++- .../user-radarr-cf/french-cfs/french-hd-bluray-tier-01.json | 2 +- .../user-radarr-cf/french-cfs/french-hd-bluray-tier-02.json | 2 +- .../user-radarr-cf/french-cfs/french-hd-bluray-tier-03.json | 2 +- docs/json/radarr/user-radarr-cf/french-cfs/french-lq.json | 2 +- .../user-radarr-cf/french-cfs/french-remux-tier-01.json | 2 +- .../user-radarr-cf/french-cfs/french-remux-tier-02.json | 2 +- docs/json/radarr/user-radarr-cf/french-cfs/french-scene.json | 2 +- .../radarr/user-radarr-cf/french-cfs/french-uhd-dustin.json | 2 +- .../radarr/user-radarr-cf/french-cfs/french-uhd-flop.json | 2 +- .../user-radarr-cf/french-cfs/french-uhd-fraternity.json | 2 +- .../radarr/user-radarr-cf/french-cfs/french-uhd-sowhd.json | 2 +- docs/json/radarr/user-radarr-cf/french-cfs/french-vfb.json | 3 ++- docs/json/radarr/user-radarr-cf/french-cfs/french-vff.json | 3 ++- docs/json/radarr/user-radarr-cf/french-cfs/french-vfi.json | 3 ++- docs/json/radarr/user-radarr-cf/french-cfs/french-vfq.json | 3 ++- docs/json/radarr/user-radarr-cf/french-cfs/french-vof.json | 3 ++- .../json/radarr/user-radarr-cf/french-cfs/french-vostfr.json | 5 +++-- .../radarr/user-radarr-cf/french-cfs/french-web-tier-01.json | 2 +- .../radarr/user-radarr-cf/french-cfs/french-web-tier-02.json | 2 +- .../radarr/user-radarr-cf/french-cfs/french-web-tier-03.json | 2 +- 21 files changed, 29 insertions(+), 22 deletions(-) diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-audio.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-audio.json index e42a33c35..e8b0c086c 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-audio.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-audio.json @@ -1,6 +1,7 @@ { - "trash_id": "2a2ad73653fff3be34dde9036dc99d16", + "trash_id": "6d27683346c78d6a3f772e30877910a7", "trash_score": "1", + "trash_regex": "See individual French Audio CFs: VFF, VFI, VOF, VFQ, VFB", "name": "French Audio", "includeCustomFormatWhenRenaming": false, "specifications": [ diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-hd-bluray-tier-01.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-hd-bluray-tier-01.json index 8f30a992e..93663cc19 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-hd-bluray-tier-01.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-hd-bluray-tier-01.json @@ -1,5 +1,5 @@ { - "trash_id": "a345773e102ae4115d7692491a661c69", + "trash_id": "5322da05b19d857acc1e75be3edf47b3", "trash_score": "1800", "name": "[FR] HD Bluray Tier 01", "includeCustomFormatWhenRenaming": false, diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-hd-bluray-tier-02.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-hd-bluray-tier-02.json index 726fb0908..6616a4cbd 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-hd-bluray-tier-02.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-hd-bluray-tier-02.json @@ -1,5 +1,5 @@ { - "trash_id": "4ebd020883285d698c44ec50939c0967", + "trash_id": "57f34251344be2e283fc30e00e458be6", "trash_score": "1750", "name": "[FR] HD Bluray Tier 02", "includeCustomFormatWhenRenaming": false, diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-hd-bluray-tier-03.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-hd-bluray-tier-03.json index a723ec0a1..197c74b82 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-hd-bluray-tier-03.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-hd-bluray-tier-03.json @@ -1,5 +1,5 @@ { - "trash_id": "2763f833d09e48728b0e9b7145721b63", + "trash_id": "d8164813218f561423e6c42ff359b297", "trash_score": "1700", "name": "[FR] HD Bluray Tier 03", "includeCustomFormatWhenRenaming": false, diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-lq.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-lq.json index 535f9460b..27eb31dad 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-lq.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-lq.json @@ -1,5 +1,5 @@ { - "trash_id": "ff4662c9d8da8c7fdcb80e11c8dbdfdf", + "trash_id": "48f031e76111f17ea94898f4cdc34fdc", "trash_score": "-10000", "name": "[FR] LQ", "includeCustomFormatWhenRenaming": false, diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-remux-tier-01.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-remux-tier-01.json index b06ef7303..0fe8727cc 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-remux-tier-01.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-remux-tier-01.json @@ -1,5 +1,5 @@ { - "trash_id": "f380d92c72933088d8b74df740a57082", + "trash_id": "5583260016e0b9f683f53af41fb42e4a", "trash_score": "1900", "name": "[FR] Remux Tier 01", "includeCustomFormatWhenRenaming": false, diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-remux-tier-02.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-remux-tier-02.json index 59169a6e3..cec4624bb 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-remux-tier-02.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-remux-tier-02.json @@ -1,5 +1,5 @@ { - "trash_id": "f4464c0a7f71420a9e4d6b45bc584dd4", + "trash_id": "9019d81307e68cd4a7eb06a567e833b8", "trash_score": "1850", "name": "[FR] Remux Tier 02", "includeCustomFormatWhenRenaming": false, diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-scene.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-scene.json index 7f9a0f4f5..6ae23f0eb 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-scene.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-scene.json @@ -1,5 +1,5 @@ { - "trash_id": "d9fa7bd4ed44c120816f33ed39992fb9", + "trash_id": "0d94489c0d5828cd3bf9409d309fb32b", "trash_score": "1500", "name": "[FR] Scene Groups", "includeCustomFormatWhenRenaming": false, diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-uhd-dustin.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-uhd-dustin.json index db4dfda99..bbe8ac8da 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-uhd-dustin.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-uhd-dustin.json @@ -1,5 +1,5 @@ { - "trash_id": "d71a8efe96e3cd164c44dabf2e8cbd34", + "trash_id": "6c49e838db78cada32b1236030986b8f", "trash_score": "2250", "name": "[FR] UHD (DUSTiN)", "includeCustomFormatWhenRenaming": false, diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-uhd-flop.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-uhd-flop.json index 52f553fd0..b6f45d2fa 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-uhd-flop.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-uhd-flop.json @@ -1,5 +1,5 @@ { - "trash_id": "14e94f90b941adcfe7f080e021cde512", + "trash_id": "9908ee28f37d1bbd8b1e1301f22b766f", "trash_score": "2300", "name": "[FR] UHD (FLOP)", "includeCustomFormatWhenRenaming": false, diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-uhd-fraternity.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-uhd-fraternity.json index f1842c483..a11f80da5 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-uhd-fraternity.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-uhd-fraternity.json @@ -1,5 +1,5 @@ { - "trash_id": "a29c65e41f71ff2fecbc7124b5455098", + "trash_id": "8b6e6593645aae09ed71ae2c668f0bfd", "trash_score": "2150", "name": "[FR] UHD (FRATERNiTY)", "includeCustomFormatWhenRenaming": false, diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-uhd-sowhd.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-uhd-sowhd.json index e08d5af75..f05c08e53 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-uhd-sowhd.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-uhd-sowhd.json @@ -1,5 +1,5 @@ { - "trash_id": "d456057648cf138a7560eb08d24fb9d0", + "trash_id": "058059a798cd21d1063be821e3830180", "trash_score": "2300", "name": "[FR] UHD (SowHD)", "includeCustomFormatWhenRenaming": false, diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-vfb.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-vfb.json index 6de1ce026..a482bd9c7 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-vfb.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-vfb.json @@ -1,6 +1,7 @@ { - "trash_id": "73eeb95faa28625e8d2b0d8223863dbd", + "trash_id": "b3fb499641d7b3c2006be1d9eb014cb3", "trash_score": "0", + "trash_regex": "https://regex101.com/r/1arrX4/1", "name": "VFB", "includeCustomFormatWhenRenaming": true, "specifications": [ diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-vff.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-vff.json index 0653fc598..f0676ec1a 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-vff.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-vff.json @@ -1,6 +1,7 @@ { - "trash_id": "6e714c35775a363a8d01bc25328fe27e", + "trash_id": "404c08fd0bd67f39b4d8e5709319094e", "trash_score": "0", + "trash_regex": "https://regex101.com/r/5fR55c/1", "name": "VFF", "includeCustomFormatWhenRenaming": true, "specifications": [ diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-vfi.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-vfi.json index 88c1a161c..d6f72d972 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-vfi.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-vfi.json @@ -1,6 +1,7 @@ { - "trash_id": "e494f3dba821e25a67d7169ac7010c59", + "trash_id": "52772f1cad6b5d26c2551f79bc538a50", "trash_score": "0", + "trash_regex": "https://regex101.com/r/YA7mOH/1", "name": "VFI", "includeCustomFormatWhenRenaming": true, "specifications": [ diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-vfq.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-vfq.json index 31937a09d..d84bf2390 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-vfq.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-vfq.json @@ -1,6 +1,7 @@ { - "trash_id": "b5575f7f4ecd17f45aa7efd58504b752", + "trash_id": "b6ace47331a1d3b77942fc18156f6df6", "trash_score": "0", + "trash_regex": "https://regex101.com/r/j1wmmv/1", "name": "VFQ", "includeCustomFormatWhenRenaming": true, "specifications": [ diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-vof.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-vof.json index a966fc663..3e77d5649 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-vof.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-vof.json @@ -1,6 +1,7 @@ { - "trash_id": "7253c7956af344a695d36c5670bf52b6", + "trash_id": "4cafa20d5584f6ba1871d1b8941aa3cb", "trash_score": "0", + "trash_regex": "https://regex101.com/r/wOw8az/1", "name": "VOF", "includeCustomFormatWhenRenaming": true, "specifications": [ diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-vostfr.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-vostfr.json index 9f2c3a606..78971b6eb 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-vostfr.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-vostfr.json @@ -1,6 +1,7 @@ { - "trash_id": "b9c2a9b1ca4e4b5e5f212a9cc5b90683", + "trash_id": "9172b2f683f6223e3a1846427b417a3d", "trash_score": "0", + "trash_regex": "https://regex101.com/r/sWCfAN/1", "name": "VOSTFR", "includeCustomFormatWhenRenaming": true, "specifications": [ @@ -10,7 +11,7 @@ "negate": false, "required": false, "fields": { - "value": "\\bVOST\\+?F(R(E|A)?)?\\b" + "value": "\\bVOST.*?FR(E|A)?\\b" } }, { diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-web-tier-01.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-web-tier-01.json index be37d1807..327e1567b 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-web-tier-01.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-web-tier-01.json @@ -1,5 +1,5 @@ { - "trash_id": "d6eaabe1c5bd1ed9730d4d3ff55072d2", + "trash_id": "9790a618cec1aeac8ce75601a17ea40d", "trash_score": "1750", "name": "[FR] WEB Tier 01", "includeCustomFormatWhenRenaming": false, diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-web-tier-02.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-web-tier-02.json index 6c71a1321..ce495e55e 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-web-tier-02.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-web-tier-02.json @@ -1,5 +1,5 @@ { - "trash_id": "8d3278c00a3542b3bc863a447c3bc35e", + "trash_id": "3c83a765f84239716bd5fd2d7af188f9", "trash_score": "1700", "name": "[FR] WEB Tier 02", "includeCustomFormatWhenRenaming": false, diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-web-tier-03.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-web-tier-03.json index 731b142a5..c1a351d67 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-web-tier-03.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-web-tier-03.json @@ -1,5 +1,5 @@ { - "trash_id": "1577ecf8cbf848c18bced9f7bf678ec6", + "trash_id": "f745dfe08e71441b2de3a0eaea796ce1", "trash_score": "1650", "name": "[FR] WEB Tier 03", "includeCustomFormatWhenRenaming": false, From 08a25fb50513e3b63e1133ee4d87d46eae7458cf Mon Sep 17 00:00:00 2001 From: NiceTSY <38940602+NiceTSY@users.noreply.github.com> Date: Tue, 30 Aug 2022 12:18:26 +0200 Subject: [PATCH 16/41] Add boundaries to groups --- .../french-cfs/french-hd-bluray-tier-01.json | 18 ++++---- .../french-cfs/french-hd-bluray-tier-02.json | 14 +++--- .../french-cfs/french-hd-bluray-tier-03.json | 20 ++++----- .../user-radarr-cf/french-cfs/french-lq.json | 8 ++-- .../french-cfs/french-remux-tier-01.json | 16 +++---- .../french-cfs/french-remux-tier-02.json | 14 +++--- .../french-cfs/french-scene.json | 44 +++++++++---------- .../french-cfs/french-uhd-dustin.json | 2 +- .../french-cfs/french-uhd-flop.json | 2 +- .../french-cfs/french-uhd-fraternity.json | 2 +- .../french-cfs/french-uhd-sowhd.json | 2 +- .../french-cfs/french-web-tier-01.json | 18 ++++---- .../french-cfs/french-web-tier-02.json | 16 +++---- .../french-cfs/french-web-tier-03.json | 16 +++---- 14 files changed, 96 insertions(+), 96 deletions(-) diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-hd-bluray-tier-01.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-hd-bluray-tier-01.json index 93663cc19..1f7d9061d 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-hd-bluray-tier-01.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-hd-bluray-tier-01.json @@ -37,7 +37,7 @@ "negate": false, "required": false, "fields": { - "value": "D3L0P(@tte)?\\b" + "value": "\\b(D3L0P(@tte)?)\\b" } }, { @@ -46,7 +46,7 @@ "negate": false, "required": false, "fields": { - "value": "DUSTiN\\b" + "value": "\\b(DUSTiN)\\b" } }, { @@ -55,7 +55,7 @@ "negate": false, "required": false, "fields": { - "value": "FLOP\\b" + "value": "\\b(FLOP)\\b" } }, { @@ -64,7 +64,7 @@ "negate": false, "required": false, "fields": { - "value": "FoX\\b" + "value": "\\b(FoX)\\b" } }, { @@ -73,7 +73,7 @@ "negate": false, "required": false, "fields": { - "value": "FRATERNiTY\\b" + "value": "\\b(FRATERNiTY)\\b" } }, { @@ -82,7 +82,7 @@ "negate": false, "required": false, "fields": { - "value": "FUJiSAN\\b" + "value": "\\b(FUJiSAN)\\b" } }, { @@ -91,7 +91,7 @@ "negate": false, "required": false, "fields": { - "value": "NEO\\b" + "value": "\\b(NEO)\\b" } }, { @@ -100,7 +100,7 @@ "negate": false, "required": false, "fields": { - "value": "SowHD\\b" + "value": "\\b(SowHD)\\b" } }, { @@ -109,7 +109,7 @@ "negate": false, "required": false, "fields": { - "value": "T3KASHi\\b" + "value": "\\b(T3KASHi)\\b" } } ] diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-hd-bluray-tier-02.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-hd-bluray-tier-02.json index 6616a4cbd..2ae14ae16 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-hd-bluray-tier-02.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-hd-bluray-tier-02.json @@ -37,7 +37,7 @@ "negate": false, "required": false, "fields": { - "value": "BDHD\\b" + "value": "\\b(BDHD)\\b" } }, { @@ -46,7 +46,7 @@ "negate": false, "required": false, "fields": { - "value": "BEO\\b" + "value": "\\b(BEO)\\b" } }, { @@ -55,7 +55,7 @@ "negate": false, "required": false, "fields": { - "value": "BONBON\\b" + "value": "\\b(BONBON)\\b" } }, { @@ -64,7 +64,7 @@ "negate": false, "required": false, "fields": { - "value": "FrIeNdS\\b" + "value": "\\b(FrIeNdS)\\b" } }, { @@ -73,7 +73,7 @@ "negate": false, "required": false, "fields": { - "value": "HANAMi\\b" + "value": "\\b(HANAMi)\\b" } }, { @@ -82,7 +82,7 @@ "negate": false, "required": false, "fields": { - "value": "HeavyWeight\\b" + "value": "\\b(HeavyWeight)\\b" } }, { @@ -109,7 +109,7 @@ "negate": false, "required": false, "fields": { - "value": "NoNE\\b" + "value": "\\b(NoNE)\\b" } } ] diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-hd-bluray-tier-03.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-hd-bluray-tier-03.json index 197c74b82..110822f04 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-hd-bluray-tier-03.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-hd-bluray-tier-03.json @@ -37,7 +37,7 @@ "negate": false, "required": false, "fields": { - "value": "ALLDAYiN\\b" + "value": "\\b(ALLDAYiN)\\b" } }, { @@ -46,7 +46,7 @@ "negate": false, "required": false, "fields": { - "value": "BraD\\b" + "value": "\\b(BraD)\\b" } }, { @@ -55,7 +55,7 @@ "negate": false, "required": false, "fields": { - "value": "Foxhound\\b" + "value": "\\b(Foxhound)\\b" } }, { @@ -64,7 +64,7 @@ "negate": false, "required": false, "fields": { - "value": "JKF\\b" + "value": "\\b(JKF)\\b" } }, { @@ -73,7 +73,7 @@ "negate": false, "required": false, "fields": { - "value": "LAZARUS\\b" + "value": "\\b(LAZARUS)\\b" } }, { @@ -82,7 +82,7 @@ "negate": false, "required": false, "fields": { - "value": "MTeam\\b" + "value": "\\b(MTeam)\\b" } }, { @@ -91,7 +91,7 @@ "negate": false, "required": false, "fields": { - "value": "QUALiTY\\b" + "value": "\\b(QUALiTY)\\b" } }, { @@ -100,7 +100,7 @@ "negate": false, "required": false, "fields": { - "value": "RONiN\\b" + "value": "\\b(RONiN)\\b" } }, { @@ -109,7 +109,7 @@ "negate": false, "required": false, "fields": { - "value": "TkHD\\b" + "value": "\\b(TkHD)\\b" } }, { @@ -118,7 +118,7 @@ "negate": false, "required": false, "fields": { - "value": "UTT\\b" + "value": "\\b(UTT)\\b" } } ] diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-lq.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-lq.json index 27eb31dad..018eaa492 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-lq.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-lq.json @@ -10,7 +10,7 @@ "negate": false, "required": false, "fields": { - "value": "(Avitech|CZ\\d+|EXTREME|GA(Ï|I)A|HMiDiMADRiDi|Hush|KILLERMIX|NEWCINE|RPZ|RZP|ShowFR|Wawa-?(city|mania|porno)?|ZW)\\b" + "value": "\\b(Avitech|CZ\\d+|EXTREME|GA(Ï|I)A|HMiDiMADRiDi|Hush|KILLERMIX|NEWCINE|RPZ|RZP|ShowFR|Wawa-?(city|mania|porno)?|ZW)\\b" } }, { @@ -19,7 +19,7 @@ "negate": false, "required": false, "fields": { - "value": "(ACOOL|AlioZ|ASPHiXiAS|BLABLASTREAM|FReeZeR|GHOSTSPiRiT|GHZ|HEVCBay|JiHeff|KR4K3N|Matmatha|MKVXTEAM|Monchat|NOMAD|NORRIS|PiCKLES|PREUMS|qctimb3rlandqc|ROLLED|SCREEN|SHiFT|SKRiN|TicaDow|Tokushi|TOXIC|TUTUTE|UNiKORN|Zombie)\\b" + "value": "\\b(ACOOL|AlioZ|ASPHiXiAS|BLABLASTREAM|FReeZeR|GHOSTSPiRiT|GHZ|HEVCBay|JiHeff|KR4K3N|Matmatha|MKVXTEAM|Monchat|NOMAD|NORRIS|PiCKLES|PREUMS|qctimb3rlandqc|ROLLED|SCREEN|SHiFT|SKRiN|TicaDow|Tokushi|TOXIC|TUTUTE|UNiKORN|Zombie)\\b" } }, { @@ -28,7 +28,7 @@ "negate": false, "required": false, "fields": { - "value": "((Cpasbien|CPB)|AT|bigZT|Boheme|CINeHD|DOLL4R|Dread[ .-]?Team|EZTV|FGT|Firetown|FUN|HDMIDIMADRIDI|JetAnime|L-O-L|NewZT|RARBG|SubZero|T9|Time2Watch|TIREXO|Torrent9|WaNeZt|WebAnime|YIFY|YTS|ZONE|ZT)\\b" + "value": "\\b((Cpasbien|CPB)|AT|bigZT|Boheme|CINeHD|DOLL4R|Dread[ .-]?Team|EZTV|FGT|Firetown|FUN|HDMIDIMADRIDI|JetAnime|L-O-L|NewZT|RARBG|SubZero|T9|Time2Watch|TIREXO|Torrent9|WaNeZt|WebAnime|YIFY|YTS|ZONE|ZT)\\b" } }, { @@ -37,7 +37,7 @@ "negate": false, "required": false, "fields": { - "value": "(ARKRiL|BossBaby|Champion9|Copycomic|EASPORTS|EliteT|FUNKKY|FUNKY|GOBO2S|HD2|LNA3d|LTTM|MACK4|MeMyl|METALLIKA|MGD|Moorea81|Muxman|Mzsys|N3TFL1X|NoelMaison|nutella|Papaya|PIKACHU|PULSE|RELiC|SHARKS|SP3CTR|STVFRV|TeamSuW|TORRiD|TSN999|TVPSLO|Upmix|VIKY47|Wakanim|WINCHESTER|Wita)\\b" + "value": "\\b(ARKRiL|BossBaby|Champion9|Copycomic|EASPORTS|EliteT|FUNKKY|FUNKY|GOBO2S|HD2|LNA3d|LTTM|MACK4|MeMyl|METALLIKA|MGD|Moorea81|Muxman|Mzsys|N3TFL1X|NoelMaison|nutella|Papaya|PIKACHU|PULSE|RELiC|SHARKS|SP3CTR|STVFRV|TeamSuW|TORRiD|TSN999|TVPSLO|Upmix|VIKY47|Wakanim|WINCHESTER|Wita)\\b" } } ] diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-remux-tier-01.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-remux-tier-01.json index 0fe8727cc..35c5cd60e 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-remux-tier-01.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-remux-tier-01.json @@ -19,7 +19,7 @@ "negate": false, "required": false, "fields": { - "value": "Choco\\b" + "value": "\\b(Choco)\\b" } }, { @@ -28,7 +28,7 @@ "negate": false, "required": false, "fields": { - "value": "HDForever\\b" + "value": "\\b(HDForever)\\b" } }, { @@ -37,7 +37,7 @@ "negate": false, "required": false, "fields": { - "value": "HeavyWeight\\b" + "value": "\\b(HeavyWeight)\\b" } }, { @@ -46,7 +46,7 @@ "negate": false, "required": false, "fields": { - "value": "MAX\\b" + "value": "\\b(MAX)\\b" } }, { @@ -55,7 +55,7 @@ "negate": false, "required": false, "fields": { - "value": "Obi\\b" + "value": "\\b(Obi)\\b" } }, { @@ -64,7 +64,7 @@ "negate": false, "required": false, "fields": { - "value": "ONLY\\b" + "value": "\\b(ONLY)\\b" } }, { @@ -73,7 +73,7 @@ "negate": false, "required": false, "fields": { - "value": "Psaro\\b" + "value": "\\b(Psaro)\\b" } }, { @@ -82,7 +82,7 @@ "negate": false, "required": false, "fields": { - "value": "ROMKENT\\b" + "value": "\\b(ROMKENT)\\b" } } ] diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-remux-tier-02.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-remux-tier-02.json index cec4624bb..8e00c8b87 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-remux-tier-02.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-remux-tier-02.json @@ -28,7 +28,7 @@ "negate": false, "required": false, "fields": { - "value": "Foxhound\\b" + "value": "\\b(Foxhound)\\b" } }, { @@ -37,7 +37,7 @@ "negate": false, "required": false, "fields": { - "value": "MARBLECAKE\\b" + "value": "\\b(MARBLECAKE)\\b" } }, { @@ -46,7 +46,7 @@ "negate": false, "required": false, "fields": { - "value": "MUSTANG\\b" + "value": "\\b(MUSTANG)\\b" } }, { @@ -55,7 +55,7 @@ "negate": false, "required": false, "fields": { - "value": "PATOMiEL\\b" + "value": "\\b(PATOMiEL)\\b" } }, { @@ -64,7 +64,7 @@ "negate": false, "required": false, "fields": { - "value": "Q(UEBE)?C63\\b" + "value": "\\b(Q(UEBE)?C63)\\b" } }, { @@ -73,7 +73,7 @@ "negate": false, "required": false, "fields": { - "value": "Sicario\\b" + "value": "\\b(Sicario)\\b" } }, { @@ -82,7 +82,7 @@ "negate": false, "required": false, "fields": { - "value": "Zapax\\b" + "value": "\\b(Zapax)\\b" } } ] diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-scene.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-scene.json index 6ae23f0eb..9435d96bf 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-scene.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-scene.json @@ -10,7 +10,7 @@ "negate": false, "required": false, "fields": { - "value": "(AiRDOCS|AiRLiNE|AiRTV|AKLHD|AZR)\\b" + "value": "\\b(AiRDOCS|AiRLiNE|AiRTV|AKLHD|AZR)\\b" } }, { @@ -19,7 +19,7 @@ "negate": false, "required": false, "fields": { - "value": "(BAWLS|BiPOLAR|BLACKPANTERS|BRiNK)\\b" + "value": "\\b(BAWLS|BiPOLAR|BLACKPANTERS|BRiNK)\\b" } }, { @@ -28,7 +28,7 @@ "negate": false, "required": false, "fields": { - "value": "(CARAPiLS|CiELOS|CMBHD|COUAC|CRYPT0)\\b" + "value": "\\b(CARAPiLS|CiELOS|CMBHD|COUAC|CRYPT0)\\b" } }, { @@ -37,7 +37,7 @@ "negate": false, "required": false, "fields": { - "value": "(D4KiD|DEAL|DiEBEX|DUSS)\\b" + "value": "\\b(D4KiD|DEAL|DiEBEX|DUSS)\\b" } }, { @@ -46,7 +46,7 @@ "negate": false, "required": false, "fields": { - "value": "(EUBDS)\\b" + "value": "\\b(EUBDS)\\b" } }, { @@ -55,7 +55,7 @@ "negate": false, "required": false, "fields": { - "value": "(FHD|FiDELiO|FiDO|ForceBleue|FREAMON|FRENCHDEADPOOL2)\\b" + "value": "\\b(FHD|FiDELiO|FiDO|ForceBleue|FREAMON|FRENCHDEADPOOL2)\\b" } }, { @@ -64,7 +64,7 @@ "negate": false, "required": false, "fields": { - "value": "(GHOULS|GiMNAP|GLiMMER|Goatlove)\\b" + "value": "\\b(GHOULS|GiMNAP|GLiMMER|Goatlove)\\b" } }, { @@ -73,7 +73,7 @@ "negate": false, "required": false, "fields": { - "value": "(HERC|HYBRiS|HyDe)\\b" + "value": "\\b(HERC|HYBRiS|HyDe)\\b" } }, { @@ -82,7 +82,7 @@ "negate": false, "required": false, "fields": { - "value": "(JMT|JUSTICELEAGUE)\\b" + "value": "\\b(JMT|JUSTICELEAGUE)\\b" } }, { @@ -91,7 +91,7 @@ "negate": false, "required": false, "fields": { - "value": "(KAZETV|KOGi)\\b" + "value": "\\b(KAZETV|KOGi)\\b" } }, { @@ -100,7 +100,7 @@ "negate": false, "required": false, "fields": { - "value": "(L0SERNiGHT|LaoZi|LeON|LOFiDEL|LOST)\\b" + "value": "\\b(L0SERNiGHT|LaoZi|LeON|LOFiDEL|LOST)\\b" } }, { @@ -109,7 +109,7 @@ "negate": false, "required": false, "fields": { - "value": "(MAGiCAL|MANGACiTY|MAXAGAZ|MaxiBeNoul|MELBA|MORELAND|MUNSTER|MUxHD)\\b" + "value": "\\b(MAGiCAL|MANGACiTY|MAXAGAZ|MaxiBeNoul|MELBA|MORELAND|MUNSTER|MUxHD)\\b" } }, { @@ -118,7 +118,7 @@ "negate": false, "required": false, "fields": { - "value": "(NERDHD|NERO|NrZ|NTK)\\b" + "value": "\\b(NERDHD|NERO|NrZ|NTK)\\b" } }, { @@ -127,7 +127,7 @@ "negate": false, "required": false, "fields": { - "value": "(OBSTACLE|OohLaLa)\\b" + "value": "\\b(OBSTACLE|OohLaLa)\\b" } }, { @@ -136,7 +136,7 @@ "negate": false, "required": false, "fields": { - "value": "(PANZeR|PiNKPANTERS|PKPTRS|PRiDEHD|PROPJOE|PURE|PUREWASTEOFBW)\\b" + "value": "\\b(PANZeR|PiNKPANTERS|PKPTRS|PRiDEHD|PROPJOE|PURE|PUREWASTEOFBW)\\b" } }, { @@ -145,7 +145,7 @@ "negate": false, "required": false, "fields": { - "value": "(ROUGH|Ryotox)\\b" + "value": "\\b(ROUGH|Ryotox)\\b" } }, { @@ -154,7 +154,7 @@ "negate": false, "required": false, "fields": { - "value": "(SAFETY|SASHiMi|SEiGHT|SESKAPiLE|SharpHD|SHEEEiT|SHiNiGAMi(UHD)?|SiGeRiS|SILVIODANTE|SLEEPINGFOREST|SODAPOP|SPINE|SPOiLER|STRINGERBELL)\\b" + "value": "\\b(SAFETY|SASHiMi|SEiGHT|SESKAPiLE|SharpHD|SHEEEiT|SHiNiGAMi(UHD)?|SiGeRiS|SILVIODANTE|SLEEPINGFOREST|SODAPOP|SPINE|SPOiLER|STRINGERBELL)\\b" } }, { @@ -163,7 +163,7 @@ "negate": false, "required": false, "fields": { - "value": "(THENiGHTMAREiNHD|THiNK|THREESOME|TiMELiNE|TSuNaMi)\\b" + "value": "\\b(THENiGHTMAREiNHD|THiNK|THREESOME|TiMELiNE|TSuNaMi)\\b" } }, { @@ -172,7 +172,7 @@ "negate": false, "required": false, "fields": { - "value": "(UKDHD|UKDTV|ULSHD|Ulysse|USURY)\\b" + "value": "\\b(UKDHD|UKDTV|ULSHD|Ulysse|USURY)\\b" } }, { @@ -181,7 +181,7 @@ "negate": false, "required": false, "fields": { - "value": "(VENUE|VoMiT)\\b" + "value": "\\b(VENUE|VoMiT)\\b" } }, { @@ -190,7 +190,7 @@ "negate": false, "required": false, "fields": { - "value": "(Wednesday29th)\\b" + "value": "\\b(Wednesday29th)\\b" } }, { @@ -199,7 +199,7 @@ "negate": false, "required": false, "fields": { - "value": "(ZEST)\\b" + "value": "\\b(ZEST)\\b" } } ] diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-uhd-dustin.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-uhd-dustin.json index bbe8ac8da..d16a61c13 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-uhd-dustin.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-uhd-dustin.json @@ -10,7 +10,7 @@ "negate": false, "required": true, "fields": { - "value": "DUSTiN\\b" + "value": "\\b(DUSTiN)\\b" } }, { diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-uhd-flop.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-uhd-flop.json index b6f45d2fa..452270b94 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-uhd-flop.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-uhd-flop.json @@ -10,7 +10,7 @@ "negate": false, "required": true, "fields": { - "value": "FLOP\\b" + "value": "\\b(FLOP)\\b" } }, { diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-uhd-fraternity.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-uhd-fraternity.json index a11f80da5..56256b25c 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-uhd-fraternity.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-uhd-fraternity.json @@ -10,7 +10,7 @@ "negate": false, "required": true, "fields": { - "value": "FRATERNiTY\\b" + "value": "\\b(FRATERNiTY)\\b" } }, { diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-uhd-sowhd.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-uhd-sowhd.json index f05c08e53..fbb6a2c07 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-uhd-sowhd.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-uhd-sowhd.json @@ -10,7 +10,7 @@ "negate": false, "required": true, "fields": { - "value": "SowHD\\b" + "value": "\\b(SowHD)\\b" } }, { diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-web-tier-01.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-web-tier-01.json index 327e1567b..9136b303f 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-web-tier-01.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-web-tier-01.json @@ -28,7 +28,7 @@ "negate": false, "required": false, "fields": { - "value": "BEO\\b" + "value": "\\b(BEO)\\b" } }, { @@ -37,7 +37,7 @@ "negate": false, "required": false, "fields": { - "value": "DUSTiN\\b" + "value": "\\b(DUSTiN)\\b" } }, { @@ -46,7 +46,7 @@ "negate": false, "required": false, "fields": { - "value": "FoX\\b" + "value": "\\b(FoX)\\b" } }, { @@ -55,7 +55,7 @@ "negate": false, "required": false, "fields": { - "value": "FRATERNiTY\\b" + "value": "\\b(FRATERNiTY)\\b" } }, { @@ -64,7 +64,7 @@ "negate": false, "required": false, "fields": { - "value": "FUJiSAN\\b" + "value": "\\b(FUJiSAN)\\b" } }, { @@ -73,7 +73,7 @@ "negate": false, "required": false, "fields": { - "value": "MTDK\\b" + "value": "\\b(MTDK)\\b" } }, { @@ -82,7 +82,7 @@ "negate": false, "required": false, "fields": { - "value": "NEO\\b" + "value": "\\b(NEO)\\b" } }, { @@ -91,7 +91,7 @@ "negate": false, "required": false, "fields": { - "value": "Psaro\\b" + "value": "\\b(Psaro)\\b" } }, { @@ -100,7 +100,7 @@ "negate": false, "required": false, "fields": { - "value": "T3KASHi\\b" + "value": "\\b(T3KASHi)\\b" } } ] diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-web-tier-02.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-web-tier-02.json index ce495e55e..838443430 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-web-tier-02.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-web-tier-02.json @@ -28,7 +28,7 @@ "negate": false, "required": false, "fields": { - "value": "BONBON\\b" + "value": "\\b(BONBON)\\b" } }, { @@ -37,7 +37,7 @@ "negate": false, "required": false, "fields": { - "value": "FCK\\b" + "value": "\\b(FCK)\\b" } }, { @@ -46,7 +46,7 @@ "negate": false, "required": false, "fields": { - "value": "FrIeNdS\\b" + "value": "\\b(FrIeNdS)\\b" } }, { @@ -55,7 +55,7 @@ "negate": false, "required": false, "fields": { - "value": "FW\\b" + "value": "\\b(FW)\\b" } }, { @@ -64,7 +64,7 @@ "negate": false, "required": false, "fields": { - "value": "HANAMi\\b" + "value": "\\b(HANAMi)\\b" } }, { @@ -73,7 +73,7 @@ "negate": false, "required": false, "fields": { - "value": "HeavyWeight\\b" + "value": "\\b(HeavyWeight)\\b" } }, { @@ -82,7 +82,7 @@ "negate": false, "required": false, "fields": { - "value": "NoNE\\b" + "value": "\\b(NoNE)\\b" } }, { @@ -91,7 +91,7 @@ "negate": false, "required": false, "fields": { - "value": "TkHD\\b" + "value": "\\b(TkHD)\\b" } } ] diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-web-tier-03.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-web-tier-03.json index c1a351d67..4d979957d 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-web-tier-03.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-web-tier-03.json @@ -28,7 +28,7 @@ "negate": false, "required": false, "fields": { - "value": "ALLDAYiN\\b" + "value": "\\b(ALLDAYiN)\\b" } }, { @@ -37,7 +37,7 @@ "negate": false, "required": false, "fields": { - "value": "BraD\\b" + "value": "\\b(BraD)\\b" } }, { @@ -46,7 +46,7 @@ "negate": false, "required": false, "fields": { - "value": "LAZARUS\\b" + "value": "\\b(LAZARUS)\\b" } }, { @@ -55,7 +55,7 @@ "negate": false, "required": false, "fields": { - "value": "MOONLY\\b" + "value": "\\b(MOONLY)\\b" } }, { @@ -64,7 +64,7 @@ "negate": false, "required": false, "fields": { - "value": "MYSTERiON\\b" + "value": "\\b(MYSTERiON)\\b" } }, { @@ -73,7 +73,7 @@ "negate": false, "required": false, "fields": { - "value": "ONLYMOViE\\b" + "value": "\\b(ONLYMOViE)\\b" } }, { @@ -82,7 +82,7 @@ "negate": false, "required": false, "fields": { - "value": "RiPiT\\b" + "value": "\\b(RiPiT)\\b" } }, { @@ -91,7 +91,7 @@ "negate": false, "required": false, "fields": { - "value": "Slay3R\\b" + "value": "\\b(Slay3R)\\b" } } ] From 0bfb89164401166b68d13d507debd051b2d7c7b1 Mon Sep 17 00:00:00 2001 From: NiceTSY <38940602+NiceTSY@users.noreply.github.com> Date: Tue, 30 Aug 2022 13:07:14 +0200 Subject: [PATCH 17/41] Added back old groups CFs for non-nightly users - ID changed according to guidelines --- .../french-cfs/french-hq-remux.json | 107 +++++++++ .../french-cfs/french-hq-webdl.json | 143 ++++++++++++ .../user-radarr-cf/french-cfs/french-hq.json | 206 ++++++++++++++++++ 3 files changed, 456 insertions(+) create mode 100644 docs/json/radarr/user-radarr-cf/french-cfs/french-hq-remux.json create mode 100644 docs/json/radarr/user-radarr-cf/french-cfs/french-hq-webdl.json create mode 100644 docs/json/radarr/user-radarr-cf/french-cfs/french-hq.json diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-hq-remux.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-hq-remux.json new file mode 100644 index 000000000..ef2090da4 --- /dev/null +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-hq-remux.json @@ -0,0 +1,107 @@ +{ + "trash_id": "e99b70d7cfb114fca0e376f87b550d30", + "trash_score": "1900", + "name": "[FR] HQ-Remux", + "includeCustomFormatWhenRenaming": false, + "specifications": [ + { + "name": "Remux", + "implementation": "QualityModifierSpecification", + "negate": false, + "required": true, + "fields": { + "value": 5 + } + }, + { + "name": "BDHD (no VC1)", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "(? Date: Mon, 5 Sep 2022 13:53:52 +0200 Subject: [PATCH 18/41] =?UTF-8?q?Add=20Version=20Qu=C3=A9b=C3=A9coise=20to?= =?UTF-8?q?=20French=20Audio?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Recognised now VFQ and VQ properly - Updated French Audio accordingly --- .../french-cfs/french-audio.json | 13 +++++++++++-- .../user-radarr-cf/french-cfs/french-vfq.json | 2 +- .../user-radarr-cf/french-cfs/french-vq.json | 18 ++++++++++++++++++ 3 files changed, 30 insertions(+), 3 deletions(-) create mode 100644 docs/json/radarr/user-radarr-cf/french-cfs/french-vq.json diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-audio.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-audio.json index e8b0c086c..45a1b6e3e 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-audio.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-audio.json @@ -1,7 +1,7 @@ { "trash_id": "6d27683346c78d6a3f772e30877910a7", "trash_score": "1", - "trash_regex": "See individual French Audio CFs: VFF, VFI, VOF, VFQ, VFB", + "trash_regex": "See individual French Audio CFs: VFF, VFI, VOF, VFQ, VQ, VFB", "name": "French Audio", "includeCustomFormatWhenRenaming": false, "specifications": [ @@ -65,7 +65,16 @@ "negate": false, "required": false, "fields": { - "value": "\\bVF?Q\\b" + "value": "\\bVFQ\\b" + } + }, + { + "name": "Version Québécoise", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\bVQ\\b" } } ] diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-vfq.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-vfq.json index d84bf2390..7d72b1616 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-vfq.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-vfq.json @@ -11,7 +11,7 @@ "negate": false, "required": true, "fields": { - "value": "\\bVF?Q\\b" + "value": "\\bVFQ\\b" } } ] diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-vq.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-vq.json new file mode 100644 index 000000000..ce23a1d28 --- /dev/null +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-vq.json @@ -0,0 +1,18 @@ +{ + "trash_id": "95aa50f71a01c82354a7a2b385f1c4d8", + "trash_score": "0", + "trash_regex": "https://regex101.com/r/MGfk6d/1", + "name": "VQ", + "includeCustomFormatWhenRenaming": true, + "specifications": [ + { + "name": "Version Québécoise", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": true, + "fields": { + "value": "\\bVQ\\b" + } + } + ] +} From 584dd980817a49e12213297782369c95578c41a5 Mon Sep 17 00:00:00 2001 From: NiceTSY <38940602+NiceTSY@users.noreply.github.com> Date: Mon, 5 Sep 2022 13:54:33 +0200 Subject: [PATCH 19/41] Fix indent --- .../french-cfs/french-hq-remux.json | 210 ++++----- .../french-cfs/french-hq-webdl.json | 282 ++++++------ .../user-radarr-cf/french-cfs/french-hq.json | 410 +++++++++--------- 3 files changed, 451 insertions(+), 451 deletions(-) diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-hq-remux.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-hq-remux.json index ef2090da4..65c8a96ed 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-hq-remux.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-hq-remux.json @@ -1,107 +1,107 @@ { - "trash_id": "e99b70d7cfb114fca0e376f87b550d30", - "trash_score": "1900", - "name": "[FR] HQ-Remux", - "includeCustomFormatWhenRenaming": false, - "specifications": [ - { - "name": "Remux", - "implementation": "QualityModifierSpecification", - "negate": false, - "required": true, - "fields": { - "value": 5 - } - }, - { - "name": "BDHD (no VC1)", - "implementation": "ReleaseTitleSpecification", - "negate": false, - "required": false, - "fields": { - "value": "(? Date: Mon, 5 Sep 2022 13:56:24 +0200 Subject: [PATCH 20/41] Add Multi-Audio CFs - One to recognised prior export - One to rename file during import to avoid loop --- .../french-cfs/multi-audio.json | 18 ++++++++++ .../french-cfs/multi-french.json | 35 +++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 docs/json/radarr/user-radarr-cf/french-cfs/multi-audio.json create mode 100644 docs/json/radarr/user-radarr-cf/french-cfs/multi-french.json diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/multi-audio.json b/docs/json/radarr/user-radarr-cf/french-cfs/multi-audio.json new file mode 100644 index 000000000..ef8b83b22 --- /dev/null +++ b/docs/json/radarr/user-radarr-cf/french-cfs/multi-audio.json @@ -0,0 +1,18 @@ +{ + "trash_id": "72b1548df1ac3175ca105a9ce7043c91", + "trash_score": "300", + "trash_regex": "https://regex101.com/r/hcMa1f/1", + "name": "Multi-Audio", + "includeCustomFormatWhenRenaming": false, + "specifications": [ + { + "name": "MULTi", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": true, + "fields": { + "value": "(^(?=.*\\b(VO)\\b)(?=.*\\b(VF(F|I)?)\\b)|MULTi)(\\b|\\d)" + } + } + ] +} diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/multi-french.json b/docs/json/radarr/user-radarr-cf/french-cfs/multi-french.json new file mode 100644 index 000000000..6b93cfb68 --- /dev/null +++ b/docs/json/radarr/user-radarr-cf/french-cfs/multi-french.json @@ -0,0 +1,35 @@ +{ + "trash_id": "d5f3a1afdb77e6b95e489f7654532d04", + "trash_score": "301", + "name": "Multi-French", + "includeCustomFormatWhenRenaming": true, + "specifications": [ + { + "name": "MULTi", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": true, + "fields": { + "value": "(^(?=.*\\b(VO)\\b)(?=.*\\b(VF(F|I)?)\\b)|MULTi)(\\b|\\d)" + } + }, + { + "name": "Original Audio", + "implementation": "LanguageSpecification", + "negate": false, + "required": true, + "fields": { + "value": -2 + } + }, + { + "name": "French Audio", + "implementation": "LanguageSpecification", + "negate": false, + "required": true, + "fields": { + "value": 2 + } + } + ] +} From 67a8af29b8d9a510ecb35882f6957f684b0326b3 Mon Sep 17 00:00:00 2001 From: NiceTSY <38940602+NiceTSY@users.noreply.github.com> Date: Mon, 5 Sep 2022 14:44:49 +0200 Subject: [PATCH 21/41] Update french-audio.json Fix Trailing whitespace error --- docs/json/radarr/user-radarr-cf/french-cfs/french-audio.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-audio.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-audio.json index 45a1b6e3e..c282e79b1 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-audio.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-audio.json @@ -65,7 +65,7 @@ "negate": false, "required": false, "fields": { - "value": "\\bVFQ\\b" + "value": "\\bVFQ\\b" } }, { From ba362ce7432cbda618285f4df4e0ddcd201c4da3 Mon Sep 17 00:00:00 2001 From: NiceTSY <38940602+NiceTSY@users.noreply.github.com> Date: Mon, 5 Sep 2022 15:02:28 +0200 Subject: [PATCH 22/41] Update multi-french.json Copy-paste mistake --- .../radarr/user-radarr-cf/french-cfs/multi-french.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/multi-french.json b/docs/json/radarr/user-radarr-cf/french-cfs/multi-french.json index 6b93cfb68..ae0fe9313 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/multi-french.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/multi-french.json @@ -4,15 +4,6 @@ "name": "Multi-French", "includeCustomFormatWhenRenaming": true, "specifications": [ - { - "name": "MULTi", - "implementation": "ReleaseTitleSpecification", - "negate": false, - "required": true, - "fields": { - "value": "(^(?=.*\\b(VO)\\b)(?=.*\\b(VF(F|I)?)\\b)|MULTi)(\\b|\\d)" - } - }, { "name": "Original Audio", "implementation": "LanguageSpecification", From 52aee80d6481adc086e31be4463aa9f7a247cfdf Mon Sep 17 00:00:00 2001 From: NiceTSY <38940602+NiceTSY@users.noreply.github.com> Date: Mon, 5 Sep 2022 15:52:13 +0200 Subject: [PATCH 23/41] First draft for the guide - Added CFs to the Collections - Created a How to setup Custom Formats (French) - Added a French Audio Version guide --- .../Radarr-collection-of-custom-formats.md | 282 ++++++++++++++- .../radarr-setup-custom-formats-french.md | 335 ++++++++++++++++++ .../radarr-french-audio-version.md | 26 ++ .../french-guide/radarr-french-multi-audio.md | 14 + .../french-guide/radarr-french-unwanted.md | 57 +++ 5 files changed, 703 insertions(+), 11 deletions(-) create mode 100644 docs/Radarr/radarr-setup-custom-formats-french.md create mode 100644 includes/french-guide/radarr-french-audio-version.md create mode 100644 includes/french-guide/radarr-french-multi-audio.md create mode 100644 includes/french-guide/radarr-french-unwanted.md diff --git a/docs/Radarr/Radarr-collection-of-custom-formats.md b/docs/Radarr/Radarr-collection-of-custom-formats.md index 3e3e22737..a004fef19 100644 --- a/docs/Radarr/Radarr-collection-of-custom-formats.md +++ b/docs/Radarr/Radarr-collection-of-custom-formats.md @@ -62,17 +62,18 @@ I also made 3 guides related to this one. ------ -| Misc | Optional |   |   | -| ------------------------------------- | ----------------------------------- | ------ | ------ | -| [Repack/Proper](#repack-proper) | [EVO (no WEBDL)](#evo-no-webdl) |   |   | -| [Repack2](#repack2) | [No-RlsGroup](#no-rlsgroup) |   |   | -| [Multi](#multi) | [Obfuscated](#obfuscated) |   |   | -| [x264](#x264) | [Retags](#retags) |   |   | -| [x265](#x265) | [Bad Dual Groups](#bad-dual-groups) |   |   | -| [MPEG2](#mpeg2) | |   |   | -| [FreeLeech](#freeleech) | |   |   | -| [Dutch Groups](#dutch-groups) | |   |   | -| [Anime Dual Audio](#anime-dual-audio) | |   |   | +| Misc | Optional | French Audio Version | French Source Groups | +| ------------------------------------- | ----------------------------------- | ----------------------------- | ------------------------------------- | +| [Repack/Proper](#repack-proper) | [EVO (no WEBDL)](#evo-no-webdl) | [Multi-French](#multi-french) | [[FR] HQ-Remux](#fr-hq-remux) | +| [Repack2](#repack2) | [No-RlsGroup](#no-rlsgroup) | [Multi-Audio](#multi-audio) | [[FR] HQ](#fr-hq) | +| [Multi](#multi) | [Obfuscated](#obfuscated) | [French Audio](#french-audio) | [[FR] HQ-WEBDL](#fr-hq-webdl) | +| [x264](#x264) | [Retags](#retags) | [VFF](#vff) | [[FR] Scene Groups](#fr-scene-groups) | +| [x265](#x265) | [Bad Dual Groups](#bad-dual-groups) | [VOF](#vof) | [[FR] LQ](#fr-lq) | +| [MPEG2](#mpeg2) | | [VFI](#vfi) | | +| [FreeLeech](#freeleech) | | [VFQ](#vfq) | | +| [Dutch Groups](#dutch-groups) | | [VQ](#vq) | | +| [Anime Dual Audio](#anime-dual-audio) | | [VFB](#vfb) | | +| | | [VOSTFR](#vostfr) | | ## Audio Advanced @@ -1418,3 +1419,262 @@ I also made 3 guides related to this one. ``` [TOP](#index) + +------ + +## French Audio Version + +------ + +### Multi-French + +??? faq "Multi-French - [CLICK TO EXPAND]" + + Recognised movies that include the original and the french audio. Work only after import as it need the result from FFprobe to get which audio are present. + +??? example "JSON - [CLICK TO EXPAND]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/radarr/user-radarr-cf/french-cfs/multi-french.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +------ + +### Multi-Audio + +??? faq "Multi-Audio - [CLICK TO EXPAND]" + + A sliglthly modified [Multi](#multi) Custom Formats that recognise VF and VO inside the name. + +??? example "JSON - [CLICK TO EXPAND]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/radarr/user-radarr-cf/french-cfs/multi-audio.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +------ + +### French Audio + +??? faq "French Audio - [CLICK TO EXPAND]" + + This will recognised every kind of French Audio. + +??? example "JSON - [CLICK TO EXPAND]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/radarr/user-radarr-cf/french-cfs/french-audio.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +------ + +### VFF + +??? faq "VFF - [CLICK TO EXPAND]" + + Full French version (dubbing done in France) and French version (normally equivalent to VFQ). + +??? example "JSON - [CLICK TO EXPAND]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/radarr/user-radarr-cf/french-cfs/french-vff.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +------ + +### VOF + +??? faq "VOF - [CLICK TO EXPAND]" + + Original French Version. + +??? example "JSON - [CLICK TO EXPAND]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/radarr/user-radarr-cf/french-cfs/french-vof.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +------ + +### VFI + +??? faq "VFI - [CLICK TO EXPAND]" + + International French Version. VF[1-9] or FR[1-9] indicates the number of dubs present (normally VF2 being VFF and VFQ) and is considered as an International French release. + +??? example "JSON - [CLICK TO EXPAND]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/radarr/user-radarr-cf/french-cfs/french-vfi.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +------ + +### VFQ + +??? faq "VFQ - [CLICK TO EXPAND]" + + Canadian French Version. + +??? example "JSON - [CLICK TO EXPAND]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/radarr/user-radarr-cf/french-cfs/french-vfq.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +------ + +### VQ + +??? faq "VQ - [CLICK TO EXPAND]" + + Quebec Version (strong Quebec accent, ex: The Simpsons movie). + +??? example "JSON - [CLICK TO EXPAND]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/radarr/user-radarr-cf/french-cfs/french-vq.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +------ + +### VFB + +??? faq "VFB - [CLICK TO EXPAND]" + + Belgian French Version. + +??? example "JSON - [CLICK TO EXPAND]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/radarr/user-radarr-cf/french-cfs/french-vfb.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +------ + +### VOSTFR + +??? faq "VOSTFR - [CLICK TO EXPAND]" + + Indicates soundtrack in the original language, with French subtitles. It should be noted that SUBFRENCH is included inside this Custom Format. However, SUB often mean that the subtitle was embedded inside the picture (hardcoded). French releases tend to mix both, leading some VOSTFR being labelled as SUBFRENCH and SUBFRENCH as VOSTFR. + +??? example "JSON - [CLICK TO EXPAND]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/radarr/user-radarr-cf/french-cfs/french-vostfr.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +------ + +## French HQ Source Groups + +------ + +### [FR] HQ + +French HQ-Releases = [FR] HQ + +??? faq "[FR] HQ - [CLICK TO EXPAND]" + + A collection of French P2P groups that are known for their high quality releases. + +??? example "JSON - [CLICK TO EXPAND]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/radarr/user-radarr-cf/french-cfs/french-hq.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +------ + +### [FR] HQ-WEBDL + +??? faq "[FR] HQ-WEBDL - [CLICK TO EXPAND]" + + A personal collection of French P2P WEB-DL groups that are known for their high quality releases. + +??? example "JSON - [CLICK TO EXPAND]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/radarr/user-radarr-cf/french-cfs/french-hq-webdl.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +------ + +### [FR] HQ-Remux + +??? faq "[FR] HQ-Remux - [CLICK TO EXPAND]" + + A personal collection of French P2P Remux groups that are known for their high quality releases. + +??? example "JSON - [CLICK TO EXPAND]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/radarr/user-radarr-cf/french-cfs/french-hq-remux.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +------ + +### [FR] Scene Groups + +??? faq "[FR] Scene Groups - [CLICK TO EXPAND]" + + Known French Scene groups. + +??? example "JSON - [CLICK TO EXPAND]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/radarr/user-radarr-cf/french-cfs/french-scene.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +------ + +### [FR] LQ + +French Low Quality Releases = [FR] LQ + +??? faq "[FR] LQ - [CLICK TO EXPAND]" + + A collection of known French Low Quality groups that are often banned from the the top trackers because their lack of quality. + + !!! note + + - Ads/Watermarks = Groups that are know to put ads or watermark in their releases. + - Bad/False releases = Groups that are known for lying on the quality, type or the name of their releases. + - DeTAG/ReTAG = Detagging or stealing groups. + - Other reasons = Banned Release Groups. + +??? example "JSON - [CLICK TO EXPAND]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/radarr/user-radarr-cf/french-cfs/french-lq.json' %]][[% endfilter %]] + ``` + +[TOP](#index) diff --git a/docs/Radarr/radarr-setup-custom-formats-french.md b/docs/Radarr/radarr-setup-custom-formats-french.md new file mode 100644 index 000000000..702ad6130 --- /dev/null +++ b/docs/Radarr/radarr-setup-custom-formats-french.md @@ -0,0 +1,335 @@ +# How to setup Custom Formats (French) + +So what's the best way to setup the Custom Profiles and which one to use with which scores to get French and English Audio? + +Keep in mind that most releases are MULTi (understand DUAL audio, original and French audio) and it will be difficult to only have French audio, unless you are willing to get 720p or you are only looking for French movies. + +Therefore you will need a slightly modified MULTi Custom Format than the one find in the original guide. This one also recognise VO and VFF in the name and rename the import. This is important for the score to match before and after the import and to avoid download loop. + +--8<-- "includes/cf/score-attention.md" + +------ + +## Basics + +------ + +!!! attention + + This section seems quite similar to the original guide but few information change and are needed for profiles to work. Please be sure you read it thoughtfully. + +------ + +After you've added the Custom Formats, as explained in [How to import Custom Formats](/Radarr/Radarr-import-custom-formats/){:target="_blank" rel="noopener noreferrer"}. +You will need to set it up in the quality Profile you want to use/prefer to make use of the Custom Formats. + +`Settings` => `Profiles` + +![!cf-settings-profiles](images/cf-settings-profiles.png) + +!!! info "Radarr Custom Formats can be set per profile and isn't global" +Select the profile that you want to use/prefer. + +![!cf-quality-profiles](images/cf-quality-profiles.png) + +![!cf-profile-selected](images/cf-profile-selected.png) + +1. Profile name. +1. Allow upgrades. Radarr will stop upgrading quality once (3) is met. +1. Upgrade until the selected quality. +1. The `Minimum Custom Format Score` allowed to download. [More Info](#minimum-custom-format-score) +1. Keep upgrading Custom Format until this score is reached. (setting this to `0` means no upgrades will happen based on Custom Formats) +1. Your preferred language profile for your releases, choose `Any` + +!!! info "We do choose `Any` for the language profile as otherwise an English movies recognised with French audio in Radarr will not be grabbed and vice-versa." + +At the bottom in your chosen profile you will see the added Custom Formats where you can start setting up the scores. + +??? check "Screenshot example - [CLICK TO EXPAND]" + ![!cf-quality-profile-cf](images/cf-quality-profile-cf.png) + + !!! attention + These screenshots are just examples to show you how it should look and where you need to place the data that you need to add, they aren't always a 100% reflection of the actual data and not always 100% up to date with the actual data you need to add. + + - Always follow the data described in the guide. + - If you got any questions or aren't sure just click the chat badge to join the Discord Channel where you can ask your questions directly. + +!!! info "Keep in mind Custom Formats are made to fine tune your Quality Profile.
Generally, quality trumps all" + + Custom formats are controlled by Quality Profiles. + + - The Upgrade Until score prevents upgrading once a release with this desired score has been downloaded. + - A score of 0 results in the custom format being informational only. + - The Minimum score requires releases to reach this threshold otherwise they will be rejected. + - Custom formats that match with undesirable attributes should be given a negative score to lower their appeal. + - Outright rejections should be given a negative score low enough that even if all of the other formats with positive scores were added, the score would still fall below the minimum. + +------ + +{! include-markdown "../../includes/merge-quality/radarr-current-logic.md" !} + +------ + +## MULTi Custom Format + +Before going further please add those Custom Formats and score them appropriately. + +{! include-markdown "../../includes/french-guide/radarr-french-multi-audio.md" !} + +------ + +## Examples + +Here I will explain how to make the most use of the French Custom Formats and show you some personal examples that I'm using. You can use these to get an idea on how to setup your own. + +All these examples make use of the [Collection of Custom Formats](/Radarr/Radarr-collection-of-custom-formats/){:target="_blank" rel="noopener noreferrer"} from the original guide and mix them with the French Custom Formats. + +!!! attention "Attention" + Those examples use the original guide Custom Formats too for fallback. Meaning that if you do not find a MULTi you will still have a good scoring for single audio. + + This is the first intent of those Custom Formats, they are not meant to work alone (even if it is possible). + +--8<-- "includes/cf/score-attention.md" + +------ + +### French Audio Versions + +Those are all optional and only there to rename your release or to avoid a certain type of French Audio (e.g. you do not want VFQ or VQ audio, in this case you will put them at `-10000` instead of `0`). + +{! include-markdown "../../includes/french-guide/radarr-french-audio-version.md" !} + +------ + +### Releases you should avoid + +This is a must have for every Quality Profile you use in my opinion. All these Custom Formats make sure you don't get Low Quality Releases. + +{! include-markdown "../../includes/cf/radarr-french-unwanted.md" !} + +------ + +#### Prefer HQ Encodes + +If you prefer HQ Encodes (Bluray-720/1080/2160p) + +I suggest to first follow the [Quality Settings (File Size)](/Radarr/Radarr-Quality-Settings-File-Size/){:target="_blank" rel="noopener noreferrer"}. If you think the sizes are too big to your preference then stop reading and see if the other tutorials are helpful for you. :bangbang: + +For this Quality Profile we're going to make use of the following Custom Formats + +{! include-markdown "../../includes/french-guide/radarr-french-multi-audio.md" !} + +{! include-markdown "../../includes/cf/radarr-movie-versions.md" !} + +{! include-markdown "../../includes/french-guide/radarr-french-unwanted.md" !} + +{! include-markdown "../../includes/cf/radarr-misc.md" !} + +??? summary "HQ Source Groups - [CLICK TO EXPAND]" + | Custom Format | Score | Trash ID | + | ------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | --------------------------------------------------------------------------- | + | [{{ radarr['user-radarr-cf']['french-cfs']['french-hq-webdl']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#fr-hq-webdl) | {{ radarr['user-radarr-cf']['french-cfs']['french-hq-webdl']['trash_score'] }} | {{ radarr['user-radarr-cf']['french-cfs']['french-hq-webdl']['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['user-radarr-cf']['french-cfs']['french-hq-remux']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#fr-hq-remux) | 0 | {{ radarr['user-radarr-cf']['french-cfs']['french-hq-remux']['trash_id'] }} | + | [{{ radarr['cf']['hq-remux']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hq-remux) | 0 | {{ radarr['cf']['hq-remux']['trash_id'] }} | + | [{{ radarr['user-radarr-cf']['french-cfs']['french-hq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#fr-hq) | {{ radarr['user-radarr-cf']['french-cfs']['french-hq']['trash_score'] }} | {{ radarr['user-radarr-cf']['french-cfs']['french-hq']['trash_id'] }} | + | [{{ radarr['cf']['hq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hq) | {{ radarr['cf']['hq']['trash_score'] }} | {{ radarr['cf']['hq']['trash_id'] }} | + | [{{ radarr['user-radarr-cf']['french-cfs']['french-scene']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#fr-scene-groups) | ?????? | {{ radarr['user-radarr-cf']['french-cfs']['french-scene']['trash_id'] }} | + + !!! info "French Scene groups are included as a fallback if you really want MULTi release despite quality. Either score the CF to `{{ radarr['user-radarr-cf']['french-cfs']['french-scene']['trash_score'] }}` or `0` depending on what you want to achieve." + +I decided not to add `Audio Advanced` Custom Formats to the encodes profile, being with encodes I prefer higher video quality. If you also want HD audio formats I would suggest to go for the Remuxes. + +Use the following main settings in your profile. + +![!cf-profile-encodes](images/cf-profile-encodes.png) + +!!! attention "Make sure you don't check the BR-DISK." + +The reason why I didn't select the WEB-DL 720p is because you will hardly find any releases that aren't done as 1080p WEB-DL. + +??? example "The following workflow will be applied:" + + - It will try to download MULTi release first, and fallback to best quality single audio after. + - It will download WEB-DL 1080p for the streaming movies you see more often lately. + - It will upgrade till Bluray-1080p when available. + - The downloaded media will be upgraded to any of the added Custom Formats until a score of 9999. + + So why such a ridiculously high `Upgrade Until Custom` and not a score of `100`? + + Because I'm too lazy to calculate the maximum for every Quality Profile I use, and I want it to upgrade to the highest possible score anyway. + +!!! tip + + If you prefer 2160/4K encodes you might consider to change `Upgrade Until Quality` to Bluray-2160p and enable: + + {! include-markdown "../../includes/cf/radarr-hdr-metadata.md" !} + +------ + +#### Remux-1080p + +If you prefer 1080p Remuxes (Remux-1080p) + +I suggest to first follow the [Quality Settings (File Size)](/Radarr/Radarr-Quality-Settings-File-Size/){:target="_blank" rel="noopener noreferrer"} +If you think the sizes are too big to your preference then stop reading and see if the other tutorials are helpful to you. :bangbang: + +For this Quality Profile we're going to make use of the following Custom Formats + +{! include-markdown "../../includes/french-guide/radarr-french-multi-audio.md" !} + +{! include-markdown "../../includes/cf/radarr-audio.md" !} + +{! include-markdown "../../includes/cf/radarr-movie-versions.md" !} + +{! include-markdown "../../includes/cf/radarr-french-unwanted.md" !} + +{! include-markdown "../../includes/cf/radarr-misc.md" !} + +??? summary "HQ Source Groups - [CLICK TO EXPAND]" + | Custom Format | Score | Trash ID | + | ------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | --------------------------------------------------------------------------- | + | [{{ radarr['user-radarr-cf']['french-cfs']['french-hq-webdl']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#fr-hq-webdl) | {{ radarr['user-radarr-cf']['french-cfs']['french-hq-webdl']['trash_score'] }} | {{ radarr['user-radarr-cf']['french-cfs']['french-hq-webdl']['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['user-radarr-cf']['french-cfs']['french-hq-remux']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#fr-hq-remux) | {{ radarr['user-radarr-cf']['french-cfs']['french-hq-remux']['trash_score'] }} | {{ radarr['user-radarr-cf']['french-cfs']['french-hq-remux']['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['user-radarr-cf']['french-cfs']['french-hq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#fr-hq) | 0 | {{ radarr['user-radarr-cf']['french-cfs']['french-hq']['trash_id'] }} | + | [{{ radarr['cf']['hq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hq) | 0 | {{ radarr['cf']['hq']['trash_id'] }} | + | [{{ radarr['user-radarr-cf']['french-cfs']['french-scene']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#fr-scene-groups) | ?????? | {{ radarr['user-radarr-cf']['french-cfs']['french-scene']['trash_id'] }} | + + !!! info "French Scene groups are included as a fallback if you really want MULTi release despite quality. Either score the CF to `{{ radarr['user-radarr-cf']['french-cfs']['french-scene']['trash_score'] }}` or `0` depending on what you want to achieve." + +Use the following main settings in your profile. + +![!cf-profile-remux1080](images/cf-profile-remux1080.png) + +!!! attention "Make sure you don't check the BR-DISK." + +The reason why I didn't select the WEB-DL 720p is because you will hardly find any releases that aren't done as 1080p WEB-DL. + +??? example "The following workflow will be applied:" + + - It will try to download MULTi release first, and fallback to best quality single audio after. + - It will download WEB-DL 1080p for the streaming movies you see more often lately. + - It will upgrade till Remux-1080p when available. + - The downloaded media will be upgraded to any of the added Custom Formats until a score of 9999. + + So why such a ridiculously high `Upgrade Until Custom` and not a score of `500`? + + Because I'm too lazy to calculate the maximum for every Quality Profile I use, and I want it to upgrade to the highest possible score anyway. + +------ + +#### Remux-2160p + +If you prefer 2160p Remuxes (Remux-2160p) + +I suggest to first follow the [Quality Settings (File Size)](/Radarr/Radarr-Quality-Settings-File-Size/){:target="_blank" rel="noopener noreferrer"} +If you think the sizes are too big to your preference then stop reading and see if the other tutorials are helpful to you. :bangbang: + +For this Quality Profile we're going to make use of the following Custom Formats + +{! include-markdown "../../includes/french-guide/radarr-french-multi-audio.md" !} + +{! include-markdown "../../includes/cf/radarr-audio.md" !} + +{! include-markdown "../../includes/cf/radarr-hdr-metadata.md" !} + +{! include-markdown "../../includes/cf/radarr-movie-versions.md" !} + +{! include-markdown "../../includes/cf/radarr-french-unwanted.md" !} + +{! include-markdown "../../includes/cf/radarr-misc.md" !} + +??? summary "HQ Source Groups - [CLICK TO EXPAND]" + | Custom Format | Score | Trash ID | + | ------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | --------------------------------------------------------------------------- | + | [{{ radarr['user-radarr-cf']['french-cfs']['french-hq-webdl']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#fr-hq-webdl) | {{ radarr['user-radarr-cf']['french-cfs']['french-hq-webdl']['trash_score'] }} | {{ radarr['user-radarr-cf']['french-cfs']['french-hq-webdl']['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['user-radarr-cf']['french-cfs']['french-hq-remux']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#fr-hq-remux) | {{ radarr['user-radarr-cf']['french-cfs']['french-hq-remux']['trash_score'] }} | {{ radarr['user-radarr-cf']['french-cfs']['french-hq-remux']['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['user-radarr-cf']['french-cfs']['french-hq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#fr-hq) | 0 | {{ radarr['user-radarr-cf']['french-cfs']['french-hq']['trash_id'] }} | + | [{{ radarr['cf']['hq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hq) | 0 | {{ radarr['cf']['hq']['trash_id'] }} | + | [{{ radarr['user-radarr-cf']['french-cfs']['french-scene']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#fr-scene-groups) | ?????? | {{ radarr['user-radarr-cf']['french-cfs']['french-scene']['trash_id'] }} | + + !!! info "French Scene groups are included as a fallback if you really want MULTi release despite quality. Either score the CF to `{{ radarr['user-radarr-cf']['french-cfs']['french-scene']['trash_score'] }}` or `0` depending on what you want to achieve." + +Use the following main settings in your profile. + +![!cf-profile-remux2160](images/cf-profile-remux2160.png) + +!!! attention "Make sure you don't check the BR-DISK." + +??? example "The following workflow will be applied:" + + - It will try to download MULTi release first, and fallback to best quality single audio after. + - It will download WEB-DL 2160p for the streaming movies you see more often lately. + - It will upgrade to Remux-2160p when available. + - The downloaded media will be upgraded to any of the added Custom Formats until a score of 9999. + + So why such a ridiculously high `Upgrade Until Custom` and not a score of `500`? + + Because I'm too lazy to calculate the maximum for every Quality Profile I use, and I want it to upgrade to the highest possible score anyway. + +------ + +## FAQ & INFO + +### Proper and Repacks + +??? tip "Proper and Repacks - [CLICK TO EXPAND]" + + I also suggest to change the Propers and Repacks settings in Radarr + + `Media Management` => `File Management` to `Do Not Prefer` and use the [Repack/Proper](/Radarr/Radarr-collection-of-custom-formats/#repack-proper) Custom Format. + + ![!cf-mm-propers-repacks-disable](images/cf-mm-propers-repacks-disable.png) + + This way you make sure the Custom Format preferences will be used instead. + +### Custom Formats to avoid certain releases + +??? FAQ "How to use a Custom Format to avoid certain releases? - [CLICK TO EXPAND]" + + For Custom Formats you really want to avoid, set it to something really low like `-10000` and not something like `-10`. + Being when you add a Custom Format what you prefer and you set it to something like `+10` it could happen that for example the `BR-DISK` will be downloaded (-10)+(+10)=0 and if your `Minimum Custom Format Score` is set at `0`. + +### Custom Formats with a score of 0 + +??? FAQ "What do Custom Formats with a score of 0 do? - [CLICK TO EXPAND]" + + All Custom Formats with a score of 0 are pure informational and don't do anything. + +### Minimum Custom Format Score + +??? info "Minimum Custom Format Score - [CLICK TO EXPAND]" + + Some people suggest not to use negative scores for your Custom Formats and set this option to a higher score then 0. + + The reason why I don't prefer/use this is because you could limit yourself when some new groups or whatever will be released. + + Also it makes it much more clear what you prefer and what you want to avoid. + +### Audio Channels + +??? info "Audio Channels - [CLICK TO EXPAND]" + + Personally I wouldn't add the audio channels Custom Formats being you could limit yourself in the amount of releases you're able to get. Only use this if you got specific reasons that you need them. + + Using it with any kind of Remuxes Quality Profile is useless in my opinion being that 99% of all remuxes are multi audio anyway. You can get better scores using the `Audio Advanced` Custom Formats. + +### Avoid using the x264/x265 Custom Format + +??? tip "Avoid using the x264/x265 Custom Format - [CLICK TO EXPAND]" + + Avoid using the x264/x265 Custom Format with a score if possible, it's smarter to use the [{{ radarr['cf']['x265-hd']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#x265-hd){:target="_blank" rel="noopener noreferrer"} Custom Format. + + Something like 95% of video files are x264 and have much better direct play support. If you have more than a of couple users, you will notice much more transcoding. + + Use x265 only for 4k releases and the [{{ radarr['cf']['x265-hd']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#x265-hd){:target="_blank" rel="noopener noreferrer"} makes sure you still get the x265 releases. + +## Thanks + +A big Thanks to [rg9400](https://github.com/rg9400) for providing me with info needed to create the Tips section. + +--8<-- "includes/support.md" diff --git a/includes/french-guide/radarr-french-audio-version.md b/includes/french-guide/radarr-french-audio-version.md new file mode 100644 index 000000000..704d02314 --- /dev/null +++ b/includes/french-guide/radarr-french-audio-version.md @@ -0,0 +1,26 @@ +??? summary "Explanation - [CLICK TO EXPAND]" + | Acronyms | French Explanation | English Explanation | + | ----------------------------- | ------------------------------------------------------------------------------------- | --------------------------------------------------------------------- | + | TRUEFRENCH or VFF | Version Francophone Française (doublage réalisé en France) | Full French version (dubbing done in France) | + | FRENCH or VF[1] | Version Francophone (normalement equivalent à la VFQ) | French version (normally equivalent to VFQ) | + | VOF | Version Originale Française | Original French Version | + | VFI | Version Francophone Internationale | International French Version | + | VFQ | Version Francophone Québécoise | Canadian French Version | + | VQ | Version Québécoise (accent Québécois important, ex: Les Simpsons le film) | Quebec Version (strong Quebec accent, ex: The Simpsons movie) | + | VFB | Version Francophone Belge | Belgian French Version | + | VF[1-9] or FR[1-9] | Indique le nombre de doublage présent (normalement VF2 soit VFF et VFQ) | Indicates the number of dubs present (normally VF2 being VFF and VFQ) | + | VOSTFR[2] | Indique que l'audio est dans la langue originale, avec des sous-titres en français. | Indicates soundtrack in the original language, with French subtitles | + + *[1] VF is included under the VFF Custom Format as it tend to be often mismatch with VFF instead of VFQ.* + *[2] It should be noted that SUBFRENCH is included inside this Custom Format. However, SUB often mean that the subtitle was embedded inside the picture (hardcoded). French releases tend to mix both, leading some VOSTFR being labelled as SUBFRENCH and SUBFRENCH as VOSTFR.* + +??? summary "French Audio Versions - [CLICK TO EXPAND]" + | Custom Format | Score | Trash ID | + | ---------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | ------------------------------------------------------------------------- | + | [{{ radarr['user-radarr-cf']['french-cfs']['french-vff']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vff) | {{ radarr['user-radarr-cf']['french-cfs']['french-vff']['trash_score'] }} | {{ radarr['user-radarr-cf']['french-cfs']['french-vff']['trash_id'] }} | + | [{{ radarr['user-radarr-cf']['french-cfs']['french-vof']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vof) | {{ radarr['user-radarr-cf']['french-cfs']['french-vof']['trash_score'] }} | {{ radarr['user-radarr-cf']['french-cfs']['french-vof']['trash_id'] }} | + | [{{ radarr['user-radarr-cf']['french-cfs']['french-vfi']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vfi) | {{ radarr['user-radarr-cf']['french-cfs']['french-vfi']['trash_score'] }} | {{ radarr['user-radarr-cf']['french-cfs']['french-vfi']['trash_id'] }} | + | [{{ radarr['user-radarr-cf']['french-cfs']['french-vfq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vfq) | {{ radarr['user-radarr-cf']['french-cfs']['french-vfq']['trash_score'] }} | {{ radarr['user-radarr-cf']['french-cfs']['french-vfq']['trash_id'] }} | + | [{{ radarr['user-radarr-cf']['french-cfs']['french-vq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vq) | {{ radarr['user-radarr-cf']['french-cfs']['french-vq']['trash_score'] }} | {{ radarr['user-radarr-cf']['french-cfs']['french-vq']['trash_id'] }} | + | [{{ radarr['user-radarr-cf']['french-cfs']['french-vfb']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vfb) | {{ radarr['user-radarr-cf']['french-cfs']['french-vfb']['trash_score'] }} | {{ radarr['user-radarr-cf']['french-cfs']['french-vfb']['trash_id'] }} | + | [{{ radarr['user-radarr-cf']['french-cfs']['french-vostfr']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vostfr) | {{ radarr['user-radarr-cf']['french-cfs']['french-vostfr']['trash_score'] }} | {{ radarr['user-radarr-cf']['french-cfs']['french-vostfr']['trash_id'] }} | diff --git a/includes/french-guide/radarr-french-multi-audio.md b/includes/french-guide/radarr-french-multi-audio.md new file mode 100644 index 000000000..ca78d336c --- /dev/null +++ b/includes/french-guide/radarr-french-multi-audio.md @@ -0,0 +1,14 @@ +| Custom Format | Score | Trash ID | +| ------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | ------------------------------------------------------------------------- | +| [{{ radarr['user-radarr-cf']['french-cfs']['multi-audio']['name'] }}](/Radarr/radarr-setup-custom-format-french/#multi-audio) | {{ radarr['user-radarr-cf']['french-cfs']['multi-audio']['trash_score'] }} | {{ radarr['user-radarr-cf']['french-cfs']['multi-audio']['trash_id'] }} | +| [{{ radarr['user-radarr-cf']['french-cfs']['french-audio']['name'] }}](/Radarr/radarr-setup-custom-format-french/#french-audio) | {{ radarr['user-radarr-cf']['french-cfs']['french-audio']['trash_score'] }} | {{ radarr['user-radarr-cf']['french-cfs']['french-audio']['trash_id'] }} | +| [{{ radarr['user-radarr-cf']['french-cfs']['multi-french']['name'] }}](/Radarr/radarr-setup-custom-format-french/#multi-french) | {{ radarr['user-radarr-cf']['french-cfs']['multi-french']['trash_score'] }} | {{ radarr['user-radarr-cf']['french-cfs']['multi-french']['trash_id'] }} | + +??? summary "Breakdown and Why - [CLICK TO EXPAND]" + + - **{{ radarr['user-radarr-cf']['french-cfs']['multi-audio']['name'] }}:** This is a custom format to help Radarr recognise MULTi audio release. + + !!! Info "You can safely replace the original [{{ radarr['cf']['multi']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#multi) Custom Format from the Guide with it." + + - **{{ radarr['user-radarr-cf']['french-cfs']['french-audio']['name'] }}:** This is a custom format to help Radarr recognise release with French audio. + - **{{ radarr['user-radarr-cf']['french-cfs']['multi-french']['name'] }}:** This is a custom format that will rename your file with 'Multi-French' in order to avoid download loop in Radarr. diff --git a/includes/french-guide/radarr-french-unwanted.md b/includes/french-guide/radarr-french-unwanted.md new file mode 100644 index 000000000..4962b24be --- /dev/null +++ b/includes/french-guide/radarr-french-unwanted.md @@ -0,0 +1,57 @@ +??? summary "Unwanted - [CLICK TO EXPAND]" + | Custom Format | Score | Trash ID | + | ----------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------ | ------------------------------------------------- | + | [{{ radarr['cf']['br-disk']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#br-disk) | {{ radarr['cf']['br-disk']['trash_score'] }} | {{ radarr['cf']['br-disk']['trash_id'] }} | + | [{{ radarr['cf']['evo-no-webdl']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#evo-no-webdl) | {{ radarr['cf']['evo-no-webdl']['trash_score'] }} | {{ radarr['cf']['evo-no-webdl']['trash_id'] }} | + | [{{ radarr['cf']['lq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#lq) | {{ radarr['cf']['lq']['trash_score'] }} | {{ radarr['cf']['lq']['trash_id'] }} | + | [{{ radarr['cf']['x265-hd']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#x265-hd) :warning: | {{ radarr['cf']['x265-hd']['trash_score'] }} | {{ radarr['cf']['x265-hd']['trash_id'] }} | + | [{{ radarr['cf']['x265-no-hdrdv']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv) :warning: | {{ radarr['cf']['x265-no-hdrdv']['trash_score'] }} | {{ radarr['cf']['x265-no-hdrdv']['trash_id'] }} | + | [{{ radarr['cf']['3d']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#3d) | {{ radarr['cf']['3d']['trash_score'] }} | {{ radarr['cf']['3d']['trash_id'] }} | + | [{{ radarr['cf']['no-rlsgroup']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#no-rlsgroup) | {{ radarr['cf']['no-rlsgroup']['trash_score'] }} | {{ radarr['cf']['no-rlsgroup']['trash_id'] }} | + | [{{ radarr['cf']['obfuscated']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#obfuscated) | {{ radarr['cf']['obfuscated']['trash_score'] }} | {{ radarr['cf']['obfuscated']['trash_id'] }} | + | [{{ radarr['cf']['retags']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#retags) | {{ radarr['cf']['retags']['trash_score'] }} | {{ radarr['cf']['retags']['trash_id'] }} | + | [{{ radarr['cf']['bad-dual-groups']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#bad-dual-groups) | {{ radarr['cf']['bad-dual-groups']['trash_score'] }} | {{ radarr['cf']['bad-dual-groups']['trash_id'] }} | + | [{{ radarr['cf']['dv-webdl']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv-webdl) | ?????? | {{ radarr['cf']['dv-webdl']['trash_id'] }} | + | [{{ radarr['user-radarr-cf']['french-cfs']['french-lq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#fr-lq) | {{ radarr['user-radarr-cf']['french-cfs']['french-lq']['trash_score'] }} | {{ radarr['user-radarr-cf']['french-cfs']['french-lq']['trash_id'] }} | + + ------ + + Breakdown and Why + + - **{{ radarr['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. + - **{{ radarr['cf']['evo-no-webdl']['name'] }}:** This group is often banned for the low quality Blu-ray releases, but their WEB-DL are okay. + - **{{ radarr['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. + - **{{ radarr['cf']['x265-hd']['name'] }}:** This blocks/ignores 720/1080p (HD) releases that are encoded in x265. - More info [HERE](/Misc/x265-4k/){:target="_blank" rel="noopener noreferrer"}. + + !!! Danger "Don't use this together with the following Custom Format [{{ radarr['cf']['x265-no-hdrdv']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv) :warning:" + + - **{{ radarr['cf']['x265-no-hdrdv']['name'] }}:** This blocks/ignores 720/1080p (HD) releases that are encoded in x265. - More info [HERE](/Misc/x265-4k/){:target="_blank" rel="noopener noreferrer"}. + + **but it will allow to exclude/bypass if it has HDR and/or DV** + + *Being that some NF releases won't be released as 4k, but you want to have DV/HDR releases.* + + In your quality profile use the following score for this Custom Format: `{{ radarr['cf']['x265-no-hdrdv']['trash_score'] }}` + + !!! Danger "Don't use this together with the following Custom Format [{{ radarr['cf']['x265-hd']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#x265-hd) :warning:" + + - **{{ radarr['cf']['3d']['name'] }}:** Is 3D still a thing for home use ? + - **{{ radarr['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. + - **{{ radarr['cf']['obfuscated']['name'] }}:** [*Optional*] (use these only if you dislike renamed releases) + - **{{ radarr['cf']['retags']['name'] }}:** [*Optional*] (use these only if you dislike retagged releases) + - **{{ radarr['cf']['bad-dual-groups']['name'] }}:** [*Optional*] 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. + - **{{ radarr['cf']['dv-webdl']['name'] }}:** 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. + + Most WEBDL from Streaming Services don't have the fallback to HDR10, What can results in playback issues like weird colors if you want to play it on a not Dolby Vision compatible setup. + + Remuxes and Bluray have a fallback to HDR10. + + !!! hint + `[DV WEBDL]` = This custom format you need to score depending of your personal use and setup. + + - If you only watch your movies on a setup that completely supports Dolby Vision from start to end then give it a score of `0` or just don't add it. + - If you (or family members you share your collection with) have a setup that doesn't support Dolby Vision then you should add this with a score of `{{ radarr['cf']['dv-webdl']['trash_score'] }}`. + - **{{ radarr['user-radarr-cf']['french-cfs']['french-lq']['name'] }}:** A collection of known Low Quality French groups that are often banned from the the top trackers because the lack of quality or other reasons. From 50515118a82a8daf9311da07f57ae11d2bd9d6e8 Mon Sep 17 00:00:00 2001 From: NiceTSY <38940602+NiceTSY@users.noreply.github.com> Date: Mon, 5 Sep 2022 21:09:20 +0200 Subject: [PATCH 24/41] Update french-vff.json - No more recognising the French Audio from Radarr (leading to false positive) - Do not recognised anymore the `Multi-French` CFs as VFF --- .../user-radarr-cf/french-cfs/french-vff.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-vff.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-vff.json index f0676ec1a..b2d2ab30b 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-vff.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-vff.json @@ -5,15 +5,6 @@ "name": "VFF", "includeCustomFormatWhenRenaming": true, "specifications": [ - { - "name": "French Language", - "implementation": "LanguageSpecification", - "negate": false, - "required": false, - "fields": { - "value": 2 - } - }, { "name": "TRUEFRENCH", "implementation": "ReleaseTitleSpecification", @@ -31,6 +22,15 @@ "fields": { "value": "\\bFR(A|ENCH)?\\b" } + }, + { + "name": "Not Multi-French", + "implementation": "ReleaseTitleSpecification", + "negate": true, + "required": true, + "fields": { + "value": "\\b(Multi-French)\\b" + } } ] } From ba47d78e151f30d2a63e408e5d9a6cf79fcfab3c Mon Sep 17 00:00:00 2001 From: NiceTSY <38940602+NiceTSY@users.noreply.github.com> Date: Mon, 5 Sep 2022 21:09:58 +0200 Subject: [PATCH 25/41] Update multi-audio.json Just seperated the Multi and VO+VF parts --- .../french-cfs/multi-audio.json | 21 +++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/multi-audio.json b/docs/json/radarr/user-radarr-cf/french-cfs/multi-audio.json index ef8b83b22..01d5f348c 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/multi-audio.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/multi-audio.json @@ -6,12 +6,21 @@ "includeCustomFormatWhenRenaming": false, "specifications": [ { - "name": "MULTi", - "implementation": "ReleaseTitleSpecification", - "negate": false, - "required": true, - "fields": { - "value": "(^(?=.*\\b(VO)\\b)(?=.*\\b(VF(F|I)?)\\b)|MULTi)(\\b|\\d)" + "name": "MULTi", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(MULTi)(\\b|\\d)" + } + }, + { + "name": "VO and VF", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "^(?=.*\\b(VO)\\b)(?=.*\\b(VF(F|I)?)\\b)" } } ] From 64baa7185275c73930b1d96a5d71a8c069061025 Mon Sep 17 00:00:00 2001 From: NiceTSY <38940602+NiceTSY@users.noreply.github.com> Date: Thu, 8 Sep 2022 15:46:24 +0200 Subject: [PATCH 26/41] Update scoring - Got ride of the 0 scores - Update Multi-French to 300 --- docs/json/radarr/user-radarr-cf/french-cfs/french-vfb.json | 1 - docs/json/radarr/user-radarr-cf/french-cfs/french-vff.json | 1 - docs/json/radarr/user-radarr-cf/french-cfs/french-vfi.json | 1 - docs/json/radarr/user-radarr-cf/french-cfs/french-vfq.json | 1 - docs/json/radarr/user-radarr-cf/french-cfs/french-vof.json | 1 - docs/json/radarr/user-radarr-cf/french-cfs/french-vostfr.json | 1 - docs/json/radarr/user-radarr-cf/french-cfs/french-vq.json | 1 - docs/json/radarr/user-radarr-cf/french-cfs/multi-french.json | 2 +- 8 files changed, 1 insertion(+), 8 deletions(-) diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-vfb.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-vfb.json index a482bd9c7..9b491dea8 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-vfb.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-vfb.json @@ -1,6 +1,5 @@ { "trash_id": "b3fb499641d7b3c2006be1d9eb014cb3", - "trash_score": "0", "trash_regex": "https://regex101.com/r/1arrX4/1", "name": "VFB", "includeCustomFormatWhenRenaming": true, diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-vff.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-vff.json index b2d2ab30b..96d8db3ea 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-vff.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-vff.json @@ -1,6 +1,5 @@ { "trash_id": "404c08fd0bd67f39b4d8e5709319094e", - "trash_score": "0", "trash_regex": "https://regex101.com/r/5fR55c/1", "name": "VFF", "includeCustomFormatWhenRenaming": true, diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-vfi.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-vfi.json index d6f72d972..e21df7307 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-vfi.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-vfi.json @@ -1,6 +1,5 @@ { "trash_id": "52772f1cad6b5d26c2551f79bc538a50", - "trash_score": "0", "trash_regex": "https://regex101.com/r/YA7mOH/1", "name": "VFI", "includeCustomFormatWhenRenaming": true, diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-vfq.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-vfq.json index 7d72b1616..8ed6ef2ff 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-vfq.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-vfq.json @@ -1,6 +1,5 @@ { "trash_id": "b6ace47331a1d3b77942fc18156f6df6", - "trash_score": "0", "trash_regex": "https://regex101.com/r/j1wmmv/1", "name": "VFQ", "includeCustomFormatWhenRenaming": true, diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-vof.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-vof.json index 3e77d5649..a8e540066 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-vof.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-vof.json @@ -1,6 +1,5 @@ { "trash_id": "4cafa20d5584f6ba1871d1b8941aa3cb", - "trash_score": "0", "trash_regex": "https://regex101.com/r/wOw8az/1", "name": "VOF", "includeCustomFormatWhenRenaming": true, diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-vostfr.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-vostfr.json index 78971b6eb..c6f1a1e19 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-vostfr.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-vostfr.json @@ -1,6 +1,5 @@ { "trash_id": "9172b2f683f6223e3a1846427b417a3d", - "trash_score": "0", "trash_regex": "https://regex101.com/r/sWCfAN/1", "name": "VOSTFR", "includeCustomFormatWhenRenaming": true, diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-vq.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-vq.json index ce23a1d28..69965104b 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-vq.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-vq.json @@ -1,6 +1,5 @@ { "trash_id": "95aa50f71a01c82354a7a2b385f1c4d8", - "trash_score": "0", "trash_regex": "https://regex101.com/r/MGfk6d/1", "name": "VQ", "includeCustomFormatWhenRenaming": true, diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/multi-french.json b/docs/json/radarr/user-radarr-cf/french-cfs/multi-french.json index ae0fe9313..f653c5783 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/multi-french.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/multi-french.json @@ -1,7 +1,7 @@ { "trash_id": "d5f3a1afdb77e6b95e489f7654532d04", - "trash_score": "301", "name": "Multi-French", + "trash_score": "300", "includeCustomFormatWhenRenaming": true, "specifications": [ { From 683f6b2490e8b76738d4032d0a7c359d575aed09 Mon Sep 17 00:00:00 2001 From: NiceTSY <38940602+NiceTSY@users.noreply.github.com> Date: Thu, 8 Sep 2022 15:49:31 +0200 Subject: [PATCH 27/41] Updated MULTi renaming - Added a non-visible break in French for the Multi-French CF so it is not recognised by VFF to avoid auto rename - Removed VFF condition - Updated Multi-Audio CF to not double count score --- .../radarr/user-radarr-cf/french-cfs/french-vff.json | 9 --------- .../radarr/user-radarr-cf/french-cfs/multi-audio.json | 4 ++-- .../user-radarr-cf/french-cfs/multi-french.json | 11 ++++++++++- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-vff.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-vff.json index 96d8db3ea..d0263d926 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-vff.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-vff.json @@ -21,15 +21,6 @@ "fields": { "value": "\\bFR(A|ENCH)?\\b" } - }, - { - "name": "Not Multi-French", - "implementation": "ReleaseTitleSpecification", - "negate": true, - "required": true, - "fields": { - "value": "\\b(Multi-French)\\b" - } } ] } diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/multi-audio.json b/docs/json/radarr/user-radarr-cf/french-cfs/multi-audio.json index 01d5f348c..d04c6b4b4 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/multi-audio.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/multi-audio.json @@ -6,12 +6,12 @@ "includeCustomFormatWhenRenaming": false, "specifications": [ { - "name": "MULTi", + "name": "MULTi (not -French)", "implementation": "ReleaseTitleSpecification", "negate": false, "required": false, "fields": { - "value": "\\b(MULTi)(\\b|\\d)" + "value": "\\b(MULTi(?!-F​rench))(\\d|\\b)" } }, { diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/multi-french.json b/docs/json/radarr/user-radarr-cf/french-cfs/multi-french.json index f653c5783..6a622d19b 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/multi-french.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/multi-french.json @@ -1,9 +1,18 @@ { "trash_id": "d5f3a1afdb77e6b95e489f7654532d04", - "name": "Multi-French", "trash_score": "300", + "name": "Multi-F​rench", "includeCustomFormatWhenRenaming": true, "specifications": [ + { + "name": "MULTi", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": true, + "fields": { + "value": "\\b(MULTi)(\\b|\\d)" + } + }, { "name": "Original Audio", "implementation": "LanguageSpecification", From a35bf5d678ba86e1be67855c25523c315d6a3f79 Mon Sep 17 00:00:00 2001 From: NiceTSY <38940602+NiceTSY@users.noreply.github.com> Date: Sun, 25 Sep 2022 18:39:29 +0200 Subject: [PATCH 28/41] Revert changes to CFs lists This to merge main branch following new changes to the guide --- .../Radarr-collection-of-custom-formats.md | 282 +----------------- 1 file changed, 11 insertions(+), 271 deletions(-) diff --git a/docs/Radarr/Radarr-collection-of-custom-formats.md b/docs/Radarr/Radarr-collection-of-custom-formats.md index ced7f9c49..6fc01f651 100644 --- a/docs/Radarr/Radarr-collection-of-custom-formats.md +++ b/docs/Radarr/Radarr-collection-of-custom-formats.md @@ -62,18 +62,17 @@ I also made 3 guides related to this one. ------ -| Misc | Optional | French Audio Version | French Source Groups | -| ------------------------------------- | ----------------------------------- | ----------------------------- | ------------------------------------- | -| [Repack/Proper](#repack-proper) | [EVO (no WEBDL)](#evo-no-webdl) | [Multi-French](#multi-french) | [[FR] HQ-Remux](#fr-hq-remux) | -| [Repack2](#repack2) | [No-RlsGroup](#no-rlsgroup) | [Multi-Audio](#multi-audio) | [[FR] HQ](#fr-hq) | -| [Multi](#multi) | [Obfuscated](#obfuscated) | [French Audio](#french-audio) | [[FR] HQ-WEBDL](#fr-hq-webdl) | -| [x264](#x264) | [Retags](#retags) | [VFF](#vff) | [[FR] Scene Groups](#fr-scene-groups) | -| [x265](#x265) | [Bad Dual Groups](#bad-dual-groups) | [VOF](#vof) | [[FR] LQ](#fr-lq) | -| [MPEG2](#mpeg2) | | [VFI](#vfi) | | -| [FreeLeech](#freeleech) | | [VFQ](#vfq) | | -| [Dutch Groups](#dutch-groups) | | [VQ](#vq) | | -| [Anime Dual Audio](#anime-dual-audio) | | [VFB](#vfb) | | -| | | [VOSTFR](#vostfr) | | +| Misc | Optional |   |   | +| ------------------------------------- | ----------------------------------- | ------ | ------ | +| [Repack/Proper](#repack-proper) | [EVO (no WEBDL)](#evo-no-webdl) |   |   | +| [Repack2](#repack2) | [No-RlsGroup](#no-rlsgroup) |   |   | +| [Multi](#multi) | [Obfuscated](#obfuscated) |   |   | +| [x264](#x264) | [Retags](#retags) |   |   | +| [x265](#x265) | [Bad Dual Groups](#bad-dual-groups) |   |   | +| [MPEG2](#mpeg2) | |   |   | +| [FreeLeech](#freeleech) | |   |   | +| [Dutch Groups](#dutch-groups) | |   |   | +| [Anime Dual Audio](#anime-dual-audio) | |   |   | ## Audio Advanced @@ -1419,262 +1418,3 @@ I also made 3 guides related to this one. ``` [TOP](#index) - ------- - -## French Audio Version - ------- - -### Multi-French - -??? faq "Multi-French - [CLICK TO EXPAND]" - - Recognised movies that include the original and the french audio. Work only after import as it need the result from FFprobe to get which audio are present. - -??? example "JSON - [CLICK TO EXPAND]" - - ```json - [[% filter indent(width=4) %]][[% include 'json/radarr/user-radarr-cf/french-cfs/multi-french.json' %]][[% endfilter %]] - ``` - -[TOP](#index) - ------- - -### Multi-Audio - -??? faq "Multi-Audio - [CLICK TO EXPAND]" - - A sliglthly modified [Multi](#multi) Custom Formats that recognise VF and VO inside the name. - -??? example "JSON - [CLICK TO EXPAND]" - - ```json - [[% filter indent(width=4) %]][[% include 'json/radarr/user-radarr-cf/french-cfs/multi-audio.json' %]][[% endfilter %]] - ``` - -[TOP](#index) - ------- - -### French Audio - -??? faq "French Audio - [CLICK TO EXPAND]" - - This will recognised every kind of French Audio. - -??? example "JSON - [CLICK TO EXPAND]" - - ```json - [[% filter indent(width=4) %]][[% include 'json/radarr/user-radarr-cf/french-cfs/french-audio.json' %]][[% endfilter %]] - ``` - -[TOP](#index) - ------- - -### VFF - -??? faq "VFF - [CLICK TO EXPAND]" - - Full French version (dubbing done in France) and French version (normally equivalent to VFQ). - -??? example "JSON - [CLICK TO EXPAND]" - - ```json - [[% filter indent(width=4) %]][[% include 'json/radarr/user-radarr-cf/french-cfs/french-vff.json' %]][[% endfilter %]] - ``` - -[TOP](#index) - ------- - -### VOF - -??? faq "VOF - [CLICK TO EXPAND]" - - Original French Version. - -??? example "JSON - [CLICK TO EXPAND]" - - ```json - [[% filter indent(width=4) %]][[% include 'json/radarr/user-radarr-cf/french-cfs/french-vof.json' %]][[% endfilter %]] - ``` - -[TOP](#index) - ------- - -### VFI - -??? faq "VFI - [CLICK TO EXPAND]" - - International French Version. VF[1-9] or FR[1-9] indicates the number of dubs present (normally VF2 being VFF and VFQ) and is considered as an International French release. - -??? example "JSON - [CLICK TO EXPAND]" - - ```json - [[% filter indent(width=4) %]][[% include 'json/radarr/user-radarr-cf/french-cfs/french-vfi.json' %]][[% endfilter %]] - ``` - -[TOP](#index) - ------- - -### VFQ - -??? faq "VFQ - [CLICK TO EXPAND]" - - Canadian French Version. - -??? example "JSON - [CLICK TO EXPAND]" - - ```json - [[% filter indent(width=4) %]][[% include 'json/radarr/user-radarr-cf/french-cfs/french-vfq.json' %]][[% endfilter %]] - ``` - -[TOP](#index) - ------- - -### VQ - -??? faq "VQ - [CLICK TO EXPAND]" - - Quebec Version (strong Quebec accent, ex: The Simpsons movie). - -??? example "JSON - [CLICK TO EXPAND]" - - ```json - [[% filter indent(width=4) %]][[% include 'json/radarr/user-radarr-cf/french-cfs/french-vq.json' %]][[% endfilter %]] - ``` - -[TOP](#index) - ------- - -### VFB - -??? faq "VFB - [CLICK TO EXPAND]" - - Belgian French Version. - -??? example "JSON - [CLICK TO EXPAND]" - - ```json - [[% filter indent(width=4) %]][[% include 'json/radarr/user-radarr-cf/french-cfs/french-vfb.json' %]][[% endfilter %]] - ``` - -[TOP](#index) - ------- - -### VOSTFR - -??? faq "VOSTFR - [CLICK TO EXPAND]" - - Indicates soundtrack in the original language, with French subtitles. It should be noted that SUBFRENCH is included inside this Custom Format. However, SUB often mean that the subtitle was embedded inside the picture (hardcoded). French releases tend to mix both, leading some VOSTFR being labelled as SUBFRENCH and SUBFRENCH as VOSTFR. - -??? example "JSON - [CLICK TO EXPAND]" - - ```json - [[% filter indent(width=4) %]][[% include 'json/radarr/user-radarr-cf/french-cfs/french-vostfr.json' %]][[% endfilter %]] - ``` - -[TOP](#index) - ------- - -## French HQ Source Groups - ------- - -### [FR] HQ - -French HQ-Releases = [FR] HQ - -??? faq "[FR] HQ - [CLICK TO EXPAND]" - - A collection of French P2P groups that are known for their high quality releases. - -??? example "JSON - [CLICK TO EXPAND]" - - ```json - [[% filter indent(width=4) %]][[% include 'json/radarr/user-radarr-cf/french-cfs/french-hq.json' %]][[% endfilter %]] - ``` - -[TOP](#index) - ------- - -### [FR] HQ-WEBDL - -??? faq "[FR] HQ-WEBDL - [CLICK TO EXPAND]" - - A personal collection of French P2P WEB-DL groups that are known for their high quality releases. - -??? example "JSON - [CLICK TO EXPAND]" - - ```json - [[% filter indent(width=4) %]][[% include 'json/radarr/user-radarr-cf/french-cfs/french-hq-webdl.json' %]][[% endfilter %]] - ``` - -[TOP](#index) - ------- - -### [FR] HQ-Remux - -??? faq "[FR] HQ-Remux - [CLICK TO EXPAND]" - - A personal collection of French P2P Remux groups that are known for their high quality releases. - -??? example "JSON - [CLICK TO EXPAND]" - - ```json - [[% filter indent(width=4) %]][[% include 'json/radarr/user-radarr-cf/french-cfs/french-hq-remux.json' %]][[% endfilter %]] - ``` - -[TOP](#index) - ------- - -### [FR] Scene Groups - -??? faq "[FR] Scene Groups - [CLICK TO EXPAND]" - - Known French Scene groups. - -??? example "JSON - [CLICK TO EXPAND]" - - ```json - [[% filter indent(width=4) %]][[% include 'json/radarr/user-radarr-cf/french-cfs/french-scene.json' %]][[% endfilter %]] - ``` - -[TOP](#index) - ------- - -### [FR] LQ - -French Low Quality Releases = [FR] LQ - -??? faq "[FR] LQ - [CLICK TO EXPAND]" - - A collection of known French Low Quality groups that are often banned from the the top trackers because their lack of quality. - - !!! note - - - Ads/Watermarks = Groups that are know to put ads or watermark in their releases. - - Bad/False releases = Groups that are known for lying on the quality, type or the name of their releases. - - DeTAG/ReTAG = Detagging or stealing groups. - - Other reasons = Banned Release Groups. - -??? example "JSON - [CLICK TO EXPAND]" - - ```json - [[% filter indent(width=4) %]][[% include 'json/radarr/user-radarr-cf/french-cfs/french-lq.json' %]][[% endfilter %]] - ``` - -[TOP](#index) From a809a7817e402980a66e31078f0323ed9b8fb5e4 Mon Sep 17 00:00:00 2001 From: NiceTSY <38940602+NiceTSY@users.noreply.github.com> Date: Sun, 25 Sep 2022 18:51:55 +0200 Subject: [PATCH 29/41] Reworked MULTi recognition and rename --- docs/Radarr/radarr-setup-custom-formats-french.md | 2 -- .../user-radarr-cf/french-cfs/french-vff.json | 4 ++-- .../user-radarr-cf/french-cfs/multi-audio.json | 6 +++--- .../user-radarr-cf/french-cfs/multi-french.json | 5 ++--- includes/french-guide/radarr-french-multi-audio.md | 13 ++++++++----- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/docs/Radarr/radarr-setup-custom-formats-french.md b/docs/Radarr/radarr-setup-custom-formats-french.md index 702ad6130..66b75098c 100644 --- a/docs/Radarr/radarr-setup-custom-formats-french.md +++ b/docs/Radarr/radarr-setup-custom-formats-french.md @@ -72,8 +72,6 @@ At the bottom in your chosen profile you will see the added Custom Formats where ## MULTi Custom Format -Before going further please add those Custom Formats and score them appropriately. - {! include-markdown "../../includes/french-guide/radarr-french-multi-audio.md" !} ------ diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-vff.json b/docs/json/radarr/user-radarr-cf/french-cfs/french-vff.json index d0263d926..514e286bf 100644 --- a/docs/json/radarr/user-radarr-cf/french-cfs/french-vff.json +++ b/docs/json/radarr/user-radarr-cf/french-cfs/french-vff.json @@ -19,8 +19,8 @@ "negate": false, "required": false, "fields": { - "value": "\\bFR(A|ENCH)?\\b" + "value": "\\b(? Date: Sun, 25 Sep 2022 18:52:14 +0200 Subject: [PATCH 30/41] Update radarr-setup-custom-formats-french.md - Added VOSTFR explanation --- docs/Radarr/radarr-setup-custom-formats-french.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/Radarr/radarr-setup-custom-formats-french.md b/docs/Radarr/radarr-setup-custom-formats-french.md index 66b75098c..8e575a762 100644 --- a/docs/Radarr/radarr-setup-custom-formats-french.md +++ b/docs/Radarr/radarr-setup-custom-formats-french.md @@ -76,6 +76,12 @@ At the bottom in your chosen profile you will see the added Custom Formats where ------ +## I only interested in VOSTFR! + +My strongest suggestion will be for you to look at Bazarr. It will do an amazing job for getting your subtitle on every movies. An other option is to disregard the MULTi part and just add the [{{ radarr['user-radarr-cf']['french-cfs']['french-vostfr']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vostfr) with a strong score. + +------ + ## Examples Here I will explain how to make the most use of the French Custom Formats and show you some personal examples that I'm using. You can use these to get an idea on how to setup your own. @@ -85,7 +91,7 @@ All these examples make use of the [Collection of Custom Formats](/Radarr/Radarr !!! attention "Attention" Those examples use the original guide Custom Formats too for fallback. Meaning that if you do not find a MULTi you will still have a good scoring for single audio. - This is the first intent of those Custom Formats, they are not meant to work alone (even if it is possible). + This is the first intent of those Custom Formats. However, they can work alone and you can safely not add the original Custom Formats. --8<-- "includes/cf/score-attention.md" From c91dd03a67fede7b21a71cac8863a4de6f04e9d3 Mon Sep 17 00:00:00 2001 From: NiceTSY <38940602+NiceTSY@users.noreply.github.com> Date: Sun, 25 Sep 2022 18:55:42 +0200 Subject: [PATCH 31/41] Updated CF path --- .../radarr-setup-custom-formats-french.md | 34 +++++++++---------- .../french-cfs => cf}/french-audio.json | 0 .../french-hd-bluray-tier-01.json | 0 .../french-hd-bluray-tier-02.json | 0 .../french-hd-bluray-tier-03.json | 0 .../french-cfs => cf}/french-hq-remux.json | 0 .../french-cfs => cf}/french-hq-webdl.json | 0 .../french-cfs => cf}/french-hq.json | 0 .../french-cfs => cf}/french-lq.json | 0 .../french-remux-tier-01.json | 0 .../french-remux-tier-02.json | 0 .../french-cfs => cf}/french-scene.json | 0 .../french-cfs => cf}/french-uhd-dustin.json | 0 .../french-cfs => cf}/french-uhd-flop.json | 0 .../french-uhd-fraternity.json | 0 .../french-cfs => cf}/french-uhd-sowhd.json | 0 .../french-cfs => cf}/french-vfb.json | 0 .../french-cfs => cf}/french-vff.json | 0 .../french-cfs => cf}/french-vfi.json | 0 .../french-cfs => cf}/french-vfq.json | 0 .../french-cfs => cf}/french-vof.json | 0 .../french-cfs => cf}/french-vostfr.json | 0 .../french-cfs => cf}/french-vq.json | 0 .../french-cfs => cf}/french-web-tier-01.json | 0 .../french-cfs => cf}/french-web-tier-02.json | 0 .../french-cfs => cf}/french-web-tier-03.json | 0 .../french-cfs => cf}/multi-audio.json | 0 .../french-cfs => cf}/multi-french.json | 0 docs/json/radarr/user-radarr-cf/.editorconfig | 11 ------ .../user-radarr-cf/french-cfs/.editorconfig | 11 ------ .../french-guide/radarr-french-multi-audio.md | 14 ++++---- .../french-guide/radarr-french-unwanted.md | 4 +-- 32 files changed, 26 insertions(+), 48 deletions(-) rename docs/json/radarr/{user-radarr-cf/french-cfs => cf}/french-audio.json (100%) rename docs/json/radarr/{user-radarr-cf/french-cfs => cf}/french-hd-bluray-tier-01.json (100%) rename docs/json/radarr/{user-radarr-cf/french-cfs => cf}/french-hd-bluray-tier-02.json (100%) rename docs/json/radarr/{user-radarr-cf/french-cfs => cf}/french-hd-bluray-tier-03.json (100%) rename docs/json/radarr/{user-radarr-cf/french-cfs => cf}/french-hq-remux.json (100%) rename docs/json/radarr/{user-radarr-cf/french-cfs => cf}/french-hq-webdl.json (100%) rename docs/json/radarr/{user-radarr-cf/french-cfs => cf}/french-hq.json (100%) rename docs/json/radarr/{user-radarr-cf/french-cfs => cf}/french-lq.json (100%) rename docs/json/radarr/{user-radarr-cf/french-cfs => cf}/french-remux-tier-01.json (100%) rename docs/json/radarr/{user-radarr-cf/french-cfs => cf}/french-remux-tier-02.json (100%) rename docs/json/radarr/{user-radarr-cf/french-cfs => cf}/french-scene.json (100%) rename docs/json/radarr/{user-radarr-cf/french-cfs => cf}/french-uhd-dustin.json (100%) rename docs/json/radarr/{user-radarr-cf/french-cfs => cf}/french-uhd-flop.json (100%) rename docs/json/radarr/{user-radarr-cf/french-cfs => cf}/french-uhd-fraternity.json (100%) rename docs/json/radarr/{user-radarr-cf/french-cfs => cf}/french-uhd-sowhd.json (100%) rename docs/json/radarr/{user-radarr-cf/french-cfs => cf}/french-vfb.json (100%) rename docs/json/radarr/{user-radarr-cf/french-cfs => cf}/french-vff.json (100%) rename docs/json/radarr/{user-radarr-cf/french-cfs => cf}/french-vfi.json (100%) rename docs/json/radarr/{user-radarr-cf/french-cfs => cf}/french-vfq.json (100%) rename docs/json/radarr/{user-radarr-cf/french-cfs => cf}/french-vof.json (100%) rename docs/json/radarr/{user-radarr-cf/french-cfs => cf}/french-vostfr.json (100%) rename docs/json/radarr/{user-radarr-cf/french-cfs => cf}/french-vq.json (100%) rename docs/json/radarr/{user-radarr-cf/french-cfs => cf}/french-web-tier-01.json (100%) rename docs/json/radarr/{user-radarr-cf/french-cfs => cf}/french-web-tier-02.json (100%) rename docs/json/radarr/{user-radarr-cf/french-cfs => cf}/french-web-tier-03.json (100%) rename docs/json/radarr/{user-radarr-cf/french-cfs => cf}/multi-audio.json (100%) rename docs/json/radarr/{user-radarr-cf/french-cfs => cf}/multi-french.json (100%) delete mode 100644 docs/json/radarr/user-radarr-cf/.editorconfig delete mode 100644 docs/json/radarr/user-radarr-cf/french-cfs/.editorconfig diff --git a/docs/Radarr/radarr-setup-custom-formats-french.md b/docs/Radarr/radarr-setup-custom-formats-french.md index 8e575a762..009a7ab7f 100644 --- a/docs/Radarr/radarr-setup-custom-formats-french.md +++ b/docs/Radarr/radarr-setup-custom-formats-french.md @@ -76,9 +76,9 @@ At the bottom in your chosen profile you will see the added Custom Formats where ------ -## I only interested in VOSTFR! +## I am only interested in VOSTFR! -My strongest suggestion will be for you to look at Bazarr. It will do an amazing job for getting your subtitle on every movies. An other option is to disregard the MULTi part and just add the [{{ radarr['user-radarr-cf']['french-cfs']['french-vostfr']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vostfr) with a strong score. +My strongest suggestion will be for you to look at Bazarr. It will do an amazing job for getting your subtitle on every movies. An other option is to disregard the MULTi part and just add the [{{ radarr['cf']['french-vostfr']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vostfr) with a strong score. ------ @@ -132,15 +132,15 @@ For this Quality Profile we're going to make use of the following Custom Formats ??? summary "HQ Source Groups - [CLICK TO EXPAND]" | Custom Format | Score | Trash ID | | ------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | --------------------------------------------------------------------------- | - | [{{ radarr['user-radarr-cf']['french-cfs']['french-hq-webdl']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#fr-hq-webdl) | {{ radarr['user-radarr-cf']['french-cfs']['french-hq-webdl']['trash_score'] }} | {{ radarr['user-radarr-cf']['french-cfs']['french-hq-webdl']['trash_id'] }} | + | [{{ radarr['cf']['french-hq-webdl']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#fr-hq-webdl) | {{ radarr['cf']['french-hq-webdl']['trash_score'] }} | {{ radarr['cf']['french-hq-webdl']['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['user-radarr-cf']['french-cfs']['french-hq-remux']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#fr-hq-remux) | 0 | {{ radarr['user-radarr-cf']['french-cfs']['french-hq-remux']['trash_id'] }} | + | [{{ radarr['cf']['french-hq-remux']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#fr-hq-remux) | 0 | {{ radarr['cf']['french-hq-remux']['trash_id'] }} | | [{{ radarr['cf']['hq-remux']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hq-remux) | 0 | {{ radarr['cf']['hq-remux']['trash_id'] }} | - | [{{ radarr['user-radarr-cf']['french-cfs']['french-hq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#fr-hq) | {{ radarr['user-radarr-cf']['french-cfs']['french-hq']['trash_score'] }} | {{ radarr['user-radarr-cf']['french-cfs']['french-hq']['trash_id'] }} | + | [{{ radarr['cf']['french-hq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#fr-hq) | {{ radarr['cf']['french-hq']['trash_score'] }} | {{ radarr['cf']['french-hq']['trash_id'] }} | | [{{ radarr['cf']['hq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hq) | {{ radarr['cf']['hq']['trash_score'] }} | {{ radarr['cf']['hq']['trash_id'] }} | - | [{{ radarr['user-radarr-cf']['french-cfs']['french-scene']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#fr-scene-groups) | ?????? | {{ radarr['user-radarr-cf']['french-cfs']['french-scene']['trash_id'] }} | + | [{{ radarr['cf']['french-scene']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#fr-scene-groups) | ?????? | {{ radarr['cf']['french-scene']['trash_id'] }} | - !!! info "French Scene groups are included as a fallback if you really want MULTi release despite quality. Either score the CF to `{{ radarr['user-radarr-cf']['french-cfs']['french-scene']['trash_score'] }}` or `0` depending on what you want to achieve." + !!! info "French Scene groups are included as a fallback if you really want MULTi release despite quality. Either score the CF to `{{ radarr['cf']['french-scene']['trash_score'] }}` or `0` depending on what you want to achieve." I decided not to add `Audio Advanced` Custom Formats to the encodes profile, being with encodes I prefer higher video quality. If you also want HD audio formats I would suggest to go for the Remuxes. @@ -193,15 +193,15 @@ For this Quality Profile we're going to make use of the following Custom Formats ??? summary "HQ Source Groups - [CLICK TO EXPAND]" | Custom Format | Score | Trash ID | | ------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | --------------------------------------------------------------------------- | - | [{{ radarr['user-radarr-cf']['french-cfs']['french-hq-webdl']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#fr-hq-webdl) | {{ radarr['user-radarr-cf']['french-cfs']['french-hq-webdl']['trash_score'] }} | {{ radarr['user-radarr-cf']['french-cfs']['french-hq-webdl']['trash_id'] }} | + | [{{ radarr['cf']['french-hq-webdl']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#fr-hq-webdl) | {{ radarr['cf']['french-hq-webdl']['trash_score'] }} | {{ radarr['cf']['french-hq-webdl']['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['user-radarr-cf']['french-cfs']['french-hq-remux']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#fr-hq-remux) | {{ radarr['user-radarr-cf']['french-cfs']['french-hq-remux']['trash_score'] }} | {{ radarr['user-radarr-cf']['french-cfs']['french-hq-remux']['trash_id'] }} | + | [{{ radarr['cf']['french-hq-remux']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#fr-hq-remux) | {{ radarr['cf']['french-hq-remux']['trash_score'] }} | {{ radarr['cf']['french-hq-remux']['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['user-radarr-cf']['french-cfs']['french-hq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#fr-hq) | 0 | {{ radarr['user-radarr-cf']['french-cfs']['french-hq']['trash_id'] }} | + | [{{ radarr['cf']['french-hq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#fr-hq) | 0 | {{ radarr['cf']['french-hq']['trash_id'] }} | | [{{ radarr['cf']['hq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hq) | 0 | {{ radarr['cf']['hq']['trash_id'] }} | - | [{{ radarr['user-radarr-cf']['french-cfs']['french-scene']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#fr-scene-groups) | ?????? | {{ radarr['user-radarr-cf']['french-cfs']['french-scene']['trash_id'] }} | + | [{{ radarr['cf']['french-scene']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#fr-scene-groups) | ?????? | {{ radarr['cf']['french-scene']['trash_id'] }} | - !!! info "French Scene groups are included as a fallback if you really want MULTi release despite quality. Either score the CF to `{{ radarr['user-radarr-cf']['french-cfs']['french-scene']['trash_score'] }}` or `0` depending on what you want to achieve." + !!! info "French Scene groups are included as a fallback if you really want MULTi release despite quality. Either score the CF to `{{ radarr['cf']['french-scene']['trash_score'] }}` or `0` depending on what you want to achieve." Use the following main settings in your profile. @@ -248,15 +248,15 @@ For this Quality Profile we're going to make use of the following Custom Formats ??? summary "HQ Source Groups - [CLICK TO EXPAND]" | Custom Format | Score | Trash ID | | ------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | --------------------------------------------------------------------------- | - | [{{ radarr['user-radarr-cf']['french-cfs']['french-hq-webdl']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#fr-hq-webdl) | {{ radarr['user-radarr-cf']['french-cfs']['french-hq-webdl']['trash_score'] }} | {{ radarr['user-radarr-cf']['french-cfs']['french-hq-webdl']['trash_id'] }} | + | [{{ radarr['cf']['french-hq-webdl']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#fr-hq-webdl) | {{ radarr['cf']['french-hq-webdl']['trash_score'] }} | {{ radarr['cf']['french-hq-webdl']['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['user-radarr-cf']['french-cfs']['french-hq-remux']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#fr-hq-remux) | {{ radarr['user-radarr-cf']['french-cfs']['french-hq-remux']['trash_score'] }} | {{ radarr['user-radarr-cf']['french-cfs']['french-hq-remux']['trash_id'] }} | + | [{{ radarr['cf']['french-hq-remux']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#fr-hq-remux) | {{ radarr['cf']['french-hq-remux']['trash_score'] }} | {{ radarr['cf']['french-hq-remux']['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['user-radarr-cf']['french-cfs']['french-hq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#fr-hq) | 0 | {{ radarr['user-radarr-cf']['french-cfs']['french-hq']['trash_id'] }} | + | [{{ radarr['cf']['french-hq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#fr-hq) | 0 | {{ radarr['cf']['french-hq']['trash_id'] }} | | [{{ radarr['cf']['hq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hq) | 0 | {{ radarr['cf']['hq']['trash_id'] }} | - | [{{ radarr['user-radarr-cf']['french-cfs']['french-scene']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#fr-scene-groups) | ?????? | {{ radarr['user-radarr-cf']['french-cfs']['french-scene']['trash_id'] }} | + | [{{ radarr['cf']['french-scene']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#fr-scene-groups) | ?????? | {{ radarr['cf']['french-scene']['trash_id'] }} | - !!! info "French Scene groups are included as a fallback if you really want MULTi release despite quality. Either score the CF to `{{ radarr['user-radarr-cf']['french-cfs']['french-scene']['trash_score'] }}` or `0` depending on what you want to achieve." + !!! info "French Scene groups are included as a fallback if you really want MULTi release despite quality. Either score the CF to `{{ radarr['cf']['french-scene']['trash_score'] }}` or `0` depending on what you want to achieve." Use the following main settings in your profile. diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-audio.json b/docs/json/radarr/cf/french-audio.json similarity index 100% rename from docs/json/radarr/user-radarr-cf/french-cfs/french-audio.json rename to docs/json/radarr/cf/french-audio.json diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-hd-bluray-tier-01.json b/docs/json/radarr/cf/french-hd-bluray-tier-01.json similarity index 100% rename from docs/json/radarr/user-radarr-cf/french-cfs/french-hd-bluray-tier-01.json rename to docs/json/radarr/cf/french-hd-bluray-tier-01.json diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-hd-bluray-tier-02.json b/docs/json/radarr/cf/french-hd-bluray-tier-02.json similarity index 100% rename from docs/json/radarr/user-radarr-cf/french-cfs/french-hd-bluray-tier-02.json rename to docs/json/radarr/cf/french-hd-bluray-tier-02.json diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-hd-bluray-tier-03.json b/docs/json/radarr/cf/french-hd-bluray-tier-03.json similarity index 100% rename from docs/json/radarr/user-radarr-cf/french-cfs/french-hd-bluray-tier-03.json rename to docs/json/radarr/cf/french-hd-bluray-tier-03.json diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-hq-remux.json b/docs/json/radarr/cf/french-hq-remux.json similarity index 100% rename from docs/json/radarr/user-radarr-cf/french-cfs/french-hq-remux.json rename to docs/json/radarr/cf/french-hq-remux.json diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-hq-webdl.json b/docs/json/radarr/cf/french-hq-webdl.json similarity index 100% rename from docs/json/radarr/user-radarr-cf/french-cfs/french-hq-webdl.json rename to docs/json/radarr/cf/french-hq-webdl.json diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-hq.json b/docs/json/radarr/cf/french-hq.json similarity index 100% rename from docs/json/radarr/user-radarr-cf/french-cfs/french-hq.json rename to docs/json/radarr/cf/french-hq.json diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-lq.json b/docs/json/radarr/cf/french-lq.json similarity index 100% rename from docs/json/radarr/user-radarr-cf/french-cfs/french-lq.json rename to docs/json/radarr/cf/french-lq.json diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-remux-tier-01.json b/docs/json/radarr/cf/french-remux-tier-01.json similarity index 100% rename from docs/json/radarr/user-radarr-cf/french-cfs/french-remux-tier-01.json rename to docs/json/radarr/cf/french-remux-tier-01.json diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-remux-tier-02.json b/docs/json/radarr/cf/french-remux-tier-02.json similarity index 100% rename from docs/json/radarr/user-radarr-cf/french-cfs/french-remux-tier-02.json rename to docs/json/radarr/cf/french-remux-tier-02.json diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-scene.json b/docs/json/radarr/cf/french-scene.json similarity index 100% rename from docs/json/radarr/user-radarr-cf/french-cfs/french-scene.json rename to docs/json/radarr/cf/french-scene.json diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-uhd-dustin.json b/docs/json/radarr/cf/french-uhd-dustin.json similarity index 100% rename from docs/json/radarr/user-radarr-cf/french-cfs/french-uhd-dustin.json rename to docs/json/radarr/cf/french-uhd-dustin.json diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-uhd-flop.json b/docs/json/radarr/cf/french-uhd-flop.json similarity index 100% rename from docs/json/radarr/user-radarr-cf/french-cfs/french-uhd-flop.json rename to docs/json/radarr/cf/french-uhd-flop.json diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-uhd-fraternity.json b/docs/json/radarr/cf/french-uhd-fraternity.json similarity index 100% rename from docs/json/radarr/user-radarr-cf/french-cfs/french-uhd-fraternity.json rename to docs/json/radarr/cf/french-uhd-fraternity.json diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-uhd-sowhd.json b/docs/json/radarr/cf/french-uhd-sowhd.json similarity index 100% rename from docs/json/radarr/user-radarr-cf/french-cfs/french-uhd-sowhd.json rename to docs/json/radarr/cf/french-uhd-sowhd.json diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-vfb.json b/docs/json/radarr/cf/french-vfb.json similarity index 100% rename from docs/json/radarr/user-radarr-cf/french-cfs/french-vfb.json rename to docs/json/radarr/cf/french-vfb.json diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-vff.json b/docs/json/radarr/cf/french-vff.json similarity index 100% rename from docs/json/radarr/user-radarr-cf/french-cfs/french-vff.json rename to docs/json/radarr/cf/french-vff.json diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-vfi.json b/docs/json/radarr/cf/french-vfi.json similarity index 100% rename from docs/json/radarr/user-radarr-cf/french-cfs/french-vfi.json rename to docs/json/radarr/cf/french-vfi.json diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-vfq.json b/docs/json/radarr/cf/french-vfq.json similarity index 100% rename from docs/json/radarr/user-radarr-cf/french-cfs/french-vfq.json rename to docs/json/radarr/cf/french-vfq.json diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-vof.json b/docs/json/radarr/cf/french-vof.json similarity index 100% rename from docs/json/radarr/user-radarr-cf/french-cfs/french-vof.json rename to docs/json/radarr/cf/french-vof.json diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-vostfr.json b/docs/json/radarr/cf/french-vostfr.json similarity index 100% rename from docs/json/radarr/user-radarr-cf/french-cfs/french-vostfr.json rename to docs/json/radarr/cf/french-vostfr.json diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-vq.json b/docs/json/radarr/cf/french-vq.json similarity index 100% rename from docs/json/radarr/user-radarr-cf/french-cfs/french-vq.json rename to docs/json/radarr/cf/french-vq.json diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-web-tier-01.json b/docs/json/radarr/cf/french-web-tier-01.json similarity index 100% rename from docs/json/radarr/user-radarr-cf/french-cfs/french-web-tier-01.json rename to docs/json/radarr/cf/french-web-tier-01.json diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-web-tier-02.json b/docs/json/radarr/cf/french-web-tier-02.json similarity index 100% rename from docs/json/radarr/user-radarr-cf/french-cfs/french-web-tier-02.json rename to docs/json/radarr/cf/french-web-tier-02.json diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/french-web-tier-03.json b/docs/json/radarr/cf/french-web-tier-03.json similarity index 100% rename from docs/json/radarr/user-radarr-cf/french-cfs/french-web-tier-03.json rename to docs/json/radarr/cf/french-web-tier-03.json diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/multi-audio.json b/docs/json/radarr/cf/multi-audio.json similarity index 100% rename from docs/json/radarr/user-radarr-cf/french-cfs/multi-audio.json rename to docs/json/radarr/cf/multi-audio.json diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/multi-french.json b/docs/json/radarr/cf/multi-french.json similarity index 100% rename from docs/json/radarr/user-radarr-cf/french-cfs/multi-french.json rename to docs/json/radarr/cf/multi-french.json diff --git a/docs/json/radarr/user-radarr-cf/.editorconfig b/docs/json/radarr/user-radarr-cf/.editorconfig deleted file mode 100644 index 76ea91c4a..000000000 --- a/docs/json/radarr/user-radarr-cf/.editorconfig +++ /dev/null @@ -1,11 +0,0 @@ -# EditorConfig is awesome: https://EditorConfig.org - -# top-most EditorConfig file -root = false - -[*.json] -indent_style = space -indent_size = 2 -charset = utf-8 -trim_trailing_whitespace = true -#insert_final_newline = true diff --git a/docs/json/radarr/user-radarr-cf/french-cfs/.editorconfig b/docs/json/radarr/user-radarr-cf/french-cfs/.editorconfig deleted file mode 100644 index 76ea91c4a..000000000 --- a/docs/json/radarr/user-radarr-cf/french-cfs/.editorconfig +++ /dev/null @@ -1,11 +0,0 @@ -# EditorConfig is awesome: https://EditorConfig.org - -# top-most EditorConfig file -root = false - -[*.json] -indent_style = space -indent_size = 2 -charset = utf-8 -trim_trailing_whitespace = true -#insert_final_newline = true diff --git a/includes/french-guide/radarr-french-multi-audio.md b/includes/french-guide/radarr-french-multi-audio.md index a0829b485..996b28ac3 100644 --- a/includes/french-guide/radarr-french-multi-audio.md +++ b/includes/french-guide/radarr-french-multi-audio.md @@ -1,17 +1,17 @@ | Custom Format | Score | Trash ID | | ------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | ------------------------------------------------------------------------- | -| [{{ radarr['user-radarr-cf']['french-cfs']['multi-audio']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#multi-audio) | {{ radarr['user-radarr-cf']['french-cfs']['multi-audio']['trash_score'] }} | {{ radarr['user-radarr-cf']['french-cfs']['multi-audio']['trash_id'] }} | -| [{{ radarr['user-radarr-cf']['french-cfs']['french-audio']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#french-audio) | {{ radarr['user-radarr-cf']['french-cfs']['french-audio']['trash_score'] }} | {{ radarr['user-radarr-cf']['french-cfs']['french-audio']['trash_id'] }} | -| [{{ radarr['user-radarr-cf']['french-cfs']['multi-french']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#multi-french) | 0 | {{ radarr['user-radarr-cf']['french-cfs']['multi-french']['trash_id'] }} | +| [{{ radarr['cf']['multi-audio']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#multi-audio) | {{ radarr['cf']['multi-audio']['trash_score'] }} | {{ radarr['cf']['multi-audio']['trash_id'] }} | +| [{{ radarr['cf']['french-audio']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#french-audio) | {{ radarr['cf']['french-audio']['trash_score'] }} | {{ radarr['cf']['french-audio']['trash_id'] }} | +| [{{ radarr['cf']['multi-french']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#multi-french) | 0 | {{ radarr['cf']['multi-french']['trash_id'] }} | ??? summary "Breakdown and Why - [CLICK TO EXPAND]" - - **{{ radarr['user-radarr-cf']['french-cfs']['multi-audio']['name'] }}:** This is a custom format to help Radarr recognise MULTi audio release. + - **{{ radarr['cf']['multi-audio']['name'] }}:** This is a custom format to help Radarr recognise MULTi audio release. !!! Info "You can safely replace the original [{{ radarr['cf']['multi']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#multi) Custom Format from the Guide with it." - - **{{ radarr['user-radarr-cf']['french-cfs']['french-audio']['name'] }}:** This is a custom format to help Radarr recognise release with French audio. It is optional and only give a small boost if the release indeed possess a French audio. - - **{{ radarr['user-radarr-cf']['french-cfs']['multi-french']['name'] }}:** This is a custom format that will rename your file with 'Multi-French'. + - **{{ radarr['cf']['french-audio']['name'] }}:** This is a custom format to help Radarr recognise release with French audio. It is optional and only give a small boost if the release indeed possess a French audio. + - **{{ radarr['cf']['multi-french']['name'] }}:** This is a custom format that will rename your file with 'Multi-French'. **How it works** - When Radarr find a release with 'MULTi' in, it will allocate a {{ radarr['user-radarr-cf']['french-cfs']['multi-audio']['trash_score'] }} score on it thanks to the **{{ radarr['user-radarr-cf']['french-cfs']['multi-audio']['name'] }}** custom format. If the release indeed possess at least the original audio and French audio, it will be renamed by the **{{ radarr['user-radarr-cf']['french-cfs']['multi-french']['name'] }}**. Allowing the release to keep the {{ radarr['user-radarr-cf']['french-cfs']['multi-audio']['trash_score'] }} score from the {{ radarr['user-radarr-cf']['french-cfs']['multi-audio']['trash_score'] }}. + When Radarr find a release with 'MULTi' in, it will allocate a {{ radarr['cf']['multi-audio']['trash_score'] }} score on it thanks to the **{{ radarr['cf']['multi-audio']['name'] }}** custom format. If the release indeed possess at least the original audio and French audio, it will be renamed by the **{{ radarr['cf']['multi-french']['name'] }}**. Allowing the release to keep the {{ radarr['cf']['multi-audio']['trash_score'] }} score from the {{ radarr['cf']['multi-audio']['trash_score'] }}. diff --git a/includes/french-guide/radarr-french-unwanted.md b/includes/french-guide/radarr-french-unwanted.md index 4962b24be..69c6b66ae 100644 --- a/includes/french-guide/radarr-french-unwanted.md +++ b/includes/french-guide/radarr-french-unwanted.md @@ -12,7 +12,7 @@ | [{{ radarr['cf']['retags']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#retags) | {{ radarr['cf']['retags']['trash_score'] }} | {{ radarr['cf']['retags']['trash_id'] }} | | [{{ radarr['cf']['bad-dual-groups']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#bad-dual-groups) | {{ radarr['cf']['bad-dual-groups']['trash_score'] }} | {{ radarr['cf']['bad-dual-groups']['trash_id'] }} | | [{{ radarr['cf']['dv-webdl']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv-webdl) | ?????? | {{ radarr['cf']['dv-webdl']['trash_id'] }} | - | [{{ radarr['user-radarr-cf']['french-cfs']['french-lq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#fr-lq) | {{ radarr['user-radarr-cf']['french-cfs']['french-lq']['trash_score'] }} | {{ radarr['user-radarr-cf']['french-cfs']['french-lq']['trash_id'] }} | + | [{{ radarr['cf']['french-lq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#fr-lq) | {{ radarr['cf']['french-lq']['trash_score'] }} | {{ radarr['cf']['french-lq']['trash_id'] }} | ------ @@ -54,4 +54,4 @@ - If you only watch your movies on a setup that completely supports Dolby Vision from start to end then give it a score of `0` or just don't add it. - If you (or family members you share your collection with) have a setup that doesn't support Dolby Vision then you should add this with a score of `{{ radarr['cf']['dv-webdl']['trash_score'] }}`. - - **{{ radarr['user-radarr-cf']['french-cfs']['french-lq']['name'] }}:** A collection of known Low Quality French groups that are often banned from the the top trackers because the lack of quality or other reasons. + - **{{ radarr['cf']['french-lq']['name'] }}:** A collection of known Low Quality French groups that are often banned from the the top trackers because the lack of quality or other reasons. From 92291964908e0790646bdeeb5e2173662ff85fa0 Mon Sep 17 00:00:00 2001 From: NiceTSY <38940602+NiceTSY@users.noreply.github.com> Date: Sun, 25 Sep 2022 18:55:57 +0200 Subject: [PATCH 32/41] Update Radarr-collection-of-custom-formats.md Added French CFs to it --- .../Radarr-collection-of-custom-formats.md | 280 +++++++++++++++++- 1 file changed, 269 insertions(+), 11 deletions(-) diff --git a/docs/Radarr/Radarr-collection-of-custom-formats.md b/docs/Radarr/Radarr-collection-of-custom-formats.md index ce1d6bef3..295985990 100644 --- a/docs/Radarr/Radarr-collection-of-custom-formats.md +++ b/docs/Radarr/Radarr-collection-of-custom-formats.md @@ -62,17 +62,18 @@ I also made 3 guides related to this one. ------ -| Misc | Optional |   |   | -| ------------------------------ | ----------------------------------- | ------ | ------ | -| [Repack/Proper](#repackproper) | [Bad Dual Groups](#bad-dual-groups) |   |   | -| [Repack2](#repack2) | [DV (WEBDL)](#dv-webdl) |   |   | -| [Multi](#multi) | [EVO (no WEBDL)](#evo-no-webdl) |   |   | -| [x264](#x264) | [No-RlsGroup](#no-rlsgroup) |   |   | -| [x265](#x265) | [Obfuscated](#obfuscated) |   |   | -| [MPEG2](#mpeg2) | [Retags](#retags) |   |   | -| [FreeLeech](#freeleech) | [x265 (no HDR/DV)](#x265-no-hdrdv) |   |   | -| [Dutch Groups](#dutch-groups) | |   |   | -| | |   |   | +| Misc | Optional | French Audio Version | French Source Groups | +| ------------------------------ | ----------------------------------- | ----------------------------- | ------------------------------------- | +| [Repack/Proper](#repackproper) | [Bad Dual Groups](#bad-dual-groups) | [Multi-French](#multi-french) | [[FR] HQ-Remux](#fr-hq-remux) | +| [Repack2](#repack2) | [DV (WEBDL)](#dv-webdl) | [Multi-Audio](#multi-audio) | [[FR] HQ](#fr-hq) | +| [Multi](#multi) | [EVO (no WEBDL)](#evo-no-webdl) | [French Audio](#french-audio) | [[FR] HQ-WEBDL](#fr-hq-webdl) | +| [x264](#x264) | [No-RlsGroup](#no-rlsgroup) | [VFF](#vff) | [[FR] Scene Groups](#fr-scene-groups) | +| [x265](#x265) | [Obfuscated](#obfuscated) | [VOF](#vof) | [[FR] LQ](#fr-lq) | +| [MPEG2](#mpeg2) | [Retags](#retags) | [VFI](#vfi) | | +| [FreeLeech](#freeleech) | [x265 (no HDR/DV)](#x265-no-hdrdv) | [VFQ](#vfq) | | +| [Dutch Groups](#dutch-groups) | | [VQ](#vq) | | +| | | [VFB](#vfb) | | +| | | [VOSTFR](#vostfr) | | ------ @@ -1798,3 +1799,260 @@ I also made 3 guides related to this one. [TOP](#index) ------ + +## French Audio Version + +------ + +### Multi-French + +??? faq "Multi-French - [CLICK TO EXPAND]" + + Recognised movies that include the original and the french audio. Work only after import as it need the result from FFprobe to get which audio are present. Will rename the release to keep the recognition of 'Multi' by the [Multi-Audio](#multi-audio) custome format. + +??? example "JSON - [CLICK TO EXPAND]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/radarr/cf/multi-french.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +------ + +### Multi-Audio + +??? faq "Multi-Audio - [CLICK TO EXPAND]" + + A sliglthly modified [Multi](#multi) Custom Formats that recognise VF and VO inside the name. + +??? example "JSON - [CLICK TO EXPAND]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/radarr/cf/multi-audio.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +------ + +### French Audio + +??? faq "French Audio - [CLICK TO EXPAND]" + + This will recognised every kind of French Audio. + +??? example "JSON - [CLICK TO EXPAND]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/radarr/cf/french-audio.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +------ + +### VFF + +??? faq "VFF - [CLICK TO EXPAND]" + + Full French version (dubbing done in France) and French version (normally equivalent to VFQ). + +??? example "JSON - [CLICK TO EXPAND]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/radarr/cf/french-vff.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +------ + +### VOF + +??? faq "VOF - [CLICK TO EXPAND]" + + Original French Version. + +??? example "JSON - [CLICK TO EXPAND]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/radarr/cf/french-vof.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +------ + +### VFI + +??? faq "VFI - [CLICK TO EXPAND]" + + International French Version. VF[1-9] or FR[1-9] indicates the number of dubs present (normally VF2 being VFF and VFQ) and is considered as an International French release. + +??? example "JSON - [CLICK TO EXPAND]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/radarr/cf/french-vfi.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +------ + +### VFQ + +??? faq "VFQ - [CLICK TO EXPAND]" + + Canadian French Version. + +??? example "JSON - [CLICK TO EXPAND]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/radarr/cf/french-vfq.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +------ + +### VQ + +??? faq "VQ - [CLICK TO EXPAND]" + + Quebec Version (strong Quebec accent, ex: The Simpsons movie). + +??? example "JSON - [CLICK TO EXPAND]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/radarr/cf/french-vq.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +------ + +### VFB + +??? faq "VFB - [CLICK TO EXPAND]" + + Belgian French Version. + +??? example "JSON - [CLICK TO EXPAND]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/radarr/cf/french-vfb.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +------ + +### VOSTFR + +??? faq "VOSTFR - [CLICK TO EXPAND]" + + Indicates soundtrack in the original language, with French subtitles. It should be noted that SUBFRENCH is included inside this Custom Format. However, SUB often mean that the subtitle was embedded inside the picture (hardcoded). French releases tend to mix both, leading some VOSTFR being labelled as SUBFRENCH and SUBFRENCH as VOSTFR. + +??? example "JSON - [CLICK TO EXPAND]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/radarr/cf/french-vostfr.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +------ + +## French HQ Source Groups + +------ + +### [FR] HQ + +French HQ-Releases = [FR] HQ + +??? faq "[FR] HQ - [CLICK TO EXPAND]" + + A collection of French P2P groups that are known for their high quality releases. + +??? example "JSON - [CLICK TO EXPAND]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/radarr/cf/french-hq.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +------ + +### [FR] HQ-WEBDL + +??? faq "[FR] HQ-WEBDL - [CLICK TO EXPAND]" + + A personal collection of French P2P WEB-DL groups that are known for their high quality releases. + +??? example "JSON - [CLICK TO EXPAND]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/radarr/cf/french-hq-webdl.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +------ + +### [FR] HQ-Remux + +??? faq "[FR] HQ-Remux - [CLICK TO EXPAND]" + + A personal collection of French P2P Remux groups that are known for their high quality releases. + +??? example "JSON - [CLICK TO EXPAND]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/radarr/cf/french-hq-remux.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +------ + +### [FR] Scene Groups + +??? faq "[FR] Scene Groups - [CLICK TO EXPAND]" + + Known French Scene groups. + +??? example "JSON - [CLICK TO EXPAND]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/radarr/cf/french-scene.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +------ + +### [FR] LQ + +French Low Quality Releases = [FR] LQ + +??? faq "[FR] LQ - [CLICK TO EXPAND]" + + A collection of known French Low Quality groups that are often banned from the the top trackers because their lack of quality. + + !!! note + + - Ads/Watermarks = Groups that are know to put ads or watermark in their releases. + - Bad/False releases = Groups that are known for lying on the quality, type or the name of their releases. + - DeTAG/ReTAG = Detagging or stealing groups. + - Other reasons = Banned Release Groups. + +??? example "JSON - [CLICK TO EXPAND]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/radarr/cf/french-lq.json' %]][[% endfilter %]] + ``` + +[TOP](#index) From 8be05b2d48c7e605a899b9d302456137a582a524 Mon Sep 17 00:00:00 2001 From: NiceTSY <38940602+NiceTSY@users.noreply.github.com> Date: Sun, 25 Sep 2022 18:57:10 +0200 Subject: [PATCH 33/41] Correct newline error --- docs/json/radarr/cf/french-vff.json | 2 +- docs/json/radarr/cf/multi-audio.json | 2 +- docs/json/radarr/cf/multi-french.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/json/radarr/cf/french-vff.json b/docs/json/radarr/cf/french-vff.json index 514e286bf..413e00837 100644 --- a/docs/json/radarr/cf/french-vff.json +++ b/docs/json/radarr/cf/french-vff.json @@ -23,4 +23,4 @@ } } ] -} \ No newline at end of file +} diff --git a/docs/json/radarr/cf/multi-audio.json b/docs/json/radarr/cf/multi-audio.json index d57e7344b..994208036 100644 --- a/docs/json/radarr/cf/multi-audio.json +++ b/docs/json/radarr/cf/multi-audio.json @@ -24,4 +24,4 @@ } } ] -} \ No newline at end of file +} diff --git a/docs/json/radarr/cf/multi-french.json b/docs/json/radarr/cf/multi-french.json index 884dfbc31..16497f4aa 100644 --- a/docs/json/radarr/cf/multi-french.json +++ b/docs/json/radarr/cf/multi-french.json @@ -31,4 +31,4 @@ } } ] -} \ No newline at end of file +} From a34e6a687eb168d5736a73bd809445a4492fa8fc Mon Sep 17 00:00:00 2001 From: NiceTSY <38940602+NiceTSY@users.noreply.github.com> Date: Sun, 25 Sep 2022 19:04:15 +0200 Subject: [PATCH 34/41] Update radarr-setup-custom-formats-french.md Bad paths... --- docs/Radarr/radarr-setup-custom-formats-french.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/Radarr/radarr-setup-custom-formats-french.md b/docs/Radarr/radarr-setup-custom-formats-french.md index 009a7ab7f..9bdee7b45 100644 --- a/docs/Radarr/radarr-setup-custom-formats-french.md +++ b/docs/Radarr/radarr-setup-custom-formats-french.md @@ -109,7 +109,7 @@ Those are all optional and only there to rename your release or to avoid a certa This is a must have for every Quality Profile you use in my opinion. All these Custom Formats make sure you don't get Low Quality Releases. -{! include-markdown "../../includes/cf/radarr-french-unwanted.md" !} +{! include-markdown "../../includes/french-guide/radarr-french-unwanted.md" !} ------ @@ -167,7 +167,7 @@ The reason why I didn't select the WEB-DL 720p is because you will hardly find a If you prefer 2160/4K encodes you might consider to change `Upgrade Until Quality` to Bluray-2160p and enable: - {! include-markdown "../../includes/cf/radarr-hdr-metadata.md" !} + {! include-markdown "../../includes/cf/radarr-hdr-formats.md" !} ------ @@ -186,7 +186,7 @@ For this Quality Profile we're going to make use of the following Custom Formats {! include-markdown "../../includes/cf/radarr-movie-versions.md" !} -{! include-markdown "../../includes/cf/radarr-french-unwanted.md" !} +{! include-markdown "../../includes/french-guide/radarr-french-unwanted.md" !} {! include-markdown "../../includes/cf/radarr-misc.md" !} @@ -237,11 +237,11 @@ For this Quality Profile we're going to make use of the following Custom Formats {! include-markdown "../../includes/cf/radarr-audio.md" !} -{! include-markdown "../../includes/cf/radarr-hdr-metadata.md" !} +{! include-markdown "../../includes/cf/radarr-hdr-formats.md" !} {! include-markdown "../../includes/cf/radarr-movie-versions.md" !} -{! include-markdown "../../includes/cf/radarr-french-unwanted.md" !} +{! include-markdown "../../includes/french-guide/radarr-french-unwanted.md" !} {! include-markdown "../../includes/cf/radarr-misc.md" !} From e62da8e76159251171478bf3b373c0ee910b04dc Mon Sep 17 00:00:00 2001 From: NiceTSY <38940602+NiceTSY@users.noreply.github.com> Date: Sun, 25 Sep 2022 19:05:38 +0200 Subject: [PATCH 35/41] Update radarr-setup-custom-formats-french.md --- docs/Radarr/radarr-setup-custom-formats-french.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Radarr/radarr-setup-custom-formats-french.md b/docs/Radarr/radarr-setup-custom-formats-french.md index 9bdee7b45..1d9099993 100644 --- a/docs/Radarr/radarr-setup-custom-formats-french.md +++ b/docs/Radarr/radarr-setup-custom-formats-french.md @@ -76,7 +76,7 @@ At the bottom in your chosen profile you will see the added Custom Formats where ------ -## I am only interested in VOSTFR! +## I am only interested in VOSTFR My strongest suggestion will be for you to look at Bazarr. It will do an amazing job for getting your subtitle on every movies. An other option is to disregard the MULTi part and just add the [{{ radarr['cf']['french-vostfr']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vostfr) with a strong score. From 9db5504b4fe712f24a6e4da1519601c92532b1c6 Mon Sep 17 00:00:00 2001 From: NiceTSY <38940602+NiceTSY@users.noreply.github.com> Date: Sun, 25 Sep 2022 19:16:28 +0200 Subject: [PATCH 36/41] Update radarr-french-audio-version.md Forgot to change those... --- .../french-guide/radarr-french-audio-version.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/includes/french-guide/radarr-french-audio-version.md b/includes/french-guide/radarr-french-audio-version.md index 704d02314..095fa83e9 100644 --- a/includes/french-guide/radarr-french-audio-version.md +++ b/includes/french-guide/radarr-french-audio-version.md @@ -17,10 +17,10 @@ ??? summary "French Audio Versions - [CLICK TO EXPAND]" | Custom Format | Score | Trash ID | | ---------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | ------------------------------------------------------------------------- | - | [{{ radarr['user-radarr-cf']['french-cfs']['french-vff']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vff) | {{ radarr['user-radarr-cf']['french-cfs']['french-vff']['trash_score'] }} | {{ radarr['user-radarr-cf']['french-cfs']['french-vff']['trash_id'] }} | - | [{{ radarr['user-radarr-cf']['french-cfs']['french-vof']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vof) | {{ radarr['user-radarr-cf']['french-cfs']['french-vof']['trash_score'] }} | {{ radarr['user-radarr-cf']['french-cfs']['french-vof']['trash_id'] }} | - | [{{ radarr['user-radarr-cf']['french-cfs']['french-vfi']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vfi) | {{ radarr['user-radarr-cf']['french-cfs']['french-vfi']['trash_score'] }} | {{ radarr['user-radarr-cf']['french-cfs']['french-vfi']['trash_id'] }} | - | [{{ radarr['user-radarr-cf']['french-cfs']['french-vfq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vfq) | {{ radarr['user-radarr-cf']['french-cfs']['french-vfq']['trash_score'] }} | {{ radarr['user-radarr-cf']['french-cfs']['french-vfq']['trash_id'] }} | - | [{{ radarr['user-radarr-cf']['french-cfs']['french-vq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vq) | {{ radarr['user-radarr-cf']['french-cfs']['french-vq']['trash_score'] }} | {{ radarr['user-radarr-cf']['french-cfs']['french-vq']['trash_id'] }} | - | [{{ radarr['user-radarr-cf']['french-cfs']['french-vfb']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vfb) | {{ radarr['user-radarr-cf']['french-cfs']['french-vfb']['trash_score'] }} | {{ radarr['user-radarr-cf']['french-cfs']['french-vfb']['trash_id'] }} | - | [{{ radarr['user-radarr-cf']['french-cfs']['french-vostfr']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vostfr) | {{ radarr['user-radarr-cf']['french-cfs']['french-vostfr']['trash_score'] }} | {{ radarr['user-radarr-cf']['french-cfs']['french-vostfr']['trash_id'] }} | + | [{{ radarr['cf']['french-vff']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vff) | {{ radarr['cf']['french-vff']['trash_score'] }} | {{ radarr['cf']['french-vff']['trash_id'] }} | + | [{{ radarr['cf']['french-vof']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vof) | {{ radarr['cf']['french-vof']['trash_score'] }} | {{ radarr['cf']['french-vof']['trash_id'] }} | + | [{{ radarr['cf']['french-vfi']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vfi) | {{ radarr['cf']['french-vfi']['trash_score'] }} | {{ radarr['cf']['french-vfi']['trash_id'] }} | + | [{{ radarr['cf']['french-vfq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vfq) | {{ radarr['cf']['french-vfq']['trash_score'] }} | {{ radarr['cf']['french-vfq']['trash_id'] }} | + | [{{ radarr['cf']['french-vq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vq) | {{ radarr['cf']['french-vq']['trash_score'] }} | {{ radarr['cf']['french-vq']['trash_id'] }} | + | [{{ radarr['cf']['french-vfb']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vfb) | {{ radarr['cf']['french-vfb']['trash_score'] }} | {{ radarr['cf']['french-vfb']['trash_id'] }} | + | [{{ radarr['cf']['french-vostfr']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vostfr) | {{ radarr['cf']['french-vostfr']['trash_score'] }} | {{ radarr['cf']['french-vostfr']['trash_id'] }} | From 549b8a14475c5d3b14d69dc45659140b76f50ce6 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Mon, 26 Sep 2022 21:21:06 +0200 Subject: [PATCH 37/41] Fixed: several formatting issues - Renamed: `[FR]` to `FR` - Fixed: table formatting - Removed: scoring link to non existing scores --- .../Radarr-collection-of-custom-formats.md | 34 +++++++------- .../radarr/cf/french-hd-bluray-tier-01.json | 2 +- .../radarr/cf/french-hd-bluray-tier-02.json | 2 +- .../radarr/cf/french-hd-bluray-tier-03.json | 2 +- docs/json/radarr/cf/french-hq-remux.json | 2 +- docs/json/radarr/cf/french-hq-webdl.json | 2 +- docs/json/radarr/cf/french-hq.json | 2 +- docs/json/radarr/cf/french-lq.json | 2 +- docs/json/radarr/cf/french-remux-tier-01.json | 2 +- docs/json/radarr/cf/french-remux-tier-02.json | 2 +- docs/json/radarr/cf/french-scene.json | 2 +- docs/json/radarr/cf/french-uhd-dustin.json | 2 +- docs/json/radarr/cf/french-uhd-flop.json | 2 +- .../json/radarr/cf/french-uhd-fraternity.json | 2 +- docs/json/radarr/cf/french-uhd-sowhd.json | 2 +- docs/json/radarr/cf/french-web-tier-01.json | 2 +- docs/json/radarr/cf/french-web-tier-02.json | 2 +- docs/json/radarr/cf/french-web-tier-03.json | 2 +- .../radarr-french-audio-version.md | 44 +++++++++---------- .../french-guide/radarr-french-multi-audio.md | 10 ++--- .../french-guide/radarr-french-unwanted.md | 28 ++++++------ 21 files changed, 75 insertions(+), 75 deletions(-) diff --git a/docs/Radarr/Radarr-collection-of-custom-formats.md b/docs/Radarr/Radarr-collection-of-custom-formats.md index 295985990..67a5d0552 100644 --- a/docs/Radarr/Radarr-collection-of-custom-formats.md +++ b/docs/Radarr/Radarr-collection-of-custom-formats.md @@ -64,11 +64,11 @@ I also made 3 guides related to this one. | Misc | Optional | French Audio Version | French Source Groups | | ------------------------------ | ----------------------------------- | ----------------------------- | ------------------------------------- | -| [Repack/Proper](#repackproper) | [Bad Dual Groups](#bad-dual-groups) | [Multi-French](#multi-french) | [[FR] HQ-Remux](#fr-hq-remux) | -| [Repack2](#repack2) | [DV (WEBDL)](#dv-webdl) | [Multi-Audio](#multi-audio) | [[FR] HQ](#fr-hq) | -| [Multi](#multi) | [EVO (no WEBDL)](#evo-no-webdl) | [French Audio](#french-audio) | [[FR] HQ-WEBDL](#fr-hq-webdl) | -| [x264](#x264) | [No-RlsGroup](#no-rlsgroup) | [VFF](#vff) | [[FR] Scene Groups](#fr-scene-groups) | -| [x265](#x265) | [Obfuscated](#obfuscated) | [VOF](#vof) | [[FR] LQ](#fr-lq) | +| [Repack/Proper](#repackproper) | [Bad Dual Groups](#bad-dual-groups) | [Multi-French](#multi-french) | [FR HQ-Remux](#fr-hq-remux) | +| [Repack2](#repack2) | [DV (WEBDL)](#dv-webdl) | [Multi-Audio](#multi-audio) | [FR HQ](#fr-hq) | +| [Multi](#multi) | [EVO (no WEBDL)](#evo-no-webdl) | [French Audio](#french-audio) | [FR HQ-WEBDL](#fr-hq-webdl) | +| [x264](#x264) | [No-RlsGroup](#no-rlsgroup) | [VFF](#vff) | [FR Scene Groups](#fr-scene-groups) | +| [x265](#x265) | [Obfuscated](#obfuscated) | [VOF](#vof) | [FR LQ](#fr-lq) | | [MPEG2](#mpeg2) | [Retags](#retags) | [VFI](#vfi) | | | [FreeLeech](#freeleech) | [x265 (no HDR/DV)](#x265-no-hdrdv) | [VFQ](#vfq) | | | [Dutch Groups](#dutch-groups) | | [VQ](#vq) | | @@ -1968,11 +1968,11 @@ I also made 3 guides related to this one. ------ -### [FR] HQ +### FR HQ -French HQ-Releases = [FR] HQ +French HQ-Releases = FR HQ -??? faq "[FR] HQ - [CLICK TO EXPAND]" +??? faq "FR HQ - [CLICK TO EXPAND]" A collection of French P2P groups that are known for their high quality releases. @@ -1986,9 +1986,9 @@ I also made 3 guides related to this one. ------ -### [FR] HQ-WEBDL +### FR HQ-WEBDL -??? faq "[FR] HQ-WEBDL - [CLICK TO EXPAND]" +??? faq "FR HQ-WEBDL - [CLICK TO EXPAND]" A personal collection of French P2P WEB-DL groups that are known for their high quality releases. @@ -2002,9 +2002,9 @@ I also made 3 guides related to this one. ------ -### [FR] HQ-Remux +### FR HQ-Remux -??? faq "[FR] HQ-Remux - [CLICK TO EXPAND]" +??? faq "FR HQ-Remux - [CLICK TO EXPAND]" A personal collection of French P2P Remux groups that are known for their high quality releases. @@ -2018,9 +2018,9 @@ I also made 3 guides related to this one. ------ -### [FR] Scene Groups +### FR Scene Groups -??? faq "[FR] Scene Groups - [CLICK TO EXPAND]" +??? faq "FR Scene Groups - [CLICK TO EXPAND]" Known French Scene groups. @@ -2034,11 +2034,11 @@ I also made 3 guides related to this one. ------ -### [FR] LQ +### FR LQ -French Low Quality Releases = [FR] LQ +French Low Quality Releases = FR LQ -??? faq "[FR] LQ - [CLICK TO EXPAND]" +??? faq "FR LQ - [CLICK TO EXPAND]" A collection of known French Low Quality groups that are often banned from the the top trackers because their lack of quality. diff --git a/docs/json/radarr/cf/french-hd-bluray-tier-01.json b/docs/json/radarr/cf/french-hd-bluray-tier-01.json index 1f7d9061d..674b75155 100644 --- a/docs/json/radarr/cf/french-hd-bluray-tier-01.json +++ b/docs/json/radarr/cf/french-hd-bluray-tier-01.json @@ -1,7 +1,7 @@ { "trash_id": "5322da05b19d857acc1e75be3edf47b3", "trash_score": "1800", - "name": "[FR] HD Bluray Tier 01", + "name": "FR HD Bluray Tier 01", "includeCustomFormatWhenRenaming": false, "specifications": [ { diff --git a/docs/json/radarr/cf/french-hd-bluray-tier-02.json b/docs/json/radarr/cf/french-hd-bluray-tier-02.json index 2ae14ae16..f7b7ed328 100644 --- a/docs/json/radarr/cf/french-hd-bluray-tier-02.json +++ b/docs/json/radarr/cf/french-hd-bluray-tier-02.json @@ -1,7 +1,7 @@ { "trash_id": "57f34251344be2e283fc30e00e458be6", "trash_score": "1750", - "name": "[FR] HD Bluray Tier 02", + "name": "FR HD Bluray Tier 02", "includeCustomFormatWhenRenaming": false, "specifications": [ { diff --git a/docs/json/radarr/cf/french-hd-bluray-tier-03.json b/docs/json/radarr/cf/french-hd-bluray-tier-03.json index 110822f04..8214ed121 100644 --- a/docs/json/radarr/cf/french-hd-bluray-tier-03.json +++ b/docs/json/radarr/cf/french-hd-bluray-tier-03.json @@ -1,7 +1,7 @@ { "trash_id": "d8164813218f561423e6c42ff359b297", "trash_score": "1700", - "name": "[FR] HD Bluray Tier 03", + "name": "FR HD Bluray Tier 03", "includeCustomFormatWhenRenaming": false, "specifications": [ { diff --git a/docs/json/radarr/cf/french-hq-remux.json b/docs/json/radarr/cf/french-hq-remux.json index 65c8a96ed..6bd8a08f0 100644 --- a/docs/json/radarr/cf/french-hq-remux.json +++ b/docs/json/radarr/cf/french-hq-remux.json @@ -1,7 +1,7 @@ { "trash_id": "e99b70d7cfb114fca0e376f87b550d30", "trash_score": "1900", - "name": "[FR] HQ-Remux", + "name": "FR HQ-Remux", "includeCustomFormatWhenRenaming": false, "specifications": [ { diff --git a/docs/json/radarr/cf/french-hq-webdl.json b/docs/json/radarr/cf/french-hq-webdl.json index 17ec44380..5ca55d9c3 100644 --- a/docs/json/radarr/cf/french-hq-webdl.json +++ b/docs/json/radarr/cf/french-hq-webdl.json @@ -1,7 +1,7 @@ { "trash_id": "ea29a21b16f8cb189bf7e8c1923daf6c", "trash_score": "1750", - "name": "[FR] HQ-WEBDL", + "name": "FR HQ-WEBDL", "includeCustomFormatWhenRenaming": false, "specifications": [ { diff --git a/docs/json/radarr/cf/french-hq.json b/docs/json/radarr/cf/french-hq.json index 21670c6c7..5d048787e 100644 --- a/docs/json/radarr/cf/french-hq.json +++ b/docs/json/radarr/cf/french-hq.json @@ -1,7 +1,7 @@ { "trash_id": "7737330faad260830b9cabff1a59c4a5", "trash_score": "2100", - "name": "[FR] HQ", + "name": "FR HQ", "includeCustomFormatWhenRenaming": false, "specifications": [ { diff --git a/docs/json/radarr/cf/french-lq.json b/docs/json/radarr/cf/french-lq.json index 018eaa492..5f7c2cac3 100644 --- a/docs/json/radarr/cf/french-lq.json +++ b/docs/json/radarr/cf/french-lq.json @@ -1,7 +1,7 @@ { "trash_id": "48f031e76111f17ea94898f4cdc34fdc", "trash_score": "-10000", - "name": "[FR] LQ", + "name": "FR LQ", "includeCustomFormatWhenRenaming": false, "specifications": [ { diff --git a/docs/json/radarr/cf/french-remux-tier-01.json b/docs/json/radarr/cf/french-remux-tier-01.json index 35c5cd60e..762221721 100644 --- a/docs/json/radarr/cf/french-remux-tier-01.json +++ b/docs/json/radarr/cf/french-remux-tier-01.json @@ -1,7 +1,7 @@ { "trash_id": "5583260016e0b9f683f53af41fb42e4a", "trash_score": "1900", - "name": "[FR] Remux Tier 01", + "name": "FR Remux Tier 01", "includeCustomFormatWhenRenaming": false, "specifications": [ { diff --git a/docs/json/radarr/cf/french-remux-tier-02.json b/docs/json/radarr/cf/french-remux-tier-02.json index 8e00c8b87..66cb40506 100644 --- a/docs/json/radarr/cf/french-remux-tier-02.json +++ b/docs/json/radarr/cf/french-remux-tier-02.json @@ -1,7 +1,7 @@ { "trash_id": "9019d81307e68cd4a7eb06a567e833b8", "trash_score": "1850", - "name": "[FR] Remux Tier 02", + "name": "FR Remux Tier 02", "includeCustomFormatWhenRenaming": false, "specifications": [ { diff --git a/docs/json/radarr/cf/french-scene.json b/docs/json/radarr/cf/french-scene.json index 9435d96bf..4181e0cb9 100644 --- a/docs/json/radarr/cf/french-scene.json +++ b/docs/json/radarr/cf/french-scene.json @@ -1,7 +1,7 @@ { "trash_id": "0d94489c0d5828cd3bf9409d309fb32b", "trash_score": "1500", - "name": "[FR] Scene Groups", + "name": "FR Scene Groups", "includeCustomFormatWhenRenaming": false, "specifications": [ { diff --git a/docs/json/radarr/cf/french-uhd-dustin.json b/docs/json/radarr/cf/french-uhd-dustin.json index d16a61c13..af1c789a4 100644 --- a/docs/json/radarr/cf/french-uhd-dustin.json +++ b/docs/json/radarr/cf/french-uhd-dustin.json @@ -1,7 +1,7 @@ { "trash_id": "6c49e838db78cada32b1236030986b8f", "trash_score": "2250", - "name": "[FR] UHD (DUSTiN)", + "name": "FR UHD (DUSTiN)", "includeCustomFormatWhenRenaming": false, "specifications": [ { diff --git a/docs/json/radarr/cf/french-uhd-flop.json b/docs/json/radarr/cf/french-uhd-flop.json index 452270b94..695598a09 100644 --- a/docs/json/radarr/cf/french-uhd-flop.json +++ b/docs/json/radarr/cf/french-uhd-flop.json @@ -1,7 +1,7 @@ { "trash_id": "9908ee28f37d1bbd8b1e1301f22b766f", "trash_score": "2300", - "name": "[FR] UHD (FLOP)", + "name": "FR UHD (FLOP)", "includeCustomFormatWhenRenaming": false, "specifications": [ { diff --git a/docs/json/radarr/cf/french-uhd-fraternity.json b/docs/json/radarr/cf/french-uhd-fraternity.json index 56256b25c..f89db875c 100644 --- a/docs/json/radarr/cf/french-uhd-fraternity.json +++ b/docs/json/radarr/cf/french-uhd-fraternity.json @@ -1,7 +1,7 @@ { "trash_id": "8b6e6593645aae09ed71ae2c668f0bfd", "trash_score": "2150", - "name": "[FR] UHD (FRATERNiTY)", + "name": "FR UHD (FRATERNiTY)", "includeCustomFormatWhenRenaming": false, "specifications": [ { diff --git a/docs/json/radarr/cf/french-uhd-sowhd.json b/docs/json/radarr/cf/french-uhd-sowhd.json index fbb6a2c07..b1523d6c2 100644 --- a/docs/json/radarr/cf/french-uhd-sowhd.json +++ b/docs/json/radarr/cf/french-uhd-sowhd.json @@ -1,7 +1,7 @@ { "trash_id": "058059a798cd21d1063be821e3830180", "trash_score": "2300", - "name": "[FR] UHD (SowHD)", + "name": "FR UHD (SowHD)", "includeCustomFormatWhenRenaming": false, "specifications": [ { diff --git a/docs/json/radarr/cf/french-web-tier-01.json b/docs/json/radarr/cf/french-web-tier-01.json index 9136b303f..d5779a0a8 100644 --- a/docs/json/radarr/cf/french-web-tier-01.json +++ b/docs/json/radarr/cf/french-web-tier-01.json @@ -1,7 +1,7 @@ { "trash_id": "9790a618cec1aeac8ce75601a17ea40d", "trash_score": "1750", - "name": "[FR] WEB Tier 01", + "name": "FR WEB Tier 01", "includeCustomFormatWhenRenaming": false, "specifications": [ { diff --git a/docs/json/radarr/cf/french-web-tier-02.json b/docs/json/radarr/cf/french-web-tier-02.json index 838443430..b33e4d83e 100644 --- a/docs/json/radarr/cf/french-web-tier-02.json +++ b/docs/json/radarr/cf/french-web-tier-02.json @@ -1,7 +1,7 @@ { "trash_id": "3c83a765f84239716bd5fd2d7af188f9", "trash_score": "1700", - "name": "[FR] WEB Tier 02", + "name": "FR WEB Tier 02", "includeCustomFormatWhenRenaming": false, "specifications": [ { diff --git a/docs/json/radarr/cf/french-web-tier-03.json b/docs/json/radarr/cf/french-web-tier-03.json index 4d979957d..d7c83078a 100644 --- a/docs/json/radarr/cf/french-web-tier-03.json +++ b/docs/json/radarr/cf/french-web-tier-03.json @@ -1,7 +1,7 @@ { "trash_id": "f745dfe08e71441b2de3a0eaea796ce1", "trash_score": "1650", - "name": "[FR] WEB Tier 03", + "name": "FR WEB Tier 03", "includeCustomFormatWhenRenaming": false, "specifications": [ { diff --git a/includes/french-guide/radarr-french-audio-version.md b/includes/french-guide/radarr-french-audio-version.md index 095fa83e9..98e8fac9a 100644 --- a/includes/french-guide/radarr-french-audio-version.md +++ b/includes/french-guide/radarr-french-audio-version.md @@ -1,26 +1,26 @@ ??? summary "Explanation - [CLICK TO EXPAND]" - | Acronyms | French Explanation | English Explanation | - | ----------------------------- | ------------------------------------------------------------------------------------- | --------------------------------------------------------------------- | - | TRUEFRENCH or VFF | Version Francophone Française (doublage réalisé en France) | Full French version (dubbing done in France) | - | FRENCH or VF[1] | Version Francophone (normalement equivalent à la VFQ) | French version (normally equivalent to VFQ) | - | VOF | Version Originale Française | Original French Version | - | VFI | Version Francophone Internationale | International French Version | - | VFQ | Version Francophone Québécoise | Canadian French Version | - | VQ | Version Québécoise (accent Québécois important, ex: Les Simpsons le film) | Quebec Version (strong Quebec accent, ex: The Simpsons movie) | - | VFB | Version Francophone Belge | Belgian French Version | - | VF[1-9] or FR[1-9] | Indique le nombre de doublage présent (normalement VF2 soit VFF et VFQ) | Indicates the number of dubs present (normally VF2 being VFF and VFQ) | - | VOSTFR[2] | Indique que l'audio est dans la langue originale, avec des sous-titres en français. | Indicates soundtrack in the original language, with French subtitles | + | Acronyms | French Explanation | English Explanation | + | -------------------------- | ----------------------------------------------------------------------------------- | --------------------------------------------------------------------- | + | TRUEFRENCH or VFF | Version Francophone Française (doublage réalisé en France) | Full French version (dubbing done in France) | + | FRENCH or VF[1] | Version Francophone (normalement equivalent à la VFQ) | French version (normally equivalent to VFQ) | + | VOF | Version Originale Française | Original French Version | + | VFI | Version Francophone Internationale | International French Version | + | VFQ | Version Francophone Québécoise | Canadian French Version | + | VQ | Version Québécoise (accent Québécois important, ex: Les Simpsons le film) | Quebec Version (strong Quebec accent, ex: The Simpsons movie) | + | VFB | Version Francophone Belge | Belgian French Version | + | VF[1-9] or FR[1-9] | Indique le nombre de doublage présent (normalement VF2 soit VFF et VFQ) | Indicates the number of dubs present (normally VF2 being VFF and VFQ) | + | VOSTFR[2] | Indique que l'audio est dans la langue originale, avec des sous-titres en français. | Indicates soundtrack in the original language, with French subtitles | - *[1] VF is included under the VFF Custom Format as it tend to be often mismatch with VFF instead of VFQ.* - *[2] It should be noted that SUBFRENCH is included inside this Custom Format. However, SUB often mean that the subtitle was embedded inside the picture (hardcoded). French releases tend to mix both, leading some VOSTFR being labelled as SUBFRENCH and SUBFRENCH as VOSTFR.* + - *[1] VF is included under the VFF Custom Format as it tend to be often mismatch with VFF instead of VFQ.* + - *[2] It should be noted that SUBFRENCH is included inside this Custom Format. However, SUB often mean that the subtitle was embedded inside the picture (hardcoded). French releases tend to mix both, leading some VOSTFR being labelled as SUBFRENCH and SUBFRENCH as VOSTFR.* ??? summary "French Audio Versions - [CLICK TO EXPAND]" - | Custom Format | Score | Trash ID | - | ---------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | ------------------------------------------------------------------------- | - | [{{ radarr['cf']['french-vff']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vff) | {{ radarr['cf']['french-vff']['trash_score'] }} | {{ radarr['cf']['french-vff']['trash_id'] }} | - | [{{ radarr['cf']['french-vof']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vof) | {{ radarr['cf']['french-vof']['trash_score'] }} | {{ radarr['cf']['french-vof']['trash_id'] }} | - | [{{ radarr['cf']['french-vfi']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vfi) | {{ radarr['cf']['french-vfi']['trash_score'] }} | {{ radarr['cf']['french-vfi']['trash_id'] }} | - | [{{ radarr['cf']['french-vfq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vfq) | {{ radarr['cf']['french-vfq']['trash_score'] }} | {{ radarr['cf']['french-vfq']['trash_id'] }} | - | [{{ radarr['cf']['french-vq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vq) | {{ radarr['cf']['french-vq']['trash_score'] }} | {{ radarr['cf']['french-vq']['trash_id'] }} | - | [{{ radarr['cf']['french-vfb']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vfb) | {{ radarr['cf']['french-vfb']['trash_score'] }} | {{ radarr['cf']['french-vfb']['trash_id'] }} | - | [{{ radarr['cf']['french-vostfr']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vostfr) | {{ radarr['cf']['french-vostfr']['trash_score'] }} | {{ radarr['cf']['french-vostfr']['trash_id'] }} | + | Custom Format | Trash ID | + | -------------------------------------------------------------------------------------------------- | ----------------------------------------------- | + | [{{ radarr['cf']['french-vff']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vff) | {{ radarr['cf']['french-vff']['trash_id'] }} | + | [{{ radarr['cf']['french-vof']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vof) | {{ radarr['cf']['french-vof']['trash_id'] }} | + | [{{ radarr['cf']['french-vfi']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vfi) | {{ radarr['cf']['french-vfi']['trash_id'] }} | + | [{{ radarr['cf']['french-vfq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vfq) | {{ radarr['cf']['french-vfq']['trash_id'] }} | + | [{{ radarr['cf']['french-vq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vq) | {{ radarr['cf']['french-vq']['trash_id'] }} | + | [{{ radarr['cf']['french-vfb']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vfb) | {{ radarr['cf']['french-vfb']['trash_id'] }} | + | [{{ radarr['cf']['french-vostfr']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vostfr) | {{ radarr['cf']['french-vostfr']['trash_id'] }} | diff --git a/includes/french-guide/radarr-french-multi-audio.md b/includes/french-guide/radarr-french-multi-audio.md index 996b28ac3..ccd461dd7 100644 --- a/includes/french-guide/radarr-french-multi-audio.md +++ b/includes/french-guide/radarr-french-multi-audio.md @@ -1,8 +1,8 @@ -| Custom Format | Score | Trash ID | -| ------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | ------------------------------------------------------------------------- | -| [{{ radarr['cf']['multi-audio']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#multi-audio) | {{ radarr['cf']['multi-audio']['trash_score'] }} | {{ radarr['cf']['multi-audio']['trash_id'] }} | -| [{{ radarr['cf']['french-audio']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#french-audio) | {{ radarr['cf']['french-audio']['trash_score'] }} | {{ radarr['cf']['french-audio']['trash_id'] }} | -| [{{ radarr['cf']['multi-french']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#multi-french) | 0 | {{ radarr['cf']['multi-french']['trash_id'] }} | +| Custom Format | Score | Trash ID | +| ------------------------------------------------------------------------------------------------------- | ------------------------------------------------- | ---------------------------------------------- | +| [{{ radarr['cf']['multi-audio']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#multi-audio) | {{ radarr['cf']['multi-audio']['trash_score'] }} | {{ radarr['cf']['multi-audio']['trash_id'] }} | +| [{{ radarr['cf']['french-audio']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#french-audio) | {{ radarr['cf']['french-audio']['trash_score'] }} | {{ radarr['cf']['french-audio']['trash_id'] }} | +| [{{ radarr['cf']['multi-french']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#multi-french) | 0 | {{ radarr['cf']['multi-french']['trash_id'] }} | ??? summary "Breakdown and Why - [CLICK TO EXPAND]" diff --git a/includes/french-guide/radarr-french-unwanted.md b/includes/french-guide/radarr-french-unwanted.md index 69c6b66ae..fdc2c7aab 100644 --- a/includes/french-guide/radarr-french-unwanted.md +++ b/includes/french-guide/radarr-french-unwanted.md @@ -1,18 +1,18 @@ ??? summary "Unwanted - [CLICK TO EXPAND]" - | Custom Format | Score | Trash ID | - | ----------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------ | ------------------------------------------------- | - | [{{ radarr['cf']['br-disk']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#br-disk) | {{ radarr['cf']['br-disk']['trash_score'] }} | {{ radarr['cf']['br-disk']['trash_id'] }} | - | [{{ radarr['cf']['evo-no-webdl']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#evo-no-webdl) | {{ radarr['cf']['evo-no-webdl']['trash_score'] }} | {{ radarr['cf']['evo-no-webdl']['trash_id'] }} | - | [{{ radarr['cf']['lq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#lq) | {{ radarr['cf']['lq']['trash_score'] }} | {{ radarr['cf']['lq']['trash_id'] }} | - | [{{ radarr['cf']['x265-hd']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#x265-hd) :warning: | {{ radarr['cf']['x265-hd']['trash_score'] }} | {{ radarr['cf']['x265-hd']['trash_id'] }} | - | [{{ radarr['cf']['x265-no-hdrdv']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv) :warning: | {{ radarr['cf']['x265-no-hdrdv']['trash_score'] }} | {{ radarr['cf']['x265-no-hdrdv']['trash_id'] }} | - | [{{ radarr['cf']['3d']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#3d) | {{ radarr['cf']['3d']['trash_score'] }} | {{ radarr['cf']['3d']['trash_id'] }} | - | [{{ radarr['cf']['no-rlsgroup']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#no-rlsgroup) | {{ radarr['cf']['no-rlsgroup']['trash_score'] }} | {{ radarr['cf']['no-rlsgroup']['trash_id'] }} | - | [{{ radarr['cf']['obfuscated']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#obfuscated) | {{ radarr['cf']['obfuscated']['trash_score'] }} | {{ radarr['cf']['obfuscated']['trash_id'] }} | - | [{{ radarr['cf']['retags']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#retags) | {{ radarr['cf']['retags']['trash_score'] }} | {{ radarr['cf']['retags']['trash_id'] }} | - | [{{ radarr['cf']['bad-dual-groups']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#bad-dual-groups) | {{ radarr['cf']['bad-dual-groups']['trash_score'] }} | {{ radarr['cf']['bad-dual-groups']['trash_id'] }} | - | [{{ radarr['cf']['dv-webdl']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv-webdl) | ?????? | {{ radarr['cf']['dv-webdl']['trash_id'] }} | - | [{{ radarr['cf']['french-lq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#fr-lq) | {{ radarr['cf']['french-lq']['trash_score'] }} | {{ radarr['cf']['french-lq']['trash_id'] }} | + | Custom Format | Score | Trash ID | + | ------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- | ------------------------------------------------- | + | [{{ radarr['cf']['br-disk']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#br-disk) | {{ radarr['cf']['br-disk']['trash_score'] }} | {{ radarr['cf']['br-disk']['trash_id'] }} | + | [{{ radarr['cf']['evo-no-webdl']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#evo-no-webdl) | {{ radarr['cf']['evo-no-webdl']['trash_score'] }} | {{ radarr['cf']['evo-no-webdl']['trash_id'] }} | + | [{{ radarr['cf']['lq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#lq) | {{ radarr['cf']['lq']['trash_score'] }} | {{ radarr['cf']['lq']['trash_id'] }} | + | [{{ radarr['cf']['x265-hd']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#x265-hd) :warning: | {{ radarr['cf']['x265-hd']['trash_score'] }} | {{ radarr['cf']['x265-hd']['trash_id'] }} | + | [{{ radarr['cf']['x265-no-hdrdv']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv) :warning: | {{ radarr['cf']['x265-no-hdrdv']['trash_score'] }} | {{ radarr['cf']['x265-no-hdrdv']['trash_id'] }} | + | [{{ radarr['cf']['3d']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#3d) | {{ radarr['cf']['3d']['trash_score'] }} | {{ radarr['cf']['3d']['trash_id'] }} | + | [{{ radarr['cf']['no-rlsgroup']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#no-rlsgroup) | {{ radarr['cf']['no-rlsgroup']['trash_score'] }} | {{ radarr['cf']['no-rlsgroup']['trash_id'] }} | + | [{{ radarr['cf']['obfuscated']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#obfuscated) | {{ radarr['cf']['obfuscated']['trash_score'] }} | {{ radarr['cf']['obfuscated']['trash_id'] }} | + | [{{ radarr['cf']['retags']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#retags) | {{ radarr['cf']['retags']['trash_score'] }} | {{ radarr['cf']['retags']['trash_id'] }} | + | [{{ radarr['cf']['bad-dual-groups']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#bad-dual-groups) | {{ radarr['cf']['bad-dual-groups']['trash_score'] }} | {{ radarr['cf']['bad-dual-groups']['trash_id'] }} | + | [{{ radarr['cf']['dv-webdl']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv-webdl) | ?????? | {{ radarr['cf']['dv-webdl']['trash_id'] }} | + | [{{ radarr['cf']['french-lq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#fr-lq) | {{ radarr['cf']['french-lq']['trash_score'] }} | {{ radarr['cf']['french-lq']['trash_id'] }} | ------ From ba3bc3d064df829e2c166223871749a27888d2db Mon Sep 17 00:00:00 2001 From: NiceTSY <38940602+NiceTSY@users.noreply.github.com> Date: Tue, 27 Sep 2022 20:35:25 +0200 Subject: [PATCH 38/41] Changed some info - Added a score to the VOSTFR part - Linked to the Bazarr part of the guide - Corrected a small error --- docs/Radarr/radarr-setup-custom-formats-french.md | 4 +++- includes/french-guide/radarr-french-multi-audio.md | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/Radarr/radarr-setup-custom-formats-french.md b/docs/Radarr/radarr-setup-custom-formats-french.md index 1d9099993..58f2dc800 100644 --- a/docs/Radarr/radarr-setup-custom-formats-french.md +++ b/docs/Radarr/radarr-setup-custom-formats-french.md @@ -78,7 +78,9 @@ At the bottom in your chosen profile you will see the added Custom Formats where ## I am only interested in VOSTFR -My strongest suggestion will be for you to look at Bazarr. It will do an amazing job for getting your subtitle on every movies. An other option is to disregard the MULTi part and just add the [{{ radarr['cf']['french-vostfr']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vostfr) with a strong score. +My strongest suggestion will be for you to look at [Bazarr](../Bazarr/Setup-Guide.md). It will do an amazing job for getting your subtitle on every movies. + +An other option is to disregard the MULTi part and just add the [{{ radarr['cf']['french-vostfr']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vostfr) with a score of 1000. ------ diff --git a/includes/french-guide/radarr-french-multi-audio.md b/includes/french-guide/radarr-french-multi-audio.md index ccd461dd7..14a4137b2 100644 --- a/includes/french-guide/radarr-french-multi-audio.md +++ b/includes/french-guide/radarr-french-multi-audio.md @@ -14,4 +14,4 @@ - **{{ radarr['cf']['multi-french']['name'] }}:** This is a custom format that will rename your file with 'Multi-French'. **How it works** - When Radarr find a release with 'MULTi' in, it will allocate a {{ radarr['cf']['multi-audio']['trash_score'] }} score on it thanks to the **{{ radarr['cf']['multi-audio']['name'] }}** custom format. If the release indeed possess at least the original audio and French audio, it will be renamed by the **{{ radarr['cf']['multi-french']['name'] }}**. Allowing the release to keep the {{ radarr['cf']['multi-audio']['trash_score'] }} score from the {{ radarr['cf']['multi-audio']['trash_score'] }}. + When Radarr find a release with 'MULTi' in, it will allocate a {{ radarr['cf']['multi-audio']['trash_score'] }} score on it thanks to the **{{ radarr['cf']['multi-audio']['name'] }}** custom format. If the release indeed possess at least the original audio and French audio, it will be renamed by the **{{ radarr['cf']['multi-french']['name'] }}**. Allowing the release to keep the {{ radarr['cf']['multi-audio']['trash_score'] }} score from the {{ radarr['cf']['multi-audio']['name'] }}. From 204fbb19298a8d2aec8fd6c76a5ad146781cc183 Mon Sep 17 00:00:00 2001 From: NiceTSY <38940602+NiceTSY@users.noreply.github.com> Date: Tue, 27 Sep 2022 21:06:22 +0200 Subject: [PATCH 39/41] Update radarr-french-audio-version.md Added back the score column with 0 --- .../radarr-french-audio-version.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/includes/french-guide/radarr-french-audio-version.md b/includes/french-guide/radarr-french-audio-version.md index 98e8fac9a..0f3d8c62e 100644 --- a/includes/french-guide/radarr-french-audio-version.md +++ b/includes/french-guide/radarr-french-audio-version.md @@ -15,12 +15,12 @@ - *[2] It should be noted that SUBFRENCH is included inside this Custom Format. However, SUB often mean that the subtitle was embedded inside the picture (hardcoded). French releases tend to mix both, leading some VOSTFR being labelled as SUBFRENCH and SUBFRENCH as VOSTFR.* ??? summary "French Audio Versions - [CLICK TO EXPAND]" - | Custom Format | Trash ID | - | -------------------------------------------------------------------------------------------------- | ----------------------------------------------- | - | [{{ radarr['cf']['french-vff']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vff) | {{ radarr['cf']['french-vff']['trash_id'] }} | - | [{{ radarr['cf']['french-vof']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vof) | {{ radarr['cf']['french-vof']['trash_id'] }} | - | [{{ radarr['cf']['french-vfi']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vfi) | {{ radarr['cf']['french-vfi']['trash_id'] }} | - | [{{ radarr['cf']['french-vfq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vfq) | {{ radarr['cf']['french-vfq']['trash_id'] }} | - | [{{ radarr['cf']['french-vq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vq) | {{ radarr['cf']['french-vq']['trash_id'] }} | - | [{{ radarr['cf']['french-vfb']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vfb) | {{ radarr['cf']['french-vfb']['trash_id'] }} | - | [{{ radarr['cf']['french-vostfr']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vostfr) | {{ radarr['cf']['french-vostfr']['trash_id'] }} | + | Custom Format | Score | Trash ID | + | -------------------------------------------------------------------------------------------------- | ----- | ----------------------------------------------- | + | [{{ radarr['cf']['french-vff']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vff) | 0 | {{ radarr['cf']['french-vff']['trash_id'] }} | + | [{{ radarr['cf']['french-vof']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vof) | 0 | {{ radarr['cf']['french-vof']['trash_id'] }} | + | [{{ radarr['cf']['french-vfi']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vfi) | 0 | {{ radarr['cf']['french-vfi']['trash_id'] }} | + | [{{ radarr['cf']['french-vfq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vfq) | 0 | {{ radarr['cf']['french-vfq']['trash_id'] }} | + | [{{ radarr['cf']['french-vq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vq) | 0 | {{ radarr['cf']['french-vq']['trash_id'] }} | + | [{{ radarr['cf']['french-vfb']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vfb) | 0 | {{ radarr['cf']['french-vfb']['trash_id'] }} | + | [{{ radarr['cf']['french-vostfr']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vostfr) | 0 | {{ radarr['cf']['french-vostfr']['trash_id'] }} | From 6bedfac0f26eb86fd932faaed7e649a8d217957c Mon Sep 17 00:00:00 2001 From: TRaSH Date: Tue, 27 Sep 2022 22:03:54 +0200 Subject: [PATCH 40/41] Added: How to setup Custom Formats-French to Guide - Added: How to setup Custom Formats-French to Guide --- docs/Radarr/.pages | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/Radarr/.pages b/docs/Radarr/.pages index 63ae2e1a2..b2b0afba8 100644 --- a/docs/Radarr/.pages +++ b/docs/Radarr/.pages @@ -5,9 +5,7 @@ nav: - How to import Custom Formats: Radarr-import-custom-formats.md - How to Update Custom Formats: Radarr-how-to-update-custom-formats.md - How to setup Custom Formats: Radarr-setup-custom-formats.md + - How to setup Custom Formats-French: radarr-setup-custom-formats-french.md - Collection of Custom Formats: Radarr-collection-of-custom-formats.md - Remote Path Mappings explained: Radarr-remote-path-mapping.md - Tips - - - From 55e85e277a0b26845eb0d14f195224b85b32e498 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Tue, 27 Sep 2022 22:05:55 +0200 Subject: [PATCH 41/41] Fixed: Several Formatting - Added: Credits for maintainer. - Fixed: Table Formatting. --- .../radarr-setup-custom-formats-french.md | 49 ++++++++++--------- 1 file changed, 26 insertions(+), 23 deletions(-) diff --git a/docs/Radarr/radarr-setup-custom-formats-french.md b/docs/Radarr/radarr-setup-custom-formats-french.md index 58f2dc800..b3841c0eb 100644 --- a/docs/Radarr/radarr-setup-custom-formats-french.md +++ b/docs/Radarr/radarr-setup-custom-formats-french.md @@ -1,10 +1,13 @@ # How to setup Custom Formats (French) +!!! note + This guide is created and maintained by [Someone said "Nice"?](https://github.com/NiceTSY) + So what's the best way to setup the Custom Profiles and which one to use with which scores to get French and English Audio? Keep in mind that most releases are MULTi (understand DUAL audio, original and French audio) and it will be difficult to only have French audio, unless you are willing to get 720p or you are only looking for French movies. -Therefore you will need a slightly modified MULTi Custom Format than the one find in the original guide. This one also recognise VO and VFF in the name and rename the import. This is important for the score to match before and after the import and to avoid download loop. +Therefore you will need a slightly modified MULTi Custom Format than the one find in the original guide. This one also recognize VO and VFF in the name and rename the import. This is important for the score to match before and after the import and to avoid download loop. --8<-- "includes/cf/score-attention.md" @@ -41,7 +44,7 @@ Select the profile that you want to use/prefer. 1. Keep upgrading Custom Format until this score is reached. (setting this to `0` means no upgrades will happen based on Custom Formats) 1. Your preferred language profile for your releases, choose `Any` -!!! info "We do choose `Any` for the language profile as otherwise an English movies recognised with French audio in Radarr will not be grabbed and vice-versa." +!!! info "We do choose `Any` for the language profile as otherwise an English movies recognized with French audio in Radarr will not be grabbed and vice-versa." At the bottom in your chosen profile you will see the added Custom Formats where you can start setting up the scores. @@ -132,15 +135,15 @@ For this Quality Profile we're going to make use of the following Custom Formats {! include-markdown "../../includes/cf/radarr-misc.md" !} ??? summary "HQ Source Groups - [CLICK TO EXPAND]" - | Custom Format | Score | Trash ID | - | ------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | --------------------------------------------------------------------------- | + | Custom Format | Score | Trash ID | + | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- | ------------------------------------------------- | | [{{ radarr['cf']['french-hq-webdl']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#fr-hq-webdl) | {{ radarr['cf']['french-hq-webdl']['trash_score'] }} | {{ radarr['cf']['french-hq-webdl']['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']['french-hq-remux']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#fr-hq-remux) | 0 | {{ radarr['cf']['french-hq-remux']['trash_id'] }} | - | [{{ radarr['cf']['hq-remux']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hq-remux) | 0 | {{ radarr['cf']['hq-remux']['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']['french-hq-remux']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#fr-hq-remux) | 0 | {{ radarr['cf']['french-hq-remux']['trash_id'] }} | + | [{{ radarr['cf']['hq-remux']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hq-remux) | 0 | {{ radarr['cf']['hq-remux']['trash_id'] }} | | [{{ radarr['cf']['french-hq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#fr-hq) | {{ radarr['cf']['french-hq']['trash_score'] }} | {{ radarr['cf']['french-hq']['trash_id'] }} | - | [{{ radarr['cf']['hq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hq) | {{ radarr['cf']['hq']['trash_score'] }} | {{ radarr['cf']['hq']['trash_id'] }} | - | [{{ radarr['cf']['french-scene']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#fr-scene-groups) | ?????? | {{ radarr['cf']['french-scene']['trash_id'] }} | + | [{{ radarr['cf']['hq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hq) | {{ radarr['cf']['hq']['trash_score'] }} | {{ radarr['cf']['hq']['trash_id'] }} | + | [{{ radarr['cf']['french-scene']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#fr-scene-groups) | ?????? | {{ radarr['cf']['french-scene']['trash_id'] }} | !!! info "French Scene groups are included as a fallback if you really want MULTi release despite quality. Either score the CF to `{{ radarr['cf']['french-scene']['trash_score'] }}` or `0` depending on what you want to achieve." @@ -193,15 +196,15 @@ For this Quality Profile we're going to make use of the following Custom Formats {! include-markdown "../../includes/cf/radarr-misc.md" !} ??? summary "HQ Source Groups - [CLICK TO EXPAND]" - | Custom Format | Score | Trash ID | - | ------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | --------------------------------------------------------------------------- | + | Custom Format | Score | Trash ID | + | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- | ------------------------------------------------- | | [{{ radarr['cf']['french-hq-webdl']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#fr-hq-webdl) | {{ radarr['cf']['french-hq-webdl']['trash_score'] }} | {{ radarr['cf']['french-hq-webdl']['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-webdl']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hq-webdl) | {{ radarr['cf']['hq-webdl']['trash_score'] }} | {{ radarr['cf']['hq-webdl']['trash_id'] }} | | [{{ radarr['cf']['french-hq-remux']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#fr-hq-remux) | {{ radarr['cf']['french-hq-remux']['trash_score'] }} | {{ radarr['cf']['french-hq-remux']['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']['french-hq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#fr-hq) | 0 | {{ radarr['cf']['french-hq']['trash_id'] }} | - | [{{ radarr['cf']['hq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hq) | 0 | {{ radarr['cf']['hq']['trash_id'] }} | - | [{{ radarr['cf']['french-scene']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#fr-scene-groups) | ?????? | {{ radarr['cf']['french-scene']['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']['french-hq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#fr-hq) | 0 | {{ radarr['cf']['french-hq']['trash_id'] }} | + | [{{ radarr['cf']['hq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hq) | 0 | {{ radarr['cf']['hq']['trash_id'] }} | + | [{{ radarr['cf']['french-scene']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#fr-scene-groups) | ?????? | {{ radarr['cf']['french-scene']['trash_id'] }} | !!! info "French Scene groups are included as a fallback if you really want MULTi release despite quality. Either score the CF to `{{ radarr['cf']['french-scene']['trash_score'] }}` or `0` depending on what you want to achieve." @@ -248,15 +251,15 @@ For this Quality Profile we're going to make use of the following Custom Formats {! include-markdown "../../includes/cf/radarr-misc.md" !} ??? summary "HQ Source Groups - [CLICK TO EXPAND]" - | Custom Format | Score | Trash ID | - | ------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | --------------------------------------------------------------------------- | + | Custom Format | Score | Trash ID | + | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- | ------------------------------------------------- | | [{{ radarr['cf']['french-hq-webdl']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#fr-hq-webdl) | {{ radarr['cf']['french-hq-webdl']['trash_score'] }} | {{ radarr['cf']['french-hq-webdl']['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-webdl']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hq-webdl) | {{ radarr['cf']['hq-webdl']['trash_score'] }} | {{ radarr['cf']['hq-webdl']['trash_id'] }} | | [{{ radarr['cf']['french-hq-remux']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#fr-hq-remux) | {{ radarr['cf']['french-hq-remux']['trash_score'] }} | {{ radarr['cf']['french-hq-remux']['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']['french-hq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#fr-hq) | 0 | {{ radarr['cf']['french-hq']['trash_id'] }} | - | [{{ radarr['cf']['hq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hq) | 0 | {{ radarr['cf']['hq']['trash_id'] }} | - | [{{ radarr['cf']['french-scene']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#fr-scene-groups) | ?????? | {{ radarr['cf']['french-scene']['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']['french-hq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#fr-hq) | 0 | {{ radarr['cf']['french-hq']['trash_id'] }} | + | [{{ radarr['cf']['hq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hq) | 0 | {{ radarr['cf']['hq']['trash_id'] }} | + | [{{ radarr['cf']['french-scene']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#fr-scene-groups) | ?????? | {{ radarr['cf']['french-scene']['trash_id'] }} | !!! info "French Scene groups are included as a fallback if you really want MULTi release despite quality. Either score the CF to `{{ radarr['cf']['french-scene']['trash_score'] }}` or `0` depending on what you want to achieve."